Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Reference Guide for Infrastructure Administrators (Resource Management)

1.3.7 rcxadm netconfig

Name

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

[Linux]
/opt/FJSVrcvmr/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 (the Mode element defined in the network configuration information.
For link information, it is replaced with the link information defined in the network configuration information.

Note

  • 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 "1.3.6 rcxadm netdevice".

  • For a network device with the status "registered", when importing the XML definitions specifying "add" in Mode elements (Registration mode), the target network device is not modified. The importing process will be continued for other network devices defined in the XML definitions.

  • For the link information, delete all registered link information, and then register the link information specified in the XML definitions. When the current link information should be kept, do not specify the link information using the Links element and its child elements.


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 "2.6.1 Creation".

Note

For the export subcommand, do not use the existing XML file name when specifying a file name with the -file option.