Operating System - HP-UX
1827853 Members
1700 Online
109969 Solutions
New Discussion

seems ioscan can't find all disks in the system

 
SOLVED
Go to solution
常有慈悲心
Regular Advisor

seems ioscan can't find all disks in the system

os: hpux11.31

reboot system not help.

Any suggestion?

Thanks in advance
18 REPLIES 18
nijokj
Trusted Contributor
Solution

Re: seems ioscan can't find all disks in the system

check any disk are showing "NO_HW"

ioscan -fnC disk |grep -i "NO_HW"
Horia Chirculescu
Honored Contributor

Re: seems ioscan can't find all disks in the system

å¸¸æ æ æ ²å¿ , do you still have internet access in China? (we have heard rumors that internet connectivity is limited)

Check your hardware. Check connections. Maybe your hardware is not properly connected / powered on maybe? Where are located the disks you are talking about? Are those internal disks?

Best regards from Romania,
Horia.



Best regards from Romania,
Horia.
Torsten.
Acclaimed Contributor

Re: seems ioscan can't find all disks in the system

Any more details please?

- server model
- disks are internal/external
- hardware RAID in use ?????

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!   
Hakki Aydin Ucar
Honored Contributor

Re: seems ioscan can't find all disks in the system

What exactly you see when issue the command;

ioscan -fnCdisk

and ,did you try this;

insf -e and again ioscan -fnCdisk
Torsten.
Acclaimed Contributor

Re: seems ioscan can't find all disks in the system

or better post a complete

# ioscan -fn

please!

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!   
Rita C Workman
Honored Contributor

Re: seems ioscan can't find all disks in the system

Cháng yÇ u cíbÄ i xÄ«n,

What kind of disk?
Is there an array? What make and model? If array, has it been zoned/mapped/masked properly?

Please supply all the requests for additional information, so we may help you.

CÇ zhì,
Rita

Manix
Honored Contributor

Re: seems ioscan can't find all disks in the system

Were the disks initially visible any change you
performed , insf -eC disk helps ,post ioscan -fn as suggested.

Thanks
Manix
HP-UX been always lovable - Mani Kalra
INH
Regular Advisor

Re: seems ioscan can't find all disks in the system

Please attach ioscan -fn o/p
What is the type of LUN
internal / external disks?

you need to run

#ioscan
#insf -e
#ioscan -fnkCdisk

You can reissue above commands.

Regards,
INH
Knowledge is power
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

Thanks all for your warm heart help.
ioscan -fn output attached.

rmsf and insf has been done.No help.

In ioscan, we can't find c525tXdX,

but in vxdisk list can, and io can work well.

# vxdisk -e list
DEVICE TYPE DISK GROUP STATUS OS_NATIVE_NAME
EMC_CLARiiON0_0 auto EMC_CLARiiON0_0 cm online c525t0d62
EMC_CLARiiON0_1 auto - - online c525t0d59
EMC_CLARiiON0_2 auto EMC_CLARiiON1_13 cm online c525t0d60
EMC_CLARiiON0_3 auto - - online c525t0d61
EMC_CLARiiON0_4 auto - - online c525t0d57
EMC_CLARiiON0_5 auto - - online c525t0d58
EMC_CLARiiON0_6 auto - - online c525t0d56
EMC_CLARiiON0_7 auto - - online c2t0d7
EMC_CLARiiON0_8 auto - - online c525t0d54
EMC_CLARiiON0_9 auto - - online c525t0d55

=======================
Ismail Azad
Esteemed Contributor

Re: seems ioscan can't find all disks in the system

Hi,

Ok... That's interesting to know that the disk is visible by VxVM but not ioscan!, as typically there should be no physical device that bypasses ioscan output. This COULD be a corruption in the binding of hardware paths or to be more specific the "kernel I/O tree" as ioscan at the backend reads this tree from ioconfig. You could rebuild or recreate this tree which MIGHT solve your problem of not "seeing" the disk in ioscan but that in turn generates DIFFERENT device files.....

Just a thought sensitive to O.S... ioinit -c. I am not suggesting you do it , just a thought....

Regards
Ismail Azad
Read, read and read... Then read again until you read "between the lines".....
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

more interesting thing is, the disk can be seen by ioscan -em lun

