Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.7.1 rcxadm storagemgr

Name

[Windows]
Installation_folder\Manager\bin\rcxadm storagemgr - storage management software operations

[Linux]
/opt/FJSVrcvmr/bin/rcxadm storagemgr - storage management software operations


Format

rcxadm storagemgr register -name name -soft_name soft_name [-label label] [-comment comment] [-soft_url url] [-ip ipaddress] [-port number] [-user_name user_name] [-passwd password]
rcxadm storagemgr list [-verbose]
rcxadm storagemgr show -name name
rcxadm storagemgr unregister -name name
rcxadm storagemgr modify -name name [-label label] [-comment comment] [-soft_url url] [-ip ipaddress] [-port number] [-user_name user_name] [-passwd password]

Description

rcxadm storagemgr is the command used to perform operations of storage management software.


Subcommands

register

Registers storage management software.

list

Displays a list of storage management software information.

show

Displays the detailed information for storage management software.

unregister

Unregisters storage management software.

modify

Changes labels, comments, IP address, port numbers, user names, and passwords of storage management software.

When the storage management software is ESC, an error occurs if -ip, -port, -user_name, or -passwd are specified.
If the storage management software is VMware vCenter Server, an error occurs because this command cannot be used to make changes.


Options

-name name

In name, specify the resource name of the target storage management software to perform an operation with.

-soft_name soft_name

In soft_name, specify the storage management software. The names that can be specified are as follow:

  • When using ETERNUS SF Storage Cruiser, specify "esc".

    An error occurs if -ip, -port, -user_name, or -passwd are specified in addition to "esc".

  • When using Data ONTAP, specify "ontap".

    An error occurs if -ip, -user_name, or -passwd are not specified when specifying "ontap".

-soft_url url

In url, specify the URL to use to access the storage management software.

When specifying -soft_name esc and managing only an ETERNUS, specify the URL of ETERNUSmgr for the ETERNUS.

When managing multiple ETERNUSs, do not specify -soft_url.

-ip ipaddress

In ipaddress, specify an IP address to use to access the storage management software.

-port number

In number, specify a port number to use to access the storage management software.

-user_name user_name

In user_name, specify the user ID for the storage management software.

When specifying -soft_name ontap, specify root.

-passwd password

In password, specify the password for the storage management software.

-verbose

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

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.


Examples