Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

5.15 rcxadm nicdefctl

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

commit

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.

list

Displays a list of server NIC definitions managed by the manager.

The following detailed information is displayed:

Table 5.4 Server NIC Definition Information

Item Name

Description

NAME

Server NIC definition name

show

Displays the detailed information for server NIC definitions managed by the manager.

The following detailed information is displayed:

Table 5.5 Detailed Information for Server NIC Definitions

Item Name

Description

NIC_INDEX [num1][num2]

Index number of NIC

NIC_REDUNDANT [num1][num2]

Operation type

One of the following is displayed:

  • For active status

    "Active" is displayed.

  • For standby status

    "Standby" 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

-format text|xml

Specify the display format.
When -format is omitted, it is displayed in text format.

text

The information is displayed in text format.

xml

The information is displayed in XML format with XML tags.

-name name

In name, specify the name of the target server NIC definition.

-nowait

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