==============
#ioscan -em lun
...
disk 69 64000/0xfa00/0x34 esdisk CLAIMED DEVICE limited DGC RAID 5
0/2/1/0.0x500601683022fb3f.0xe000000000000
0/2/1/0.0x500601603022fb3f.0xe000000000000
0/5/1/0.0x500601683022fb3f.0xe000000000000
0/5/1/0.0x500601603022fb3f.0xe000000000000
/dev/disk/disk69 /dev/rdisk/disk69

# diskinfo /dev/rdisk/disk69
SCSI describe of /dev/rdisk/disk69:
vendor: DGC
product id: RAID 5
type: direct access
size: 6291456 Kbytes
bytes per sector: 512

# vxdisk list disk69
Device: disk69
...
Multipathing information:
numpaths: 4
c525t0d60 state=enabled type=primary
c526t0d44 state=enabled type=secondary
c515t0d76 state=enabled type=secondary
c514t0d92 state=enabled type=primary

# ioscan -fnCdisk|grep c525t0d60
#
Ismail Azad
Esteemed Contributor

Re: seems ioscan can't find all disks in the system

Hi,

Is it possible that the DSF /dev/dsk/c525t0d60 alone has been migrated to the persistent DSF and that the VxVM "subsystem" has not been updated. This could happen if an iofind was executed only for the DSF /dev/dsk/c525t0d60... This typically will make this DSF "non viewable" to the O.S as what the command does is "migration".

Regards
Ismail Azad
Read, read and read... Then read again until you read "between the lines".....
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

thanks ,not familiar with dsf,will research it later.

Will offline soon.

Reply maybe later.
Jaume Llopart Canal
New Member

Re: seems ioscan can't find all disks in the system

You could try:
/usr/sam/lbin/ioparser.sh DISK

Bye.
nijokj
Trusted Contributor

Re: seems ioscan can't find all disks in the system

your should try
ioscan -m dsf
which will give you mapping of persistent dsf v/s legacy dsf.
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

