Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm nicdefctl - server NIC definition operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm nicdefctl - server NIC definition operations
Format
rcxadm nicdefctl commit [-nowait] rcxadm nicdefctl list rcxadm nicdefctl show -name name [-format {text|xml}]
Description
rcxadm nicdefctl is the command used to operate server NIC definitions.
Subcommands
Reflects server NIC definitions on the manager.
To use the server NIC definition from the network resource, specify the physical LAN segment name defined in the server NIC definition as the physical LAN segment name of the network resource.
Refer to "15.5.1 Creation" for details.
Displays a list of server NIC definitions managed by the manager.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Server NIC definition name |
Displays the detailed information for server NIC definitions managed by the manager.
The following detailed information is displayed:
Item Name | Description |
---|---|
NIC_INDEX [num1][num2] | Index number of NIC |
NIC_REDUNDANT [num1][num2] | Operation type One of the following is displayed:
If a single configuration is defined in the server NIC definition, this item will not be displayed. |
PHYSICAL_LAN_SEGMENT_NAME [num1][num2] | Physical LAN Segment Name |
In num1, the management number of a NIC definition group is displayed. The number is an integer starting from "0".
In num2, the index number within a NIC definition group is displayed. The number is an integer starting from "0".
Options
Specify the display format.
When -format is omitted, it is displayed in text format.
The information is displayed in text format.
The information is displayed in XML format with XML tags.
In name, specify the name of the target server NIC definition.
Use this option to return directly to the command prompt without waiting for the operation of the server NIC definition specified in the subcommand to complete its execution.
Examples
To display a list of server NIC definition information:
>rcxadm nicdefctl list <RETURN>
NAME
---------------------
bx400_d2952
bx900_d2860 |
To display the detailed information for server NIC definition information:
>rcxadm nicdefctl show -name bx900s1_d2860 <RETURN>
nic_index[0][0]: 3
nic_redundant[0][0]: Active
nic_index[0][1]: 4
nic_redundant[0][1]: Standby
physical_lan_segment_name[0][0]: ServiceB
nic_index[1][0]: 5
physical_lan_segment_name[1][0]: ServiceC
physical_lan_segment_name[1][1]: ServiceE
nic_index[2][0]: 6
nic_redundant[2][0]: Active
nic_index[2][1]: 7
nic_redundant[2][1]: Active
physical_lan_segment_name[2][0]: Management |