HP P9000 RAID Manager Reference Guide (T1610-96037, October 2011)

DescriptionOption
This option deters displaying messages. This option is required to be defined at the beginning
of the command parameter.
[-nomsg]
This option specifies a script file.[ -zt <file name> ]
This option specifies a file name of a file (configuration file) that is created for implementation
check.
[-load <file name>]
Examples
Performing user authentication (login) by the user ID: USER01 and the password: PASS01.
raidcom login USER01 PASS01
Performing log-out.
raidcom logout
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 following table lists the methods for specifying LDEV numbers.
ExampleSpecification method
-ldev_id 300Decimal number
-ldev_id 0x12CHexadecimal number
-ldev_id 01:2C
Method for specifying multiple LDEVs
The methods for specifying multiple LDEV numbers in one operation are listed below.
Some of the methods might not be applied to some of the operations.
-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
Operations where multiple LDEVs can be specified
The operations in which multiple LDEVs can be specified by "-ldev_id <ldev#>" at a time are limited
to the following:
(a) Displaying LDEV information
Display specified LDEV information.
raidcom get ldev -ldev_id 100-103
raidcom get ldev -ldev_id 100 -cnt 4
NOTE: Specifying multiple LDEVs like the following cannot be performed.
raidcom get ldev -ldev_id 100 101 103
118 Configuration setting commands