Name
[Windows]
Installation_folder\Manager\bin\rcxadm addrset - address set resource operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm addrset - address set resource operations
Format
rcxadm addrset create -name name -type {MAC|WWN} -file file -pool pool [-exclude address[,address]...] [-label label] [-comment comment] [-nowait] rcxadm addrset list [-verbose] rcxadm addrset show -name name rcxadm addrset move -name name [-to folder_name] [-nowait] rcxadm addrset delete -name name [-nowait]
Description
rcxadm addrset is the command used to manage WWNs and MAC addresses.
Subcommands
Creates and registers an address set resource in the address pool.
Displays a list of address set resources.
Displays details of address set resources.
Moves an address pool to the specified resource folder.
If the destination resource folder is not specified, the pool is moved to the home folder.
Deletes an address pool. Address set resources contained in the address pool will also be deleted.
Options
In name, specify the name of the target address set resource to perform an operation with.
Use this option to increase the items displayed in the list of information.
Specify WWN or MAC address.
Specify the WWN in the CD-ROM enclosed in the I/O Virtualization Option, or the list file of the MAC address.
Of the WWNs and MAC addresses given in the list file on the CD-ROM enclosed with the I/O Virtualization Option, specify an address that has been allocated using RCVE or VIOM and is not used in management by Resource Orchestrator.
Specify the name of the resource pool to register an address set resource in.
Use this option to return directly to the command prompt without waiting for the operation of the address set resource specified in the subcommand to complete its execution.
In label, specify the new label.
In comment, specify the new comments.
Examples
To display the list of address set resource information:
>rcxadm addrset list <RETURN>
<?xml version="1.0" encoding="utf-8"?>
<AddressSets>
<AddressSet name="macdata1" id="543" label="mac1" />
<AddressSet name="wwndata1" id="540" label="wwn1" />
</AddressSets> |
To display the detailed information of address set resources (WWNs):
>rcxadm addrset show -name wwndata1 <RETURN>
<?xml version="1.0" encoding="utf-8"?>
<AddressSet name="wwndata1" id="540" label="wwn1" subnet="" mask="" start="20:01:00:17:42:50:00:00" end="20:01:00:17:42:50:00:0f">
<Comment>wwn-test-data-1</Comment>
<Exclude>
</Exclude>
<Reserve>
</Reserve>
</AddressSet> |
To display the detailed information of address set resources (MAC addresses):
>rcxadm addrset show -name macdata1 <RETURN>
<?xml version="1.0" encoding="utf-8"?>
<AddressSet name="macdata1" id="543" label="mac1" subnet="" mask="" start="00:17:42:4f:00:00" end="00:17:42:4f:00:f0">
<Comment>mac-test-data-1</Comment>
<Exclude>
</Exclude>
<Reserve>
</Reserve>
</AddressSet> |