Description
This utility adds or removes Virtual Devices, interfaces, and routes.
Run the vsx_provisioning_tool
command on a Multi-Domain Server (in the context of the applicable Domain Management Server), or Security Management Server.
Syntax
vsx_provisioning_tool -h |
vsx_provisioning_tool [-s <Server>] {-u <User> | -c <Certificate>} -p <Password> -o <Commands> [-a] -L -f <Input File> [-l <Line>] [-a] -L |
Parameters
Parameter |
Description |
|
Shows the built-in usage. |
|
Specifies the Management Server. Enter IPv4 or IPv6 address, or resolvable hostname name of the Security Management Server or the applicable Domain Management Server. This parameter is mandatory when you run the utility:
|
|
Specifies the Management Server administrator's user name. |
|
Specifies the path and the name for the Management Server administrator's certificate file. |
|
Specifies the password of the:
|
|
Executes the commands you enter on the command line. |
|
Specifies the path and the name for the file with the commands to execute. The utility treats all text begins with a hash sign (#) as a comment and ignores it. This lets you add comments on separate lines, or in-line. |
|
Specifies the line number in You can use this " |
|
Specifies that before the utility executes the specified commands, it must make sure it can connect to all VSX Gateways. Note - This does not guarantee that a VSX Gateway can successfully apply all the specified commands. |
|
Specifies local authentication mode. |
Exit Codes
Exit Code |
Description |
0 |
The utility successfully applied all changes, on all cluster members. |
1 |
The utility successfully applied all changes to the management database, but not to all VSX members. |
2 |
The utility successfully applied all changes, but SIC communication failed to establish with at least one cluster member. |
3 |
Connectivity test failed with at least one cluster member (if you used the " The utility did not apply changes to the management database, or to the VSX Gateways. |
4 |
The utility failed to apply changes (due to internal error, syntax error, or another reason). |
If commands are executed from a file with multiple transactions, the exit code refers to the last transaction processed.
Example 1
Run the utility on the Security Management Server.
Execute the commands from the text /var/log/vsx.txt
file.
|
Example 2
Run the utility on the Security Management Server.
Create a new Virtual System object called VS1
on the cluster object called VSX1
In the new Virtual System object, on the interface eth4
, add a VLAN interface with VLAN ID 100 and IPv4 address 1.1.1.1/24.
|