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
Creates a network resource.
Changes a network resource.
Displays a list of network resource information.
The following detailed information is displayed:
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
|
To display the detailed information for a network resource.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Network resource name |
TYPE | Network resource type
|
LABEL | Network resource label |
AUTO | Automatic configuration for network resources
|
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 |
Moves a network resource to the specified resource pool.
Deletes a network resource.
Options
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".
Specify the display format. You can specify text or xml format.
When -format is omitted, it is displayed in text format.
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.
In name, specify the name of the target network resource to perform an operation with.
Specify the destination resource folder in pool.
For the hierarchized resource folder, specify the resource folder name using slashes ("/").
Examples
To display the list of network resource information:
>rcxadm network list <RETURN>
NAME VLAN_ID SUBNET LABEL TYPE
---- ------- ------ ----- ----
net_aa1 - 20.10.10.0 net_label admin
net_aa2 - 20.10.11.0 - |
To display the detailed information for a network resource:
>rcxadm network show -name net_aa1 <RETURN>
name: net_aa1
type: admin
label: net_label
auto: true
comment: net_comment
vlan_id: 1234
subnet: 20.10.10.0
mask: 255.255.255.0
start - end: 20.10.10.1 - 20.10.255.1
exclude_address_range[0]: 20.10.10.1 - 20.10.20.1
exclude_address_range[1]: 20.10.21.1 - 20.10.31.11
default_gateway: 20.10.10.1
external_port_chassis[0]: chassis
external_port_switch[0]: switch_aa
external_port_number[0]: 10
external_port_chassis[1]:
external_port_switch[1]:
external_port_number[1]: 11
l_server[0]: a (20.10.10.2) |