Veritas Access Appliance Initial Configuration Guide
- Getting to know the Access Appliance
- Preparing to configure the appliance
- Configuring the appliance for the first time
- Getting started with the Veritas Access GUI
- Storage management
- Network connection management
- Configuring network address settings on the appliance nodes
- Configuring static routes on the appliance
- Configuring DNS settings on the appliance
- Configuring host name on the appliance
- About the maximum transmission unit size on the appliance
- About the Veritas Remote Management Console
- Setting the date and time on the appliance
- Monitoring the appliance
- Resetting the appliance to factory settings
- Appliance security
- About Access Appliance security
- About Access appliance user account privileges
- About forced password changes
- Changing the Maintenance user account password
- About the Access Appliance intrusion detection system
- About the Access Appliance intrusion prevention system
- About Access appliance operating system security
- About data security on the Access appliance
- About data integrity on the Access appliance
- Recommended IPMI settings on the Access appliance
Using a proxy server with the appliance
The following features require access to the Internet:
AutoSupport (Call Home service)
Download software updates from Veritas website.
Once you configure the appliance proxy settings, these services will travel through the proxy server.
To configure the appliance to use a proxy server
- Log on to the Access Appliance shell menu on either node of the appliance.
- From the Main_Menu > Network > Proxy view, type the following command:
Set <Server:Port> [Tunnel] [Username]
<Server> - Type the IP address or host name of the proxy server, followed by a colon (:) and then the port number.
If the proxy server requires https, add https:// to the address. Otherwise the appliance adds http:// to the address by default.
[Tunnel] - Type TunnelOn if your proxy requires tunneling (the default is TunnelOff).
[Username] - Type the appropriate user name if the proxy server requires authentication. You are prompted for a password after you execute the command.
For example:
Set https://proxy.example.company.com:80 TunnelOff ProxyAdmin123 Enter password for user "admin": Successfully set proxy server
More Information