# ioscan -m lun
Class I Lun H/W Path Driver S/W State H/W Type Health Description
=======================================================================
disk 50 64000/0xfa00/0x0 esdisk CLAIMED DEVICE online HP DG0146FAMWL
0/4/1/0.0x5000c500174b1339.0x0
/dev/disk/disk50 /dev/disk/disk50_p2 /dev/rdisk/disk50 /dev/rdisk/disk50_p2
/dev/disk/disk50_p1 /dev/disk/disk50_p3 /dev/rdisk/disk50_p1 /dev/rdisk/disk50_p3
autoch 1 64000/0xfa00/0x2 eschgr CLAIMED DEVICE online HP MSL6000 Series
0/2/1/0.0x100000068d03fe00.0x0
/dev/rchgr/autoch1
ctl 3 64000/0xfa00/0x3 esctl CLAIMED DEVICE online SEPATON S2100
0/2/1/0.0x100000068d03fe01.0x0
/dev/pt/pt3
tape 4 64000/0xfa00/0x4 estape CLAIMED DEVICE online HP Ultrium 3-SCSI
0/2/1/0.0x100000068d03fe00.0x1000000000000
/dev/rtape/tape4_BEST /dev/rtape/tape4_BESTb /dev/rtape/tape4_BESTn /dev/rtape/tape4_BESTnb
tape 5 64000/0xfa00/0x5 estape CLAIMED DEVICE online HP Ultrium 3-SCSI
0/2/1/0.0x100000068d03fe00.0x2000000000000
/dev/rtape/tape5_BEST /dev/rtape/tape5_BESTb /dev/rtape/tape5_BESTn /dev/rtape/tape5_BESTnb
tape 6 64000/0xfa00/0x6 estape CLAIMED DEVICE online HP Ultrium 3-SCSI
0/2/1/0.0x100000068d03fe00.0x3000000000000
/dev/rtape/tape6_BEST /dev/rtape/tape6_BESTb /dev/rtape/tape6_BESTn /dev/rtape/tape6_BESTnb
tape 7 64000/0xfa00/0x7 estape CLAIMED DEVICE online HP Ultrium 3-SCSI
0/2/1/0.0x100000068d03fe00.0x4000000000000
/dev/rtape/tape7_BEST /dev/rtape/tape7_BESTb /dev/rtape/tape7_BESTn /dev/rtape/tape7_BESTnb
ctl 4 64000/0xfa00/0x8 esctl CLAIMED DEVICE online SEPATON S2100
0/5/1/0.0x100000068d03fe01.0x0
/dev/pt/pt4
ctl 5 64000/0xfa00/0x9 esctl CLAIMED DEVICE online SEPATON S2100
0/5/1/0.0x100000068d03fe00.0x0
/dev/pt/pt5
disk 14 64000/0xfa00/0xa esdisk CLAIMED DEVICE online HP EG0146FARTR
0/4/1/0.0x500000e111e800e2.0x0
/dev/disk/disk14 /dev/disk/disk14_p2 /dev/rdisk/disk14 /dev/rdisk/disk14_p2
/dev/disk/disk14_p1 /dev/disk/disk14_p3 /dev/rdisk/disk14_p1 /dev/rdisk/disk14_p3
disk 51 64000/0xfa00/0xb esdisk CLAIMED DEVICE online HP DG0146FAMWL
0/4/1/0.0x5000c500174b1815.0x0
/dev/disk/disk51 /dev/disk/disk51_p2 /dev/rdisk/disk51 /dev/rdisk/disk51_p2
/dev/disk/disk51_p1 /dev/disk/disk51_p3 /dev/rdisk/disk51_p1 /dev/rdisk/disk51_p3
disk 52 64000/0xfa00/0xc esdisk CLAIMED DEVICE online HP DG146ABAB4
0/4/1/0.0x5000c500091dddfd.0x0
/dev/disk/disk52 /dev/rdisk/disk52
disk 53 64000/0xfa00/0xd esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x0
0/5/1/0.0x500601683022fb3f.0x0
0/2/1/0.0x500601603022fb3f.0x0
0/2/1/0.0x500601683022fb3f.0x0
/dev/disk/disk53 /dev/rdisk/disk53
disk 54 64000/0xfa00/0xe esdisk CLAIMED DEVICE online DGC LUNZ
0/5/1/0.0x500601613023249e.0x0
0/5/1/0.0x500601693023249e.0x0
0/5/1/0.0x500601683023249e.0x0
0/5/1/0.0x500601603023249e.0x0
0/2/1/0.0x500601683023249e.0x0
0/2/1/0.0x500601693023249e.0x0
0/2/1/0.0x500601613023249e.0x0
0/2/1/0.0x500601603023249e.0x0
/dev/disk/disk54 /dev/rdisk/disk54
disk 55 64000/0xfa00/0x1b esdisk CLAIMED DEVICE online HITACHI DF600F
0/5/1/0.0x50060e8010263ee0.0x4000000000000000
0/2/1/0.0x50060e8010263ee0.0x4000000000000000
/dev/disk/disk55 /dev/rdisk/disk55
disk 56 64000/0xfa00/0x1c esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x1000000000000
0/5/1/0.0x500601683022fb3f.0x1000000000000
0/2/1/0.0x500601603022fb3f.0x1000000000000
0/2/1/0.0x500601683022fb3f.0x1000000000000
/dev/disk/disk56 /dev/rdisk/disk56
disk 57 64000/0xfa00/0x1d esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x2000000000000
0/5/1/0.0x500601683022fb3f.0x2000000000000
0/2/1/0.0x500601603022fb3f.0x2000000000000
0/2/1/0.0x500601683022fb3f.0x2000000000000
/dev/disk/disk57 /dev/rdisk/disk57
disk 58 64000/0xfa00/0x1e esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x3000000000000
0/5/1/0.0x500601683022fb3f.0x3000000000000
0/2/1/0.0x500601603022fb3f.0x3000000000000
0/2/1/0.0x500601683022fb3f.0x3000000000000
/dev/disk/disk58 /dev/rdisk/disk58
disk 59 64000/0xfa00/0x1f esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x4000000000000
0/5/1/0.0x500601683022fb3f.0x4000000000000
0/2/1/0.0x500601603022fb3f.0x4000000000000
0/2/1/0.0x500601683022fb3f.0x4000000000000
/dev/disk/disk59 /dev/rdisk/disk59
disk 60 64000/0xfa00/0x20 esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x5000000000000
0/5/1/0.0x500601683022fb3f.0x5000000000000
0/2/1/0.0x500601603022fb3f.0x5000000000000
0/2/1/0.0x500601683022fb3f.0x5000000000000
/dev/disk/disk60 /dev/rdisk/disk60
ctl 8 64000/0xfa00/0x24 esctl CLAIMED DEVICE online NETAPP LUN
64000/0x2/0x0.0x0.0x0
/dev/pt/pt8
disk 61 64000/0xfa00/0x25 esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x6000000000000
0/5/1/0.0x500601683022fb3f.0x6000000000000
0/2/1/0.0x500601603022fb3f.0x6000000000000
0/2/1/0.0x500601683022fb3f.0x6000000000000
/dev/disk/disk61 /dev/rdisk/disk61
ctl 11 64000/0xfa00/0x26 esctl CLAIMED DEVICE online HITACHI DF600F
0/2/1/0.0x50060e8010263ee0.0x0
0/5/1/0.0x50060e8010263ee0.0x0
/dev/pt/pt11
disk 62 64000/0xfa00/0x27 esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x7000000000000
0/5/1/0.0x500601683022fb3f.0x7000000000000
0/2/1/0.0x500601603022fb3f.0x7000000000000
0/2/1/0.0x500601683022fb3f.0x7000000000000
/dev/disk/disk62 /dev/rdisk/disk62
disk 63 64000/0xfa00/0x28 esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x8000000000000
0/5/1/0.0x500601683022fb3f.0x8000000000000
0/2/1/0.0x500601603022fb3f.0x8000000000000
0/2/1/0.0x500601683022fb3f.0x8000000000000
/dev/disk/disk63 /dev/rdisk/disk63
disk 64 64000/0xfa00/0x29 esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x9000000000000
0/5/1/0.0x500601683022fb3f.0x9000000000000
0/2/1/0.0x500601603022fb3f.0x9000000000000
0/2/1/0.0x500601683022fb3f.0x9000000000000
/dev/disk/disk64 /dev/rdisk/disk64
disk 65 64000/0xfa00/0x2a esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0xa000000000000
0/5/1/0.0x500601683022fb3f.0xa000000000000
0/2/1/0.0x500601603022fb3f.0xa000000000000
0/2/1/0.0x500601683022fb3f.0xa000000000000
/dev/disk/disk65 /dev/rdisk/disk65
disk 66 64000/0xfa00/0x2b esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0xb000000000000
0/5/1/0.0x500601683022fb3f.0xb000000000000
0/2/1/0.0x500601603022fb3f.0xb000000000000
0/2/1/0.0x500601683022fb3f.0xb000000000000
/dev/disk/disk66 /dev/rdisk/disk66
disk 67 64000/0xfa00/0x2c esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0xe000000000000
0/5/1/0.0x500601683022fb3f.0xe000000000000
0/2/1/0.0x500601603022fb3f.0xe000000000000
0/2/1/0.0x500601683022fb3f.0xe000000000000
/dev/disk/disk67 /dev/rdisk/disk67
disk 68 64000/0xfa00/0x2d esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0xf000000000000
0/5/1/0.0x500601683022fb3f.0xf000000000000
0/2/1/0.0x500601603022fb3f.0xf000000000000
0/2/1/0.0x500601683022fb3f.0xf000000000000
/dev/disk/disk68 /dev/rdisk/disk68
disk 69 64000/0xfa00/0x2e esdisk CLAIMED DEVICE limited DGC RAID 5
0/5/1/0.0x500601603022fb3f.0x10000000000000
0/5/1/0.0x500601683022fb3f.0x10000000000000
0/2/1/0.0x500601603022fb3f.0x10000000000000
0/2/1/0.0x500601683022fb3f.0x10000000000000
/dev/disk/disk69 /dev/rdisk/disk69
disk 70 64000/0xfa00/0x2f esdisk CLAIMED DEVICE online TEAC DVD-ROM DW-224EV
64000/0x0/0x0.0x0.0x0
/dev/disk/disk70 /dev/rdisk/disk70
disk 73 64000/0xfa00/0x30 esdisk CLAIMED DEVICE online NETAPP LUN
64000/0x2/0x0.0x0.0x4000000000000000
/dev/disk/disk73 /dev/rdisk/disk73
disk 71 64000/0xfa00/0x36 esdisk CLAIMED DEVICE limited DGC RAID 5
0/2/1/0.0x500601683022fb3f.0xc000000000000
0/2/1/0.0x500601603022fb3f.0xc000000000000
0/5/1/0.0x500601683022fb3f.0xc000000000000
0/5/1/0.0x500601603022fb3f.0xc000000000000
/dev/disk/disk71 /dev/rdisk/disk71
disk 72 64000/0xfa00/0x37 esdisk CLAIMED DEVICE limited DGC RAID 5
0/2/1/0.0x500601683022fb3f.0xd000000000000
0/2/1/0.0x500601603022fb3f.0xd000000000000
0/5/1/0.0x500601683022fb3f.0xd000000000000
0/5/1/0.0x500601603022fb3f.0xd000000000000
/dev/disk/disk72 /dev/rdisk/disk72
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rchgr/autoch1 /dev/rac/c5t0d0
/dev/pt/pt3 /dev/rscsi/c15t0d0
/dev/pt/pt4 /dev/rscsi/c14t0d0
/dev/pt/pt5 /dev/rscsi/c11t0d0
/dev/rtape/tape4_BEST /dev/rmt/c5t0d1BEST
/dev/rtape/tape4_BESTn /dev/rmt/c5t0d1BESTn
/dev/rtape/tape4_BESTb /dev/rmt/c5t0d1BESTb
/dev/rtape/tape4_BESTnb /dev/rmt/c5t0d1BESTnb
/dev/rtape/tape5_BEST /dev/rmt/c5t0d2BEST
/dev/rtape/tape5_BESTn /dev/rmt/c5t0d2BESTn
/dev/rtape/tape5_BESTb /dev/rmt/c5t0d2BESTb
/dev/rtape/tape5_BESTnb /dev/rmt/c5t0d2BESTnb
/dev/rtape/tape6_BEST /dev/rmt/c5t0d3BEST
/dev/rtape/tape6_BESTn /dev/rmt/c5t0d3BESTn
/dev/rtape/tape6_BESTb /dev/rmt/c5t0d3BESTb
/dev/rtape/tape6_BESTnb /dev/rmt/c5t0d3BESTnb
/dev/rtape/tape7_BEST /dev/rmt/c5t0d4BEST
/dev/rtape/tape7_BESTn /dev/rmt/c5t0d4BESTn
/dev/rtape/tape7_BESTb /dev/rmt/c5t0d4BESTb
/dev/rtape/tape7_BESTnb /dev/rmt/c5t0d4BESTnb
/dev/pt/pt11 /dev/rscsi/c23t0d0
/dev/rscsi/c21t0d0
/dev/rdisk/disk14 /dev/rdsk/c12t0d0
/dev/rdisk/disk14_p1 /dev/rdsk/c12t0d0s1
/dev/rdisk/disk14_p2 /dev/rdsk/c12t0d0s2
/dev/rdisk/disk14_p3 /dev/rdsk/c12t0d0s3
/dev/rdisk/disk50 /dev/rdsk/c12t3d0
/dev/rdisk/disk50_p1 /dev/rdsk/c12t3d0s1
/dev/rdisk/disk50_p2 /dev/rdsk/c12t3d0s2
/dev/rdisk/disk50_p3 /dev/rdsk/c12t3d0s3
/dev/rdisk/disk51 /dev/rdsk/c12t2d0
/dev/rdisk/disk51_p1 /dev/rdsk/c12t2d0s1
/dev/rdisk/disk51_p2 /dev/rdsk/c12t2d0s2
/dev/rdisk/disk51_p3 /dev/rdsk/c12t2d0s3
/dev/rdisk/disk52 /dev/rdsk/c12t1d0
/dev/rdisk/disk53 /dev/rdsk/c8t0d0
/dev/rdsk/c7t0d0
/dev/rdsk/c2t0d0
/dev/rdsk/c1t0d0
/dev/rdisk/disk54 /dev/rdsk/c17t0d0
/dev/rdsk/c18t0d0
/dev/rdsk/c6t0d0
/dev/rdsk/c9t0d0
/dev/rdsk/c0t0d0
/dev/rdsk/c20t0d0
/dev/rdsk/c19t0d0
/dev/rdsk/c3t0d0
/dev/rdisk/disk55 /dev/rdsk/c22t0d0
/dev/rdsk/c24t0d0
/dev/rdisk/disk56 /dev/rdsk/c8t0d1
/dev/rdsk/c7t0d1
/dev/rdsk/c2t0d1
/dev/rdsk/c1t0d1
/dev/rdisk/disk57 /dev/rdsk/c8t0d2
/dev/rdsk/c7t0d2
/dev/rdsk/c2t0d2
/dev/rdsk/c1t0d2
/dev/rdisk/disk58 /dev/rdsk/c8t0d3
/dev/rdsk/c7t0d3
/dev/rdsk/c2t0d3
/dev/rdsk/c1t0d3
/dev/rdisk/disk59 /dev/rdsk/c8t0d4
/dev/rdsk/c7t0d4
/dev/rdsk/c2t0d4
/dev/rdsk/c1t0d4
/dev/rdisk/disk60 /dev/rdsk/c8t0d5
/dev/rdsk/c7t0d5
/dev/rdsk/c2t0d5
/dev/rdsk/c1t0d5
/dev/rdisk/disk61 /dev/rdsk/c8t0d6
/dev/rdsk/c7t0d6
/dev/rdsk/c2t0d6
/dev/rdsk/c1t0d6
/dev/rdisk/disk62 /dev/rdsk/c8t0d7
/dev/rdsk/c7t0d7
/dev/rdsk/c2t0d7
/dev/rdsk/c1t0d7
/dev/rdisk/disk70 /dev/rdsk/c13t0d0
/dev/rdisk/disk73 /dev/rdsk/c16t0d0
常有慈悲心
Regular Advisor

