Top
ServerView Resource Orchestrator V2.3.0 Reference Guide

1.7.13 rcxstorage

Name

[Windows]
Installation_folder\Manager\bin\rcxstorage - Switchover script for operating or standby storage, or creation of disk resource comparison tables for Disaster Recovery

[Linux]
/opt/FJSVrcvmr/bin/rcxstorage - Switchover script for operating or standby storage, or creation of disk resource comparison tables for Disaster Recovery


Format

rcxstorage [-failover|-failback] -storageunit unit_name -file file -outfile outfile
rcxstorage -recovery -mode [prepare|mapping] -file file -outfile outfile

Description

rcxstorage -failover|-failback are the commands to create scripts for switching storage between the operating and standby states, and to create scripts for power operations for physical L-Servers.

rcxstorage -recovery is the command to create a disk resource comparison table for Disaster Recovery.


Options

-failover|-failback
-recovery

When specified with -mode, the Disaster recovery function is executed.

-storageunit unit_name

Specify the operating storage units.

When a storage unit is ETERNUS or EMC CLARiiON, specify the IP address of the storage unit for unit_name.

When a storage unit is EMC Symmetrix DMX, specify the SymmID of the storage unit for unit_name.

-mode [prepare|mapping]

Use the prepare option to extract the disk resource information from the configuration information of the manager of the operating storage.

Use the mapping option to create a comparison table for the disk resource, comparing the configuration information of the operating and standby storage.

-file file

For -failover or -failback, specify the replication definition file using a full pathname.

For -mode prepare, specify the replication definition file using a full pathname.

When -mode mapping is set, specify the file for the configuration information of the operating storage using its full path.

-outfile outfile

When -failover is set, specify the full pathname of the failover script file.

When -failback is set, specify the full pathname of the failback script file.

When -mode prepare is set, specify the file for the configuration information of the operating storage using its full path name.

When -mode mapping is set, specify the full path name for the disk resource comparison table.

For the file name of a failover or a failback script, the file name specified for outfile is used. The script for stopping physical L-Servers is created with a file name composed of the file name specified in outfile (the extension is omitted), followed by the string "_power_off". The script for stopping physical L-Servers is created with a file name composed of the file name specified in outfile (the extension is omitted), followed by the string "_power_on".

Example

  • When C:\temp\command.bat is specified for outfile

    Type of Script File

    File Name of the Script Created

    A failover or a failback script

    C:\temp\command.bat

    A script for stopping physical L-Servers

    C:\temp\command_power_off.bat

    A script for starting physical L-Servers

    C:\temp\command_power_on.bat

If there is already a file with the same name, the script cannot be created. Specify the name of the new file to create.

When operating this command in Windows environments, the script file to be output is a batch file, in Linux environments it is a shell script. When specifying the name of a script file, reflect the extensions of batch files and shell scripts.