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
Creates a network resource.
Displays a list of network resource information.
Displays the detailed information for a network resource.
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 "H.4 Network Resources".
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.
Examples
To display the list of network resource information:
>rcxadm network list <RETURN>
NAME SUBNET VLAN_ID LABEL
---- ------ ------- -----
net_aa1 20.10.10.0 - net_label
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
label: net_label
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
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 |