Operating System - HP-UX
1821194 Members
3215 Online
109631 Solutions
New Discussion юеВ

XP12K- Disks in HP-UX 11.23

 
SOLVED
Go to solution
karthkri
Advisor

XP12K- Disks in HP-UX 11.23

Hi,

I have many disks presented to HP-UX server from XP12K. How will i find a particular disk which is corrsponding to a particular Lun(CU LDEV) in XP. I other storages like EVA it is not a problem, checking from HP-UX for EG: /dev/dsk/c18t2d2 corresponds to Lun id 18, so i can go to EVA and see the presentation to find the Lun Id 18 for which Lun. Ive attached the disks from XP on my system.
2 REPLIES 2
whiteknight
Honored Contributor
Solution

Re: XP12K- Disks in HP-UX 11.23

Karthkri,

You can use xpinfo

example:-
xpinfo -f /dev/rdsk/c116t2d1

Device File : /dev/rdsk/c116t2d1 Model : XP512
Port : CL2C Serial # : 00030057
Host Target : 02 Code Rev : 0116
Array LUN : 11 Subsystem : 0004
CU:LDev : 00:11 CT Group : ---
Type : OPEN-3 CA Volume : SMPL
Size : 2347 MB BC0 (MU#0) : SMPL
ALPA : da BC1 (MU#1) : SMPL
Loop Id : 07 BC2 (MU#2) : SMPL
SCSI Id : --- RAID Level : RAID5
FC-LUN : 4011000000000000 RAID Group : 1-2
Port WWN : 500060e802756912 ACP Pair : 1
Disk Mechs : R101 R111 R121 R131

# xpinfo -i

Device File ALPA Tgt Lun Port CU:LDev Type Serial#
==========================================================================
/dev/rdsk/c20t0d0 ef 00 00 CL1B 00:0c OPEN-3 00031006
/dev/rdsk/c20t3d7 ef 00 1f CL1B 00:2b OPEN-3-CVS-CM 00031006
/dev/rdsk/c20t4d6 ef 00 26 CL1B 00:34 OPEN-3*7 00031006
/dev/rdsk/c16t4d5 ef 00 3c CL2A 00:0c OPEN-3 00031006

# xpinfo -cf /dev/rdsk/c20t0d0

CT CA BC Volume
Device File Subsys Group Vol MU#0 MU#1 MU#2
==================================================================
/dev/rdsk/c20t0d0 0031 --- SMPL PVOL SMPL SMPL


# xpinfo -rf /dev/rdskc20t0d0

ACP RAID RAID Disk
Device File Pair Level Group Mechanisms
==================================================================
/dev/rdsk/c20t0d0 1 RAID5 1-1 R107 R117 R127 R137

WK
Problem never ends, you must know how to fix it
Torsten.
Acclaimed Contributor

Re: XP12K- Disks in HP-UX 11.23

/dev/dsk/c18t2d2 = LUN18

because of the t2d2 values.
This is exactly the same for all array LUNs (eva/xp/...).

There is another tool that will help you to get more information: "xpinfo".
Ask your support for that tool.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!