- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Re: hard drive with blink yellow light
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 04:37 AM
тАО08-25-2003 04:37 AM
I saw a blink yellow light at hud (hold up to about 12 hard drives) and I believe one of hard drive is failure. Am I right? If so then what am I doing next? Thanks.
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 04:42 AM
тАО08-25-2003 04:42 AM
Re: hard drive with blink yellow light
Hud?? What's a hud??
Anyway, without knowing what type of disk/array we're dealing with here, I can only guess - but I think you're correct in your diagnosis. With most arrays, you should be able to look at the individual drives and one of them should also have an error indicator light. If not the you'll need to get into diagnostics: check /var/adm/syslog/syslog.log and dmesg output for error messages that might indicate drive problems. You may need to run STM: see man cstm.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:01 AM
тАО08-25-2003 05:01 AM
Re: hard drive with blink yellow light
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:07 AM
тАО08-25-2003 05:07 AM
Re: hard drive with blink yellow light
With no access to the system, you are going to have to check individual drives. What type of unit is this? Are the drives hot swappable? Is your root logical volume located on this "hud" (I can't imagine any other reason why your system would hang).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:11 AM
тАО08-25-2003 05:11 AM
Re: hard drive with blink yellow light
After reboot, I'll try and type ioscan -fnC disk and read syslog.log if I can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:11 AM
тАО08-25-2003 05:11 AM
SolutionLooks like disk problem here, could u get into single user mode, do the fack of all file systems and come back to multiuser mode(init 3) and do dd for all disks
#ls /dev/dsk
c1t2d0 c2t2d0 ........
# dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k
if any I/O error then that disk is in problem which needs replacement
let's know the result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:21 AM
тАО08-25-2003 05:21 AM
Re: hard drive with blink yellow light
How can I set up (init 3)? Just type like this 'init 3' or 'init3'? Thanks.
Tom.
--------------------
Hi,
Looks like disk problem here, could u get into single user mode, do the fack of all file systems and come back to multiuser mode(init 3) and do dd for all disks
#ls /dev/dsk
c1t2d0 c2t2d0 ........
# dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k
if any I/O error then that disk is in problem which needs replacement
let's know the result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-25-2003 05:30 AM
тАО08-25-2003 05:30 AM
Re: hard drive with blink yellow light
#init 3