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

DescriptionOption
Displays the relation between Group on the configuration definition file and Device_File registered
to the LDEV map tables, based on the Device File name (raw device file provided via STDIN).
-find verify [MU#]
This option can be used with '-fx' and '-fd' options. This option is affected by the command
execution environment (HORCC_MRCF).
# ioscan -fun | grep rdsk | raidscan -find verify
DEVICE_FILE Group PairVol PORT TARG LUN M SERIAL LDEV
/dev/rdsk/c0t3d0 oradb oradev1 CL1-D 3 0 0 35013 17
/dev/rdsk/c0t3d1 oradb oradev2 CL1-D 3 1 0 35013 18
/dev/rdsk/c0t3d2 - - - - - 0 35013 19
# ioscan -fun | grep rdsk | raidscan -find verify 1 -fd
DEVICE_FILE Group PairVol Device_File M SERIAL LDEV
/dev/rdsk/c0t3d0 oradb oradev1 c0t3d0 1 35013 17
/dev/rdsk/c0t3d1 oradb oradev2 Unknowm 1 35013 18
/dev/rdsk/c0t3d2 - - - 1 35013 19
Note:
If the device name is different between DEVICE_FILE and Device_File, then it shows shared
LDEV among multiple device files.
Group: Displays the group name (dev_group) defined in the configuration definition file.
PairVol: Displays the paired volume name (dev_name) within the group defined in the
configuration definition file.
PORT: Displays the port number (port#) defined in the configuration definition file.
TARG: Displays the targetID (TargetID) defined in the configuration definition file.
LUN: Displays the LUN (LU#) defined in the configuration definition file.
M: Displays the MUN (MU#) defined in the configuration definition file. MU# for Continuous
Access Synchronous are shown as '-', and MU# for Business Copy/Snapshot are shown as
'0', '1', '2'.
Device_File: Displays Device_File which is registered to the LDEV map tables into the RAID
Manager.
SERIAL: Displays the production (serial#) number of the RAID storage system.
LDEV: Displays the LDEV# within the RAID storage system.
Displays the Port, target ID, LUN in horcm.conf image by using a special file (raw device file)
provided via STDIN. If target ID & LUN are Unknown for the target device file, you must start
-find[g] conf [MU#]
[-g <group>]
RAID Manager without any description for HORCM_DEV and HORCM_INST, and should be
described the shown the Port, targetID, LUN for HORCM_DEV. This option can be used with
the '-fx' option.
[-g <group>] specifies the group for 'dev_group' on horcm.conf. If omitted, the group applies
'VG' as default.
The -findg option is used when displaying a LUN on the host view by finding a host group.
# cat /etc/horcmperm.conf | raidscan -find conf 0 -g ORA
HORCM_DEV
#dev_group dev_name port# TargetID LU# MU#
# /dev/rdsk/c23t0d0 SER = 61456 LDEV = 192 [ FIBRE FCTBL = 4 ]
ORA ORA_000 CL2-J 0 0 0
# /dev/rdsk/c23t0d1 SER = 61456 LDEV = 193 [ FIBRE FCTBL = 4 ]
ORA ORA_001 CL2-J 0 1 0
# /dev/rdsk/c23t0d2 SER = 61456 LDEV = 194 [ FIBRE FCTBL = 4 ]
ORA ORA_002 CL2-J 0 2 0
# /dev/rdsk/c23t0d3 SER = 61456 LDEV = 195 [ FIBRE FCTBL = 4 ]
ORA ORA_003 CL2-J 0 3 0
# ERROR [CMDDEV] /dev/rdsk/c23t0d7 SER = 61456 LDEV = 259 [ OPEN-3-CM ]
raidscan 71