1833882 Members
2868 Online
110063 Solutions
New Discussion

Identified disk in FC60

 

Identified disk in FC60

I have a FC60 and i execute the command: amdsp -a FC60Prod and it shows that has a lun with problem:
4 DEGRD:WAIT REPAIR 16.9 GB A 1 8 2:1
5:1
and show a disk:

SCSI Channel:ID = 5:1
Enclosure = 2
Slot (0-based) = 3
Disk State = NO RESPONSE
Disk Group and Type = 07ABF80032395CBD5B LUN
Capacity = 0.0 GB
Manufacturer and Model = NO_VENDOR NO_MODEL
Serial Number = NO_SERIAL_NUM
Firmware Revision = NO_FW_REV

How can i know what disk in HPUX is reference this lun?

Thank you.
2 REPLIES 2
Kent Ostby
Honored Contributor

Re: Identified disk in FC60

have you tried: spmgr display
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Sameer_Nirmal
Honored Contributor

Re: Identified disk in FC60

In HP-UX a LUN is referred as /dev/dsk/cxtxdx
HP-UX see the bind LUN as a disk and it won't refer to a specific disk underneath the LUN.
Hence I guess you are trying to know the LUN to which the failed disk belongs to.
From the amdsp output , the LUN capacity is 16.9GB. Now assuming you have only one such lun with this capacity you can find it out using diskinfo -v command. It is important to identify the disk at enclosure 2 slot 3 if it shows fault indication or dead and replace it .

The LUN status is shown as "Degraded -Waiting for repair" is on account failure of a disk at 5:1 in enclosure 2. Since there is no hot spare configured to perform the rebuild , it is awating to get to
replace the disk or add hot spare.