1833034 Members
2392 Online
110049 Solutions
New Discussion

K400

 
SOLVED
Go to solution
rodi
Occasional Advisor

K400

Hi,

I realised that there are some errors reflected on the syslog.log file showing 'SCSI:
Async
write error - dev: b 31 0x025000, errno: 5, resid:8192'.
This happens once on Nov 13 17:35:22
and did not encountered since then, please advise on the possible cause.
What is the meaning of the error?

Regards,
4 REPLIES 4
Mary Ann Lipa
Valued Contributor
Solution

Re: K400

Hi Rodi,
What's the device at c2t5d0?
run ioscan -fn and check whose device driver is c2t5d0

not sure what the problem is all about yet, but it could be due to a disocnnected or missing device (probably due to a system restart/power trip)
d_b
Which is worse, smoking or picking your nose in a public place?
Bill Hassell
Honored Contributor

Re: K400

This is definitely a disk error. Use the command: lssf /dev/dsk/c2t5d0 to decode the address of the disk. errno 5 means an I/O error has been detected by the driver.

Since it occurred a couple of weeks ago and only occurred once, there is no way to know if this was caused by someone changing cables while the system is running (never recommended!) or a transient power problem (someone kicked the power cable?).

It's a good idea to look for errors and warnings in syslog automatically everyday using a cron job.


Bill Hassell, sysadmin
Steven Sim Kok Leong
Honored Contributor

Re: K400

Hi,

To add on, you can test your harddisk's integrity with mstm/cstm or dd.

Example of using dd:

# dd if=/dev/dsk/c0t3d0 of=/dev/null bs=8192

Hope this helps. Regards.

Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
Printaporn_1
Esteemed Contributor

Re: K400

using xstm/mstm and check logtool , you could know more in detail.
enjoy any little thing in my life