<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCSI error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399625#M200530</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like there are intermittent failures on the disk c0t5d0. A quick way to find the device is to do ll /dev/dsk |grep 05000&lt;BR /&gt;&lt;BR /&gt;Since these are only Read errors, there may not be any data corruption. However, if you see Write Errors, then you would need to unmount all the filesystems (pvdisplay /dev/dsk/c0t5d0) and do an 'fsck' on them.&lt;BR /&gt;&lt;BR /&gt;If they keep on occuring (/var/adm/syslog/syslog.log), then I suggest you take a backup of these filesystems and replace the disk and restore the data.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 13 Oct 2004 22:23:52 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-13T22:23:52Z</dc:date>
    <item>
      <title>SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399623#M200528</link>
      <description>Hi HP Gurus,&lt;BR /&gt;&lt;BR /&gt;I encountered some problems yesterday in one of my servers. My application was very slow so I rebooted the server using command "shutdown -ry 0". The server didn't go up and it hanged. I performed power cycle and it started ok. I checked on the syslog and found the ff:&lt;BR /&gt;&lt;BR /&gt;Oct 13 16:43:12 above message repeats 19 times&lt;BR /&gt;Oct 13 16:43:02 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:43:12 above message repeats 19 times&lt;BR /&gt;Oct 13 16:43:12 vmunix: &lt;BR /&gt;Oct 13 16:43:12 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:43:23 vmunix: &lt;BR /&gt;Oct 13 16:43:23 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:43:33 vmunix: &lt;BR /&gt;Oct 13 16:43:33 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:43:43 vmunix: &lt;BR /&gt;Oct 13 16:43:43 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:43:54 vmunix: &lt;BR /&gt;Oct 13 16:43:54 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:44:04 vmunix: &lt;BR /&gt;Oct 13 16:44:04 vmunix: SCSI: Read error -- dev: b 31 0x005000, errno: 126, resid: 2048,&lt;BR /&gt;Oct 13 16:50:57 vmunix:&lt;BR /&gt;&lt;BR /&gt;I checked for hardware failures but didn't see any. No amber light on the disks. Any idea about my problem will be very much appreaciated. Btw, we are using K-class platform. Thanks in advance.</description>
      <pubDate>Wed, 13 Oct 2004 21:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399623#M200528</guid>
      <dc:creator>gerjam</dc:creator>
      <dc:date>2004-10-13T21:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399624#M200529</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks like your error messages are complaining about the device c0t5d0.  Your power cycle might have fixed it for now, but I would be suspicious of that device.  Usually when these kind of errors pop up and then disappear, they reappear on me at 2:00am on a weekend.  :)&lt;BR /&gt;&lt;BR /&gt;Here is a link to a post that discusses how to decipher the device field in the error messages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=180363" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=180363&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 21:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399624#M200529</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-10-13T21:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399625#M200530</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like there are intermittent failures on the disk c0t5d0. A quick way to find the device is to do ll /dev/dsk |grep 05000&lt;BR /&gt;&lt;BR /&gt;Since these are only Read errors, there may not be any data corruption. However, if you see Write Errors, then you would need to unmount all the filesystems (pvdisplay /dev/dsk/c0t5d0) and do an 'fsck' on them.&lt;BR /&gt;&lt;BR /&gt;If they keep on occuring (/var/adm/syslog/syslog.log), then I suggest you take a backup of these filesystems and replace the disk and restore the data.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 13 Oct 2004 22:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399625#M200530</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-13T22:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399626#M200531</link>
      <description>Hi there.&lt;BR /&gt;I would get a new disk and mirror the old one to it. If the original disk fails, break the mirror and your system should still be ok.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Thu, 14 Oct 2004 03:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399626#M200531</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2004-10-14T03:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399627#M200532</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The error relates to the disk currently that is read error &amp;amp; will not be a problem like the  data getting corruputed but it is better to get the disk replaced ,the replacement can be done by different ways mentioned by others in this thread.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 14 Oct 2004 07:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399627#M200532</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-10-14T07:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399628#M200533</link>
      <description>ls -altrR /dev | grep -i "0x05000" | grep -i ^b &lt;BR /&gt;&lt;BR /&gt;this will be giving you the device the syslog is reporting on. &lt;BR /&gt;&lt;BR /&gt;More ways to analyse on this device would be: &lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c5t0d0&lt;BR /&gt;diskinfo /dev/rdsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;echo "selclass type disk; info; wait; infolog" | cstm | more &lt;BR /&gt;&lt;BR /&gt;And also if  you can have outage, just try unmounting the filesystem on the disk and do fsck, and mount them back. You will have a confidence taking steps..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 14 Oct 2004 08:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/3399628#M200533</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-14T08:06:18Z</dc:date>
    </item>
  </channel>
</rss>

