Operating System - HP-UX
1824881 Members
3696 Online
109675 Solutions
New Discussion юеВ

is der any option in HP-UX to flash led of faulty disk?

 
Avinash Agarkar
Valued Contributor

is der any option in HP-UX to flash led of faulty disk?

is der any option in HP-UX to flash led of faulty disk?

Thanks,
Avinash
Great Power Comes With Great Responsibility
17 REPLIES 17
Jeeshan
Honored Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

replace the disk. :-)
a warrior never quits
Avinash Agarkar
Valued Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

Hi,

The server is some where else and the disk is not showing any fail indication, the engineer is not able to identify the fail disk.

Avinash
Great Power Comes With Great Responsibility
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

It depends on the hardware if you can flash the LED of a disk or not.

But normally, if you know the hardware path and the hardware details it should not be that problem to find the disk.

If you post more information, we could probably help you ...

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!   
Jeeshan
Honored Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

"fruled" is not related to disks, from the man page

"The fruled command flashes/turns off attention LEDs of cells or I/O chassis in the local complex"



Again, it always depends on the used hardware.

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!   
Avinash Agarkar
Valued Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

Hi torsen,

Can you please guide me to identify which disk is failed with the below mention hardware path.

disk 6 6/2/0.4.0 sdisk NO_HW DEVICE SEAGATE ST39175LC
/dev/dsk/c3t4d0 /dev/rdsk/c3t4d0
Great Power Comes With Great Responsibility
Jeeshan
Honored Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

>>disk 6 6/2/0.4.0 sdisk NO_HW DEVICE SEAGATE ST39175LC
/dev/dsk/c3t4d0 /dev/rdsk/c3t4d0

do the pvdisplay command

#pvdisplay -v /dev/dsk/c3t4d0
a warrior never quits
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

As mentioned before, you need to know the server and the disk chassis models, maybe some (dip switch) settings of the chassis too.

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!   
Kapil Jha
Honored Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

I do not think there is any option in HPUX to flash led.
In tru64 it is there.(hwmgr -flash light)
Here if you have not seen hardware may be a bit complex for you to locate ddisk.
If hardware engineer is not able to locate ask vendor to send snother person to change hardware.
Dont try to play with server if it is critical.
BR,
kapil
I am in this small bowl, I wane see the real world......
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

With some hardware you can do this, with other hardware you cannot - it depends.



Please post the results of these commands first:

# model
# ioscan -fn
# echo "map"|/usr/sbin/cstm

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!   
Fabien GUTIERREZ
Frequent Advisor

Re: is der any option in HP-UX to flash led of faulty disk?

you cannot but to ensure you re replacing the disk you can use a trick dd if=yourbaddisk of=/dev/null
this ll bring activity to your faulty disk and ll make it "flash"
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

I strongly doubt if you can "bring activity" to a dead disk, because the status is "NO_HW" already ...

;-)

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!   
Fabien GUTIERREZ
Frequent Advisor

Re: is der any option in HP-UX to flash led of faulty disk?

a faulty disk do not switch to no hardware since it s connected and visible and won t change until you do an ioscan that could result in such a status
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

But Avinash already posted this line:

disk 6 6/2/0.4.0 sdisk NO_HW DEVICE SEAGATE ST39175LC

BTW, not only the admin is running an ioscan, the diagnostic does it periodically.

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!   
Hein van den Heuvel
Honored Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

Avinash,

How many "good" disks are there?

If is it not too many you can use the 'dd' trick Fabian mentioned to create activity on the good disks and thus make clear which disks NOT to touch.

Create a little script to go over a list of good disk, and in a constant loop issue:
dd /if=$good /of=/dev/null count=100

fwiw,
Hein.



Fabien GUTIERREZ
Frequent Advisor

Re: is der any option in HP-UX to flash led of faulty disk?

oh yess missed that line from avinash so no way to make it blink unfortunately
Torsten.
Acclaimed Contributor

Re: is der any option in HP-UX to flash led of faulty disk?

It's a good idea to exclude good disks, but on a very busy system this may not 100% safe.
IMHO the most reliable is to follow the hardware path ...

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!