Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Reference Guide for Infrastructure Administrators (Resource Management)

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

Displays the detailed information for storage management software.

The following detailed information is displayed:

Table 1.80 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

Modifies the following items of storage management software:

  • Label

  • Comment

  • IP address

  • Port number

  • User name

  • Password

When the storage management software is ESC, an error occurs if the following options are specified.

  • -ip

  • -port

  • -user_name

  • -passwd

  • -passwd_file

When the storage management software is Navisphere, an error occurs if the following options are specified.

  • -ip

  • -port

  • -user_name

  • -passwd

  • -passwd_file

When the storage management software is Solutions Enabler, an error occurs if the following options are specified.

  • -ip

  • -port

  • -user_name

  • -passwd

  • -passwd_file

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

    If the following options are specified, an error will occur.

    • -ip

    • -port

    • -user_name

    • -passwd

    • -passwd_file

  • When using Data ONTAP

    Specify "ontap".

    If the following options are not specified, an error will occur.

    • -ip

    • -user_name

    • -passwd

    • -passwd_file

  • When using PRIMECLUSTER GDS

    Specify "gds".

    If the following options are not specified, an error will occur.

    • -ip

    • -user_name

    • -passwd

    • -passwd_file

  • When using Navisphere

    Specify "emcns".

    If -ip is not specified, an error will occur.

    If the following options are specified, an error will occur.

    • -port

    • -user_name

    • -passwd

    • -passwd_file

  • When using Solutions Enabler

    Specify "emcse".

    If the following options are specified, an error will occur.

    • -ip

    • -port

    • -user_name

    • -passwd

    • -passwd_file

-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

Specify when displaying detailed information.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.


Examples