- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Re: Jamaica Array - How to find the failed drive?
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-25-2004 03:05 AM
08-25-2004 03:05 AM
Jamaica Array - How to find the failed drive?
/storage/events/disks/default/8_4.11.0 is >= 3.
Its current value is SERIOUS(4).
I want to remove the failed one and replace with a new 36GB. How to find the failed one?.
8/4.10.0 1 LVM vg04 4095 SEAGATE
ST34573WC
8/4.11.0 1 Unused -- 0 SEAGATE
ST34573WC
8/8.10.0 1 LVM vg03 35242 SEAGATE
ST336737LC
8/8.11.0 1 LVM vg04 4095 SEAGATE
ST34573WC
8/8.9.0 1 LVM vg04 4095 SEAGATE
ST34573WC
Please help.
Thanks
Thirumalai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:10 AM
08-25-2004 03:10 AM
Re: Jamaica Array - How to find the failed drive?
Start doing a dd for each drive - 1 at a time:
dd if=/dev/rdsk/cXtXdX of=/dev/null
Watch the lights - the failed one should fail....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:11 AM
08-25-2004 03:11 AM
Re: Jamaica Array - How to find the failed drive?
dd if=/dev/rdsk/cNtNdN of=/dev/null bs=1024k
Go through your disks one at a time, noting which device file corrseponds to which disk. The failed disk will give your an I/O error, the rest should complete the dd without problems.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:12 AM
08-25-2004 03:12 AM
Re: Jamaica Array - How to find the failed drive?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:16 AM
08-25-2004 03:16 AM
Re: Jamaica Array - How to find the failed drive?
The being marked as Unused is failing (4,5 GB disk). It is on of the disks in slot B, you could use the dd command ( look at the led's in the cabinet) to find the exact disk.
# dd if=/dev/rdks/cxtydz of=/dev/null bs=512k
change xyz for your device files.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:18 AM
08-25-2004 03:18 AM
Re: Jamaica Array - How to find the failed drive?
1. Check the dip switch settings on the back of the Jamaica cabinet. Your failed disk is address 11 in slot B(2 disks). 11 is binary 1011 so look for that switch combination.
2. Identify the good disk in slot B by running the following:
ioscan -funC disk
get the disk name for path 8/4.10.0
dd if=/dev/rdsk/c?t10d0 of=/dev/null bs=64k
This will illuminate the activity light on the good disk, the other is the failed one.
Good Luck,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2004 03:43 AM
08-25-2004 03:43 AM
Re: Jamaica Array - How to find the failed drive?
look at the back of your server, locate SCSI card 8/4, follow the cable to the Jamaica box. At the back of that Jamaica box locate the disk with SCSI address 11.
Note: two bus addresses used 8/4 & 8/8 --> Jamaica box split up in 2 halves, 2 Jamaica boxes, or internal disks ?
regards,
Thierry