Operating System - HP-UX
1825694 Members
3352 Online
109686 Solutions
New Discussion

Re: Making the Drive light flash

 
SOLVED
Go to solution
Marty Metras
Super Advisor

Making the Drive light flash

When you use SAM to replace a drive that is mirrored, The message when it is ready to swap out the drive it will have the LED on the drive flash do you can be sure you have the right drive.
I was wondering how you could make the drive LED flash from the command line.
Does any one know?
Marty
The only thing that always remain the same are the changes.
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: Making the Drive light flash

Hi Marty:

# dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=1024k

Interrupt with CTL_C when you want to terminate.

Regards!

...JRF...
Marty Metras
Super Advisor

Re: Making the Drive light flash

Thanks James
I had never thought of the 'dd' command.

Marty
The only thing that always remain the same are the changes.