HP P9000 RAID Manager Reference Guide (T1610-96037, October 2011)
DescriptionOption
-fg (XP1024/XP128 Disk Array and later): Shows a LUN on the host view by finding a host group
for (XP1024/XP128 Disk Array and later).
-fw: Displays all of the cascading volume statuses on the STD Inquiry Page. If this option is not
specified, then only four cascading mirrors are displayed.
Example: # ls /dev/rdsk/* | inqraid -CLI -fw
DEVICE_FILE PORT SERIAL LDEV CTG H../M/.. SSID R:Group PRODUCT_ID
c1t2d10s2 CL2-D 62500 266 - Psss/P/PP----------- 0005 1:01-02 OPEN-3
c1t2d11s2 CL2-D 62500 267 - ssss/P/PP----------- 0005 1:01-02 OPEN-3
This option is used to know how much pair is possible to create the paired volume on the actual
array, and calculates the total Bitmap page for HORC/HOMRCF and the unused Bitmap page by
sorting the specified special file (the standard input or the argument) with Serial#,LDEV# order.
-CLIB -sort
The default is HOMRCF. This option is valid within “-sort” option.
NOTE: An identical LDEV which was sorted in Serial#, LDEV# is accepted to calculate the Bitmap
page (LDEVs shared by multiple ports are calculated as one LDEV).
Also, a command device is excepted from the total.
Example:
# ls /dev/rdsk/* | inqraid -sort -CLIB
DEVICE_FILE PORT SERIAL LDEV SL CL +BC/BC UNUSED PRODUCT_ID
c1t0d0 CL1-E 63516 0 0 0 - - OPEN-9-CM
c1t0d1 CL1-E 63516 12288 0 0 1 30718 OPEN-3
c1t0d2 CL1-E 63516 12403 0 0 4 30718 OPEN-9
c1t0d3 CL1-E 63516 12405 0 0 9 30718 OPEN-E
c1t0d4 CL1-E 63516 12800 0 0 12 30718 OPEN-8
c1t0d5 CL1-E 63516 12801 0 0 18 30718 OPEN-8*2
c1t0d6 CL1-E 63516 13057 0 0 31 30718 OPEN-L
c2t0d6 CL2-E 63516 13057 0 0 31 30718 OPEN-L
-fh[c]: Specifies the Bitmap page for HORC/Cnt Ac-J. “-fc” option is used to calculate the Bitmap
page of cylinder size for HORC.
Example:
# ls /dev/rdsk/* | inqraid -sort -CLIB -fh
DEVICE_FILE PORT SERIAL LDEV SL CL CA/CAJ UNUSED PRODUCT_ID
c1t0d0 CL1-E 63516 0 0 0 - - OPEN-9-CM
c1t0d1 CL1-E 63516 12288 0 0 1 11605 OPEN-3
c1t0d2 CL1-E 63516 12403 0 0 3 11605 OPEN-9
c1t0d3 CL1-E 63516 12405 0 0 10 11605 OPEN-E
c1t0d4 CL1-E 63516 12800 0 0 11 11605 OPEN-8
c1t0d5 CL1-E 63516 12801 0 0 13 11605 OPEN-8*2
c1t0d6 CL1-E 63516 13057 0 0 21 11605 OPEN-L
c2t0d6 CL2-E 63516 13057 0 0 21 11605 OPEN-L
SL: Shows the SLPR number of LDEV.
CL: Shows the CLPR number of LDEV.
BC/SS: Shows the total of Bitmap for the HOMRCF. The increase page shows necessary Bitmap
page as one paired volume of HOMRCF.
CA/CAJ: Shows the total of Bitmap for the HORC or Cnt Ac-J. The increase page shows necessary
Bitmap page as one volume of HORC or Cnt Ac-J.
UNUSED: Shows the unused Bitmap page for each HOMRCF and HORC/Cnt Ac-J. One Page is
about 64 KB.
-CLI -export: Exports the device information discovered on the production (remote) servers. The
device information includes “Keyword, Serial#, Ldev#, Device file name, ...”. The raidscan -find
inqraid 109