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 > Configure — Use to configure the Velocity Appliance to a network.
SYNOPSIS
Configure IPAddress Netmask GatewayIPAddress [InterfaceNames] [BondingMode]
DESCRIPTION
During the initial configuration of the appliance, you can use the Configure command to configure the IP address of a single interface on the network that you want to connect your appliance to. After the initial configuration, you can use this command to change the IP address and connect your appliance to a different network. When you use this command, you need to define the IP address, the netmask address, and the gateway address. If multiple interfaces with separate IP addresses are used, use the Network > IPv4 or the Network > IPv6 commands to configure each network interface individually.
Use the Network > Gateway command to add the routing information for default route or to add route for VLAN interfaces.
OPTIONS
- Configure IPAddress Netmask GatewayIPAddress [InterfaceNames] [BondingMode]
You can use this command to configure the IP address and default gateway for the appliance. The command configures the IP address and sets the default gateway.
Where IPAddress is the IPv4 or IPv6 address, Netmask is the netmask, GatewayIPAddress is the default gateway IP address, and [InterfaceNames] is the name of the device.
This device can be a physical interface, or a bond, or a VLAN interface.
Remember that you should not use both IPv4 and IPv6 address in the same command. For example, you cannot use Configure 9ffe::9 255.255.255.0 1.1.1.1.. You should use Configure 9ffe::46 64 9ffe::49 eth1 to configure an interface using IPv6 address.
In the [InterfaceNames] field the following applies:
If you enter a single interface name, then the IP address is configured on that device.
If you enter a comma-separated list of interface names, then a bond is created and the IP address is configured on the bonded device. You must ensure that the interfaces that comprise the list are of same type, either
or ). In addition, the interfaces must support the same speed and at least one of the interfaces in the list is cabled.If you do not enter an interface name, the best possible interface or interfaces are selected based on the port type (
or ), speed, and the link status.
You define the bonding mode in the BondingMode field. You can enter one of the following modes:
balance-rr
active-backup
balance-xor
broadcast
802.3ad
balance-tlb
balance-alb (This bonding mode is the default value.)
EXAMPLES
The following examples show how to configure your appliance using the Auto selection, specifying a specific interface, or multiple interfacing and creating a bond.
Specify explicit interfaces such as eth2 and eth3 to create a bond. For this example, you provide the IPAddress, NetMask, Gateway IPAddress, interface names, and the bonding mode, in that order.
Configure 10.180.2.3 255.255.255.0 eth2,eth3 balance-alb
You can also create a bond and configure it using IPv6 addresses:
Configure 9ffe::207 64 9ffe::49 eth,eth3