Veritas Access Appliance Command Reference Guide

Last Published:
Product(s): Appliances (7.3.2)
Platform: 3340
  1. Overview
    1.  
      Scope of the Veritas Access Command Reference Guide
    2.  
      Where to find the documentation
    3.  
      Using the Access Appliance shell menu
  2. Appendix A. Main > Appliance
    1.  
      Appliance > Status
  3. Appendix B. Main > Manage > Cluster
    1.  
      Cluster > Configure
  4. Appendix C. Main > Manage > Software
    1.  
      Manage > Software > Cancel
    2.  
      Manage > Software > Delete
    3.  
      Manage > Software > Download
    4.  
      Manage > Software > DownloadProgress
    5.  
      Manage > Software > Install
    6.  
      Manage > Software > List
    7.  
      Manage > Software > Readme
    8.  
      Manage > Software > Rollback
    9.  
      Manage > Software > Share
    10.  
      Manage > Software > UpgradeStatus
  5. Appendix D. Main > Manage > Storage
    1.  
      Manage > Storage > Show
    2.  
      Manage > Storage > Scan
    3.  
      Manage > Storage > Erase
  6. Appendix E. Main > Network
    1.  
      Network > Configure
    2.  
      Network > Date
    3.  
      Network > DNS
    4.  
      Network > Gateway
    5.  
      Network > Hosts
    6.  
      Network > IPv4
    7.  
      Network > IPv6
    8.  
      Network > SetProperty
    9.  
      Network > Show
    10.  
      Network > TimeZone
    11.  
      Network > NetStat
    12.  
      Network > NTPServer
    13.  
      Network > Unconfigure
    14.  
      Network > VLAN
    15.  
      Network > TraceRoute
    16.  
      Network > Ping
    17.  
      Network > Hostname
    18.  
      Network > Proxy
  7. Appendix F. Main > Monitor
    1.  
      Monitor > MemoryStatus
    2.  
      Monitor > NetworkStatus
    3.  
      Monitor > SDCS
    4.  
      Monitor > Top
    5.  
      Monitor > Uptime
    6.  
      Monitor > Who
    7.  
      Monitor > Hardware
  8. Appendix G. Main > Settings
    1.  
      Settings > Password
    2.  
      Settings > Alerts > CallHome
    3.  
      Settings > Alerts > Email
    4.  
      Settings > Alerts > Hardware
    5.  
      Settings > Alerts > SNMP
    6.  
      Security > Certificates > DeviceCertificate > Export
    7.  
      Security > Certificates > DeviceCertificate > Import
  9. Appendix H. Main > Support
    1.  
      Support > DataCollect
    2.  
      Support > Logs
    3.  
      Support > RAID
    4.  
      Support > Shutdown
    5.  
      Support > Storage Reset
    6.  
      Support > Test
    7.  
      Support > FactoryReset
    8.  
      Support > InfraServices
    9.  
      Support > IPMI
    10.  
      Support > Maintenance
    11.  
      Support > Reboot
    12.  
      Support > Services

Name

Main > Network > Proxy — Use this command to manage proxy server settings for the appliance.

SYNOPSIS

Proxy > Enable

Proxy > Disable

Proxy > Set Proxy [Tunnel] [Username]

Proxy > Unset

Proxy > Show

DESCRIPTION

Use this command to do the following:

  • Set and use a proxy for this appliance.

  • Enable the use of a proxy server for this appliance.

  • Disable the use of a proxy server for this appliance.

  • Unset a proxy by removing the proxy settings from this appliance.

  • Show the current proxy settings and status of the proxy for this appliance.

OPTIONS

Proxy Set Proxy [Tunnel] [Username]

Configure the proxy for this appliance. By default, the proxy is enabled automatically after the configuration.

Proxy

Specifies the proxy server address and port number (0-65535). Use a host name or an IPv4/IPv6 address for the proxy server. A colon (:) is required between the server address and the port number. For example: 192.0.2.0:80

[Tunnel]

Specifies the optional proxy server tunnelling settings. The available options are TunnelOn and TunnelOff. The default option is TunnelOff.

[Username]

Specifies the optional proxy server user name. Alphanumeric characters and four special characters(@,-,_,.) are supported.

Proxy > Enable

Enables the use of a proxy server for this appliance.

Proxy > Disable

Disables the proxy server settings for this appliance.

Proxy > Unset

Unset a proxy for this appliance. The proxy sever settings are removed from this appliance.

Proxy > Show,

Show the current proxy settings and status of the proxy for this appliance.

EXAMPLES

The following is an example output of the Proxy Set command.

abc.Network.Proxy> Set 10.182.27.100:3128 TunnelOn admin
Enter password for user "admin": 
Enter password for user "admin" again: 
[Info] The default proxy server is set successfully.

The following is an example output of the Proxy Show command.

abc.Network.Proxy> Show
   +---------------+-------------+--------+--------+---------+
   | Proxy server  | Access port | User   | Tunnel | Status  |
   +---------------+-------------+--------+--------+---------+
   | 10.182.27.100 | 3128        | mukesh | On     | Enabled |
   +---------------+-------------+--------+--------+---------+

The following is an example output of the Proxy Enable command.

abc.Network.Proxy> Enable
[Info] Enabled connection to the default proxy server.

The following is an example output of the Proxy Disable command.

abc.Network.Proxy> Disable
[Info] Disabled connection to the default proxy server.

The following is an example output of the Proxy Unset command.

abc.Network.Proxy> Unset
[Info] Are you sure you want to unset the default proxy server?
 [yes, no] yes
[Info] The default proxy server is unset successfully.