Top
ServerView Resource Orchestrator Cloud Edition V3.3.0 Automatic Quarantining FunctionUser's Guide
FUJITSU Software

4.4 rcxadm netconfig

Name

[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm netconfig - network device batch operations


Format

rcxadm netconfig export -file file.xml
rcxadm netconfig import -file file.xml [-dryrun|-nowait]

Description

rcxadm netconfig is the command used to manage network devices in one operation.


Subcommands

export

Exports the network configuration information of all network devices registered in XML format.

import

Imports all network configuration information defined in the XML file.
For network device resources, they are created or modified according to the registration mode under the Netdevices element (the Mode element) defined in the network configuration information.
For link information, they are created or modified according to the registration mode under the Links element (the Mode element) defined in the network configuration information.

Information

  • If importing is performed for network devices (with the status (unregistered)) detected by LAN switch searching, the import process is terminated and registration fails.

    For registration of network devices with the status unregistered, after deleting those network devices, either import the network configuration information file again or create new network devices.
    For creation and deletion of network devices, use the rcxadm netdevice command.
    For details on the rcxadm netdevice command, refer to "4.5 rcxadm netdevice".

  • For a network device with the status "registered", when importing the XML definitions specifying "add" for the registration mode (the Mode element under the Netdevices element), the target network device is not modified. The importing process will be continued for other network devices defined in the XML definitions.
    When performing import operations by specifying the XML definitions to use "modify" for the registration mode (the Mode element under the Netdevices element), update operations are performed for the network devices registered using the same IP address as the admin IP address (Netdevice ip).

  • For already registered link information, when importing the XML definitions specifying "add" for the registration mode (the Mode element under the Links element), already registered link information is not modified. The importing process will be continued for other link information defined in the XML definitions. To determine whether the link information has been registered, check the combination of "Admin IP Address of Device (Device ip)" and "Connection Port (Port)".
    When importing the information specifying the XML definition using "modify" for the registration mode (the Mode element under the Links element), delete all registered link information, and then register the link information specified in the XML definitions.


Options

-dryrun|-nowait
-dryrun

Use this option to verify the XML file format that defines the network configuration information, without registering resources.

-nowait

Use this option to return the command without waiting for completion of the operation for the network configuration information specified in the subcommands.

-file file.xml
  • For the Import Subcommand

    In file.xml, specify the XML file that defines all network resources for creation.

  • For the Export Subcommand

    In file.xml, specify the destination file name for the XML file to be exported.

For details on the XML file definition, refer to "A.6 Network Configuration Information XML File".

Information

If an existing XML file name is specified for the -file option of the export subcommand, message number 65927 will be output and the export operation will fail.