Operating System - HP-UX
1831505 Members
3272 Online
110025 Solutions
New Discussion

vmunix: SCSI: Request Timeout error in syslog

 
Magnus Andersen
Advisor

vmunix: SCSI: Request Timeout error in syslog

Hi Everyone,

I've has SCSI errors in my syslog for the last two days. I've looked around, but I couldn't find any solutions. Attached is a tail on my syslog with the errors.

Any help is much appreciated.

Thanks,
Magnus
6 REPLIES 6
Cheryl Griffin
Honored Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

You might have a disk dropping offline or a conflicting SCSI ID.
"Downtime is a Crime."
Chris Wilshaw
Honored Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

The first thing to try is to increase the timeout on the disk - it is quite often the case that a disk doesn't respond to an I/O request in time.

pvchange -t 180 /dev/dsk/cXtYdZ

This will set the timeout to 180 seconds, and may prevent your errors. If the errors still show up after doing this, it is more likely to be a hardware error.
Elena Leontieva
Esteemed Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

Magnus,

According to some old document these errors can be due to:

1. The IO timeout setting for the physical disk being set too low. Adjust this parameter as suggested above and monitor the /var/adm/syslog/sylog.log file to see if it corrects the errors.
2. A problem with the SCSI connector for that device. This will require a hardware ticket be opened with the Hardware Support Team.
3. Not having the latest SCSI/LVM patches installed.

HTH,
Elena.
RAC_1
Honored Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

SCSI serrors could be due to following.

1. Not up to date on SCSI/LVM patches.
2. connections/connectors problem SCSI devices. (loose connections etc)
3. Timeout settings for PVs.

For
1. Always be up to date SCSI/LVM pacthes.
2. As far as possible do not connect new devices on line. Also whenever you shutdown systems, make sure your connections/connectors are Ok
3. The default timeout setting is 60 sec.
make it 120--> pvchange -t 120 /dev/dsk/cxtxdx
There is no substitute to HARDWORK
Steven E. Protter
Exalted Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

You have a bad disk or scsi cable or something is not terminated correctly.


If the message does not go away on booting the machine, you will most likely be replacing a disk soon.

Make sure you are all set on backups, make_tape_recoery and data backups.

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
Bryan D. Quinn
Respected Contributor

Re: vmunix: SCSI: Request Timeout error in syslog

Hello,

I have had this issue on two different servers in the past and I had two different solutions. I know both of these have been mentioned already. I am just adding my experiences here for any benefit that it may provide. So, please, NO POINTS.

1. On one server I had to update SCSI patches and this took care of the errors.

2. On the other server I had to up the PV timeout on my EMC disks that were still at the default setting.

So, from my experience with this type of error, I would say make sure SCSI patches are up to date and check timeout on pv's with pvdisplay.

Oh, I think someone else mentioned the LVM patches also, wanna make sure those are up to date.

-Bryan