Re: seems ioscan can't find all disks in the system

# /usr/sam/lbin/ioparser.sh DISK
:wsio:schgr:5:0/2/1/0.10.11.255.0.0.0:0:0:0:CLAIMED:0x0;0x8800302:HP MSL6000 Series:75 235 194 243 140 222 130 39:::8:DEVICE:
:wsio:sdisk:3:0/2/1/0.11.5.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:0:0/2/1/0.11.9.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.0:0:0:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.1:0:1:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.2:0:2:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.3:0:3:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.4:0:4:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.5:0:5:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.6:0:6:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:2:0/2/1/0.11.13.255.0.0.7:0:7:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:20:0/2/1/0.63.2.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.0:0:0:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.1:0:1:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.2:0:2:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.3:0:3:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.4:0:4:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.5:0:5:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.6:0:6:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:1:0/2/1/0.63.6.255.0.0.7:0:7:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:19:0/2/1/0.63.10.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:24:0/2/1/0.65.7.0.0.0.0:0:0:0:CLAIMED:0x0;0x412:HITACHI DF600F:36 66 214 100 159 210 148 221:::0:DEVICE:
:wsio:sdisk:12:0/4/1/0.0.0.0.0:0:0:0:CLAIMED:0x0;0x512:HP EG0146FARTR:243 138 232 217 213 24 194 130:::0:DEVICE:
:wsio:sdisk:12:0/4/1/0.0.0.1.0:1:0:0:CLAIMED:0x0;0x512:HP DG146ABAB4:196 104 204 83 114 74 254 210:::0:DEVICE:
:wsio:sdisk:12:0/4/1/0.0.0.2.0:2:0:0:CLAIMED:0x0;0x512:HP DG0146FAMWL:189 119 24 47 219 153 130 1:::0:DEVICE:
:wsio:sdisk:12:0/4/1/0.0.0.3.0:3:0:0:CLAIMED:0x0;0x512:HP DG0146FAMWL:189 119 24 47 110 229 254 219:::0:DEVICE:
:wsio:sdisk:9:0/5/1/0.11.5.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:6:0/5/1/0.11.9.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.0:0:0:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.1:0:1:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.2:0:2:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.3:0:3:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.4:0:4:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.5:0:5:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.6:0:6:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:8:0/5/1/0.11.13.255.0.0.7:0:7:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:18:0/5/1/0.63.2.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.0:0:0:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.1:0:1:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.2:0:2:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.3:0:3:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.4:0:4:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.5:0:5:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.6:0:6:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:7:0/5/1/0.63.6.255.0.0.7:0:7:0:CLAIMED:0x0;0x650432:DGC RAID 5:163 148 24 77 208 249 192 113:::0:DEVICE:
:wsio:sdisk:17:0/5/1/0.63.10.255.0.0.0:0:0:0:CLAIMED:0x0;0x432:DGC LUNZ:237 39 53 189 43 92 78 91:::0:DEVICE:
:wsio:sdisk:22:0/5/1/0.65.7.0.0.0.0:0:0:0:CLAIMED:0x0;0x412:HITACHI DF600F:36 66 214 100 159 210 148 221:::0:DEVICE:
:wsio:sdisk:16:255/0/0.0.0.0:0:0:0:CLAIMED:0x0;0x432:NETAPP LUN:149 73 52 243 216 13 165 41:::0:DEVICE:
:wsio:sdisk:13:255/1/0.0.0:0:0:0:CLAIMED:0x0;0x5800032:TEAC DVD-ROM DW-224EV:159 89 11 242 0 0 0 0:::5:DEVICE: