Top
ServerView Resource Orchestrator V2.3.0 Reference Guide

1.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 [-format {text|xml}]
rcxadm network move -name name -to pool [-nowait]
rcxadm network delete -name name [-nowait]
rcxadm network modify -name name -file file.xml [-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 allocate.


Subcommands

create

Creates a network resource.

modify

Changes a network resource.

list

Displays a list of network resource information.

The following detailed information is displayed:

Table 1.11 Network Resource Information

Item Name

Description

NAME

Network resource name

SUBNET

Network resource subnet

VLAN ID

Network resource VLAN ID

LABEL

Network resource label

TYPE

Network resource type

  • admin: admin LAN

  • blank: other LANs

show

To display the detailed information for a network resource.

The following detailed information is displayed:

Table 1.12 Detailed Information for Network Resources

Item Name

Description

NAME

Network resource name

TYPE

Network resource type

  • admin: admin LAN

  • blank: other LANs

LABEL

Network resource label

AUTO

Automatic configuration for network resources

  • true

    A network environment configured automatically is used.

  • false

    A network environment configured manually is used.

COMMENT

Network resource comment

VLAN ID

Network resource VLAN ID

SUBNET

Network resource subnet

MASK

Network resource subnet mask

START - END

IP address range auto-configuration

EXCLUDE ADDRESS RANGE

IP address exclusion range

DEFAULT_GATEWAY

Default gateway

If no default gateway is set, this is not displayed.

EXTERNAL PORT CHASSIS

External port chassis name

EXTERNAL PORT SWITCH

External port switch name

EXTERNAL PORT NUMBER

External port port number

L_SERVER

Name of the L-Server connected to the network resource, and the IP address being used

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 "2.4 Network Resources".

-format text|xml

Specify the display format. You can specify text or xml format.

When -format is omitted, it is displayed in text format.

-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.

For the hierarchized resource folder, specify the resource folder name using slashes ("/").


Examples