Operating System - HP-UX
1751898 Members
5232 Online
108783 Solutions
New Discussion юеВ

Re: STM output for disk read/write error

 
HP_novice_1
Occasional Contributor

STM output for disk read/write error

Currently I run STM on some of my harddisk and the return result show some count for the read/write error. So the question is that is there any guildline on how many read/write error will it be consider that the disk need to be replaced. As my system uptime is very critical, thus need to know any threshold for the error. If possible, I try not to replace unless of no choice.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: STM output for disk read/write error

Shalom,

I don't want any read-write errors on a disk. Zero.

I would run some further tests, get a backup done and preemptively replace the disk. If the disk is merely busy, I might decide otherwise.

http://docs.hp.com/en/7161/LVM_OLR_whitepaper.pdf

That document is the holy grail on this subject.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vivek Bhatia
Trusted Contributor

Re: STM output for disk read/write error

Hi Goh,

Have a look at the doc below .It will tell you all the ways to diagnose and replace the disks.

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

Regards
Vivek Bhatia
Ganesan R
Honored Contributor

Re: STM output for disk read/write error

Hi,

If you suspect any disk i/o error, run dd to check the consistency. If errors are there, replace it without second thought.

Example:
# dd if=/dev/rdsk/c1t5d0 of=/dev/null bs=1024k
Best wishes,

Ganesh.
HP_novice_1
Occasional Contributor

Re: STM output for disk read/write error

Thanks for all the reply. But most of the reply is on the action when a disk fail. What I am looking for is that base on STM output on read/write error, can we conclude that disk is failing and need to be replace ? If not what will be the guildline for the count of read/write error before decide on changing the disk.