Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.3.5 rcxadm network

Name

[Windows]
Installation_folder\Manager\bin\rcxadm network - network resource operations

[Linux]
/opt/FJSVrcvmr/bin/rcxadm network - network resource operations


Format

rcxadm network create -file file.xml [-nowait]
rcxadm network list
rcxadm network show -name name
rcxadm network move -name name -to pool [-nowait]
rcxadm network delete -name name [-nowait]

Description

rcxadm network is the command used to manage network resources. The command can be used to define network resources for the internal or external network, and manage the IP address range and subnet mask to assign.


Subcommands

create

Creates a network resource.

list

Displays a list of network resource information.

show

Displays the detailed information for a network resource.

move

Moves a network resource to the specified resource pool.

delete

Deletes a network resource.


Options

-file file.xml

In file.xml, specify the XML file that defines the network resource. For details on the XML file definition, refer to "H.4 Network Resources".

-nowait

Use this option to return directly to the command prompt without waiting for the operation of the network resource specified in the subcommand to complete its execution.

-name name

In name, specify the name of the target network resource to perform an operation with.

-to pool

Specify the destination resource folder in pool.


Examples