- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- How to identify a bad disk from disk array box ?
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
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
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-19-2004 04:49 PM
08-19-2004 04:49 PM
How to identify a bad disk from disk array box ?
disk 0 10/0.5.0 sdisk CLAIMED DEVICE SEAGATE ST39175LC
/dev/dsk/c0t5d0 /dev/rdsk/c0t5d0"
My problem is to identify this disk in the disk array. The disk does not say any no. like SEAGATE ST39175LC but model no. and serial No.
Pls help to find out the bad disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 04:59 PM
08-19-2004 04:59 PM
Re: How to identify a bad disk from disk array box ?
What kind of array is this disk installed in? I have a couple of VA arrays (VA7110 and VA7410) and both of them support the StorageWorks CommandView SDM tool, which allows me to see the arrays in great detail.
A couple of months ago one of the disks in my VA7410 went bad and I was able to look at the array with my web browser and CommandView SDM and immediately identify which disk was bad. CommandView showed a graphical representation of the array and showed which disk was bad.
Also, when I looked at the array itself, the disk that went bad had a different LED on (yellow/orange) instead of the green LED, which again showed me which disk to replace.
I don't know if your array supports a graphical tool like CommandView SDM, but perhaps the LEDs on the array itself will give you a clue as to which disk is bad.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:11 PM
08-19-2004 05:11 PM
Re: How to identify a bad disk from disk array box ?
Maybe there is a faster methode, but I use the dd command to identify a bad disk in a array.
# dd if=dev/rdsk/cxtydz of=/dev/null bs=512k
Now look at the leds on the array.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:12 PM
08-19-2004 05:12 PM
Re: How to identify a bad disk from disk array box ?
Server is K-370.
Array is:
HA Deskside Storage Enclosure.
Product no:A3311A, serial No.USM2024349.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:13 PM
08-19-2004 05:13 PM
Re: How to identify a bad disk from disk array box ?
What type of array you have ?
Anyways just a try ..
Try amdsp command
( see man amdsp for more details)
If you are lucky you will get
the disk location in the array with some channel ID
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:15 PM
08-19-2004 05:15 PM
Re: How to identify a bad disk from disk array box ?
Pls provide the model no of the Disk Array.Your Disk is Seagate ST39175LC Barracuda 18LP 9.1GB Ultra SCSI-II 7200RPM .
However you can physically observe in the array.If a disk failed normally the LED indicator on the specified disk will give a different colour,yello/orrange.
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:24 PM
08-19-2004 05:24 PM
Re: How to identify a bad disk from disk array box ?
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 05:29 PM
08-19-2004 05:29 PM
Re: How to identify a bad disk from disk array box ?
My email is amitr@asahiindia.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 06:18 PM
08-19-2004 06:18 PM
Re: How to identify a bad disk from disk array box ?
dd -if command gives following error:
dd read error: Invalid argument.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 07:26 PM
08-19-2004 07:26 PM
Re: How to identify a bad disk from disk array box ?
At the back willl be the SCSI address settings, and you need to look for one that has it's address set to 5.
You could also try doing
dd if=/dev/rdsk/c0t5d0 of=/dev/null and see which disk light comes on and stays on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 09:26 PM
08-19-2004 09:26 PM
Re: How to identify a bad disk from disk array box ?
so my dd -if statment is dd -if=/dev/rdsk/c0t5d0 of=/dev/null, gives error
dd read error: Invalid argument
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 12:37 AM
08-20-2004 12:37 AM
Re: How to identify a bad disk from disk array box ?
dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=32k count=100
This should light up the disk for about 5-10 seconds or so. Increase the count to make it stay on longer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 01:04 AM
08-20-2004 01:04 AM
Re: How to identify a bad disk from disk array box ?
# dd if=/dev/dsk/c0t5d0 of=/dev/null bs=32k count=100
/dev/dsk/c0t5d0: Device busy
dd: cannot open /dev/dsk/c0t5d0
# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=32k count=100
dd read error: Invalid argument
0+0 records in
0+0 records out
Which is the right command ? Both the command does not bring any lights on the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 01:51 AM
08-20-2004 01:51 AM
Re: How to identify a bad disk from disk array box ?
# dd if=/dev/rdsk/c0t5d0 of=/dev/null bs=32k count=100
100+0 records in
100+0 records out
Try the command using the device path for one of the other disks in the array (dev/rdsk/c0t4d0 perhaps?). Maybe the disk is totally dead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2004 12:41 AM
08-21-2004 12:41 AM