HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

DescriptionOption
Precheck: When this option is specified, the actual process is not executed for the storage
system even if the command is executed.
This option is available to specify the setting of $HORCC_NO_EXEC environment variable
and $HORCC_CTX_CHK environment variable.
Specifies the file name of the configuration file to be created for implementation check.[ -store <file name> ]
Prevents displaying messages. This option is required to be defined on the beginning of the
command parameter.
[-nomsg]
Specifies the script file.[ -zt <file name> ]
Specifies the file name of the file (Configuration file) that is created for implementation check.[-load <file name>]
Limits the operations coverage to the specified resource groups. When this option is specified
in reference commands, objects that are in the specified resource groups are displayed.
[-resource
<resource_grp_id>…]
Examples
Performing user authentication (login) by the user ID: USER01 and the password: PASS01.
# raidcom -login USER01 PASS01
Performing log-out.
# raidcom -logout
Performing user authentication (login) to instance 99 by the user ID: USER01 and the password:
PASS01.
# raidcom login USER01 PASS01 -I 99
Performing syntax check and the context check of the script file (the actual processing is not
executed).
# raidcom -zt <script file> -checkmode precheck
Performing syntax check, the context check, and the implementation check of the script file (the
actual processing is not executed).
# raidcom -zt < script file> -load <work file> -checkmode precheck
Method for specifying LDEV number
The methods for specifying LDEV numbers are shown in the following table.
ExampleSpecification method
-ldev_id 300Decimal number
-ldev_id 0x12CHexadecimal number
-ldev_id 01:2C
Methods for specifying multiple LDEVs
Methods for specifying multiple LDEVs by LDEV IDs
The methods for specifying multiple LDEV IDs in a single command are shown below. Some methods
do not apply to some commands.
-ldev_id 300-305
-ldev_id 0x12C-0x131
-ldev_id 01:2C-01:31
-ldev_id 300 -cnt 6
-ldev_id 300 301 302 303 304 305
132 Configuration setting commands