Operating System - HP-UX
1753873 Members
7685 Online
108809 Solutions
New Discussion юеВ

Re: Checking Hardware Error

 
C_V
Frequent Advisor

Checking Hardware Error

Hey i guys i received this kind of error on our logs:

May 18 06:58:39 server1 scsi: [ID 107833 kern.warning] WARNING: /pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w21000004cfb53a97,0 (ssd1):
May 18 06:58:39 server1 Error for Command: read(10) Error Level: Retryable
May 18 06:58:39 server1 scsi: [ID 107833 kern.notice] Requested Block: 7681072 Error Block: 7681072
May 18 06:58:39 server1 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number: 0242P22R6Q
May 18 06:58:39 server1 scsi: [ID 107833 kern.notice] Sense Key: Hardware Error
May 18 06:58:39 server1 scsi: [ID 107833 kern.notice] ASC: 0x80 (), ASCQ: 0x84, FRU: 0x0

I tried checking the disk via iostat and here is its output:

c1t0d0 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
Vendor: SEAGATE Product: ST447705FSUN36G Revision: 0638 Serial No: 0353P22S7Q
Size: 36.42GB <36418595328 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0

- I always check at "Hard Errors: 2" if this has a low value then i conclude that the disk is ok.

- Is this enough to say that disk is ok or is there anything else that can be done to check the disk?

- Also the WARNING given is that a big problem.
3 REPLIES 3
Basheer_2
Trusted Contributor

Re: Checking Hardware Error

If you have access then do physical inspection, look for orange/yellow blinking lights.

or do a dd

dd if=/dev/c#t#d# of=/dev/null bs=1024 count=1000

If the disk is very critical, then do the dd for the whole disk ( may take time).
Michal Kapalka (mikap)
Honored Contributor

Re: Checking Hardware Error

hi,

check the disk with mstm utility, if there are some errors contact HP to replace the HDD.

mikap
Jozef_Novak
Respected Contributor

Re: Checking Hardware Error

Hello,

check your LVM configuration and make sure the logical volume that lies on this disk is protected with mirroring.

However, you should be thinking of replacement anyway, this may be an early indication of eventual disk failure.

J.