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 > LinkAggregation — Use to manage link aggregation.
SYNOPSIS
LinkAggregation Create Slaves [BondingMode]
LinkAggregation Delete InterfaceNames
LinkAggregation Disable [InterfaceName]
LinkAggregation Enable [Slaves] [BondingMode]
LinkAggregation Show [InterfaceNames]
LinkAggregation Status
DESCRIPTION
You can use this command to manage link aggregation.
You can use this command to enable bonding (link aggregation), across the available network cards. If only one port is configured, bonding is not available. If multiple ports are configured on your appliance, they are identified automatically.
You have the ability to bond multiple ports or define specific ports to bond by what you enter in the [Slaves] option. To bond multiple ports, you must use a comma to separate the device names. In addition, you should ensure that all of the ports that participate in a bond are connected to the same switch. And make sure that is no additional port configuration is done at the switch.
There are eight different bond modes that you can choose from. Some of the bond modes require additional configuration on the switch or the router. You should take additional care when you select a bond mode.
For more information about the bond modes and any required switch configuration, see the following documentation:
http://www.kernel.org/doc/Documentation/networking/bonding.txt
You can also use this command to do the following:
To create a bond without associating an IP address to it.
To delete an existing bond.
To display the status of the link aggregation.
To show the link aggregation properties of one or more interfaces.
To turn off the link aggregation.
OPTIONS
- LinkAggregation Create Slaves [BondingMode]
Use this command to create a bond.
Here, the Slaves variable defines the device name that you want to bond and the [BondingMode] parameter is used to define the bond mode in which to configure bonding, or link aggregation. The eight available modes are, balance-rr | active-backup | balance-xor | broadcast | 802.3ad |balance-tlb | balance-alb. The default mode is balance-alb.
Conform to following guidelines to create a bond:
Ensure that the interfaces that participate in bond formation have the same port speed (i.e. either 1GB or 100GB).
At least one of the interfaces that participates in bond formation must be plugged.
Ensure that none of the interfaces that are selected for creating the bond have any VLANs tagged to them.
Verify that any of the selected interfaces are not, already, a part of another bond.
You can create this bond with or without assigning an IP address to it. The criteria for assigning or not assigning an IP address to the bond depends solely on the interfaces that are selected for creating the bond.
Consider the following two cases to understand IP address assignment to a bond:
IP address is assigned to a newly created bond, if any of the interfaces that are selected for creating a bond already have an IP address assigned to them.
IP address is not assigned to a newly created bond, if the interfaces that are selected for creating a bond do not have IP addresses assigned to them. A bond without an IP address associated to it is prerequisite for tagging a VLAN to a bonded interface.
If the selected interfaces are configured with IP addresses, an error message is displayed to indicate that a single interface must be configure with an IP address to create the bond.
Note:
You may use the Create and Enable commands to configure a bond over a private interface, for example, eth0.
- LinkAggregation Delete InterfaceNames
Use this command to delete a bond. Here, InterfaceNames defines the bond device name that you want to delete.
Note:
To delete a bond, ensure that the no IP address is configured on the bond. If an IP address is configured to the bond, you must first unconfigure the IP address. To unconconfigure the IP address, run the Network > Unconfigure command.
- LinkAggregation Disable [InterfaceName]
Turns off the link aggregation. The [InterfaceName] option is optional. You use this option to define the bond device name that you want to disable. You can use the LinkAggregation > Status command to obtain the device name.
LinkAggregation cannot be turned-off if there are multiple bonds present. To turn-off link aggregation on a specific bond, you must enter the bond name in the [InterfaceName] parameter.
- LinkAggregation Enable [Slaves] [BondingMode]
Use to turn on link aggregation. This command assigns IP address to the newly created bond.
The [Slaves] option defines the device names that you want to bond. Use a comma as a delimiter between the device names. This field is optional. The device names are identified automatically based on the current network settings and properties.
The [BondingMode] parameter is used to define the bond mode in which to configure bonding, or link aggregation. The eight available modes are, balance-rr | active-backup | balance-xor | broadcast | 802.3ad |balance-tlb | balance-alb. The default mode is balance-alb.
- LinkAggregation Status
Show the status of the link aggregation. If no interfaces have been configured, the following message appears:
No virtual interfaces have been configured.
- LinkAggregation Show [InterfaceNames]
Show the link aggregation properties of one or more interfaces.
Use the [InterfaceNames] option to define the interface or interfaces that you want to view the properties of. Use a comma to separate the interface names if you want to view the properties of more than one.