- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- How can I determine the physical disk that is fail...
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
05-11-2003 01:44 PM
05-11-2003 01:44 PM
How can I determine the physical disk that is failing?
I'm seeing disk failures from
an L-class server.
The messages (GSP) say:
SOURCE DETAIL: 6=DISK SOURCE ID:0
PROBLEM DETAIL=3: functional failure
There are four drives in the machine.
How can I tell which one is bad?
Thanks in advance!
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 02:40 PM
05-11-2003 02:40 PM
Re: How can I determine the physical disk that is failing?
Do you have any messages in your syslog (/var/adm/syslog/syslog.log)?
EMS event log? (/var/opt/resmon/log/event.log)
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 02:50 PM
05-11-2003 02:50 PM
Re: How can I determine the physical disk that is failing?
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 07:48 PM
05-11-2003 07:48 PM
Re: How can I determine the physical disk that is failing?
Perhaps you could try and start the machine without any LVM, or from the alternate disk if you have one.
From the BCH menu, select 'bo alt'
or
Stop the boot at the ten second sequence.
Interact with ISL ? yes
ISL> hpux -lm
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 09:34 PM
05-11-2003 09:34 PM
Re: How can I determine the physical disk that is failing?
1. can you boot machine into hpux?
2. are all disks installed HP-disks?
3. can you see all disks in 'ioscan -fn' CLAIMED and DEVICEs?
4. can you dd from these disks to /dev/null with no 'I/O error' message?
5. did you try Support Tools Manager (cstm, mstm, xstm)?
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 09:43 PM
05-11-2003 09:43 PM
Re: How can I determine the physical disk that is failing?
1. can you boot machine into hpux?
2. are all disks installed HP-disks?
3. can you see all disks in 'ioscan -fn' CLAIMED and DEVICEs?
4. can you dd from these disks to /dev/null with no 'I/O error' message?
5. did you try Support Tools Manager (cstm, mstm, xstm)?
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 12:08 AM
05-12-2003 12:08 AM
Re: How can I determine the physical disk that is failing?
This will read the disk via devicefile and empty into the bit bucket. (you should see the led of the disk blink when it is reading if you don't understand the ioscan -fnkC disk output)
If there is an error on the disk, the command will throw out errors. Otherwise it will complete normally.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 04:21 AM
05-12-2003 04:21 AM
Re: How can I determine the physical disk that is failing?
1 ??? ioscan ???fnC disk - Disks should all say CLAIMED . If not ?? NO-HW = faulty disk
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 10/0.4.0 sdisk CLAIMED DEVICE SEAGATE ST34573WC
/dev/dsk/c0t4d0 /dev/rdsk/c0t4d0
disk 2 10/0.6.0 sdisk CLAIMED DEVICE SEAGATE ST39236LC
/dev/dsk/c0t6d0 /dev/rdsk/c0t6d0
disk 3 10/4/4.5.0 disc3 CLAIMED DEVICE SEAGATE ST32550W
/dev/dsk/c1t5d0 /dev/rdsk/c1t5d0
/dev/floppy/c1t5d0 /dev/rfloppy/c1t5d0
disk 4 10/4/12.5.0 disc3 CLAIMED DEVICE SEAGATE ST32550W
/dev/dsk/c2t5d0 /dev/rdsk/c2t5d0
/dev/floppy/c2t5d0 /dev/rfloppy/c2t5d0
disk 5 10/12/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5401
TA
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
2 ??? diskinfo /dev/rdsk/c?t?d? - Should provide good disk info
SCSI describe of /dev/rdsk/c0t4d0:
vendor: SEAGATE
product id: ST34573WC
type: direct access
size: 4194157 Kbytes
bytes per sector: 512
3 ??? dd if=/dev/rdsk/c?t?d? of=/dev/null bs=1024 count=1. This takes a long time so use it only on suspect drives.
Running these 3 commands tell me all the info I need to know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 11:37 PM
05-12-2003 11:37 PM
Re: How can I determine the physical disk that is failing?
if tte error occurs before HP-UX is launched, you can interrupt the boot process at BCH level.
Then type 'sea' (search) to check the connected devices. Afterwards, do 'sea ipl', to get devices, which also have a boot header. It might be helpful, to compare these results with the expected boot path: type 'path'
if you can find any bootable media, then start booting from this disk by typing either 'bo
Answer "Interact with IPL?" with 'y'.
On ISL prompt, type 'ode'. Hopefully, ODE (Offline Diagnostic Environment) is installed.
If so, you will get the ODE prompt. From there, launche a kind of "ioscan" tool by typing 'run mapper2'. Compare this output, with the actually HW config in terms of disks..
(you can leave the tool by typing 'exit')
BTW, does any of the internal disks have a permanently LED lit? It might help to pull the disk out and plug it back in, when at BCH level...IF so, check the FW of this disk afterwards..
Also, it might help to check the Console history, by typing 'CL' on GSP prompt (CTRL-B on Console)..sometimes, you can see some messages from console here, which are in live mode disguised by the GSP alert! MAybe, the HW path of the failing disk is written somewhere..
Regards.
Tobias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 12:23 AM
05-13-2003 12:23 AM
Re: How can I determine the physical disk that is failing?
There may be some diagnostics/exercisers available from xstm/mstm also.
Later,
Bill