Veritas Velocity™ User's Guide
- Getting to know Velocity
- Setting up Velocity
- How to set up the Velocity Storage Server
- How to set up the Velocity Client
- Setting up the Velocity on-premises management server
- Upgrading Velocity
- Velocity Storage Server
- Users and roles
- Oracle database ingestion using Velocity
- How to use copy preparation to mask or sanitize sensitive data
- Oracle database ingestion using NetBackup CoPilot
- Microsoft SQL Server database ingestion using Velocity
- Database sources and copies
- About scheduling ingestions for a database source
- Retention periods for database sources and copies
- Sandboxes
- Database recovery
- Alerts and logs
- Managing the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- About WAN optimization on the Velocity physical appliance
- About the Veritas Remote Management Console on the Velocity physical appliance
- About Velocity physical appliance storage
- About users on the Velocity physical appliance
- About Velocity physical appliance checkpoints
- About factory reset on the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- Monitoring the Velocity physical appliance
- Velocity physical appliance security
- About Velocity physical appliance user account privileges
- About the Velocity physical appliance intrusion detection system
- About Velocity physical appliance operating system security
- Recommended IPMI settings on the Velocity physical appliance
- Best practices
- Troubleshooting
- Glossary
- Context-sensitive topics
- Section I. Velocity shell menu commands
- Introduction
- Appendix A. Main > Manage > Storage
- Appendix B. Main > Manage > Cloud
- Appendix C. Main > Manage > Software
- Appendix D. Main > Monitor
- Appendix E. Main > Network
- Appendix F. Main > Settings
- Appendix G. Main > Support
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
andTunnelOff
. The default option isTunnelOff
.[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.
velocity-appliance.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.
velocity-appliance.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.
velocity-appliance.Network.Proxy> Enable [Info] Enabled connection to the default proxy server.
The following is an example output of the Proxy Disable command.
velocity-appliance.Network.Proxy> Disable [Info] Disabled connection to the default proxy server.
The following is an example output of the Proxy Unset command.
velocity-appliance.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.