Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.3.8 rcxadm addrset

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

create

Creates and registers an address set resource in the address pool.

list

Displays a list of address set resources.

show

Displays details of address set resources.

move

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.

delete

Deletes an address pool. Address set resources contained in the address pool will also be deleted.


Options

-name name

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

-verbose

Use this option to increase the items displayed in the list of information.

-type

Specify WWN or MAC address.

-file

Specify the WWN in the CD-ROM enclosed in the I/O Virtualization Option, or the list file of the MAC address.

-exclude

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.

-pool

Specify the name of the resource pool to register an address set resource in.

-nowait

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.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.


Examples