Top
ServerView Resource Orchestrator V2.3.0 Reference Guide

1.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|-passwd_file password_file]
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|-passwd_file password_file]

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.

The following detailed information is displayed:

Table 1.62 Storage Management Software Information

Item Name

Description

NAME

Storage management software name

LABEL

Storage management software label

COMMENT (*1)

Storage management software comment

SOFT NAME

Name of storage management software

STATUS

Storage management software status

IP ADDRESS (*1)

IP address to use to access the storage management software

PORT (*1)

Port number to use to access the storage management software

*1: When specifying -verbose for the option, it is displayed.

show

To display the detailed information for storage management software.

The following detailed information is displayed:

Table 1.63 Detailed Information for Storage Management Software

Item Name

Description

NAME

Storage management software name

LABEL

Storage management software label

COMMENT

Storage management software comment

SOFT NAME

Name of storage management software

VERSION

Version of storage management software

URL

URL to use to access the storage management software

IP ADDRESS

IP address to use to access the storage management software

PORT NUMBER

Port number to use to access the storage management software

STATUS

Storage management software status

USER NAME

Storage management software user ID

PASSWORD

Password for storage management software user ID

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, -passwd, -passwd_file are specified.
When the storage management software is Navisphere, an error occurs if -ip, -port, -user_name, -passwd, -passwd_file are specified.
When the storage management software is Solutions Enabler, an error occurs if -ip, -port, -user_name, -passwd, -passwd_file are specified.
If the storage management software is the one of the following, an error occurs because this command cannot be used to make changes.

  • VMware vCenter Server

  • SCVMM

  • Oracle VM Manager

  • iSCSI controller for Resource Orchestrator


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, -passwd, or -passwd_file are specified in addition to "esc".

  • When using Data ONTAP, specify "ontap".

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

  • For PRIMECLUSTER GDS, specify "gds".

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

  • When using Navisphere, specify "emcns".

    An error will occur if -ip is not specified when specifying "emcns".

    An error will occur if -port, -user_name, -passwd, or -passwd_file are specified when specifying "emcns".

  • When using Solutions Enabler, specify "emcse".

    An error will occur if -ip, -port, -user_name, -passwd, or -passwd_file are specified when specifying "emcse".

-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.

-passwd_file password_file

In password_file, specify the password file for the storage management software. When users other than administrators use an admin server, it is dangerous to specify the password using an argument such as -passwd because the arguments of commands issued by other users can be viewed. Use the -passwd_file option.
In the file that defines the passwords, enter a user name and password on each line, separated by a comma (","). The password entered in the line including the user name specified with the -user_name option will be registered.

-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