<?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 SCSI :Read error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067381#M139910</link>
    <description>What's happend about below message, I found many such as message in the syslog.log. &lt;BR /&gt;&lt;BR /&gt;vmunix: SCSI: Read error -- dev: b 31 0x07b000, errno: 126, resid: 2048,&lt;BR /&gt;Sep  8 07:04:32 deidv02 vmunix:  blkno: 8, sectno: 16, offset: 8192, bcount: 2048.</description>
    <pubDate>Wed, 10 Sep 2003 05:50:10 GMT</pubDate>
    <dc:creator>j773303</dc:creator>
    <dc:date>2003-09-10T05:50:10Z</dc:date>
    <item>
      <title>SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067381#M139910</link>
      <description>What's happend about below message, I found many such as message in the syslog.log. &lt;BR /&gt;&lt;BR /&gt;vmunix: SCSI: Read error -- dev: b 31 0x07b000, errno: 126, resid: 2048,&lt;BR /&gt;Sep  8 07:04:32 deidv02 vmunix:  blkno: 8, sectno: 16, offset: 8192, bcount: 2048.</description>
      <pubDate>Wed, 10 Sep 2003 05:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067381#M139910</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-09-10T05:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067382#M139911</link>
      <description>Hi,&lt;BR /&gt;There's probably an problem with the disk /dev/dsk/c7t11d0.&lt;BR /&gt;Is this disk mirrored ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom Geudens</description>
      <pubDate>Wed, 10 Sep 2003 07:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067382#M139911</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-09-10T07:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067383#M139912</link>
      <description>How do you know the /dev/dsk/c7t11d0 got the problem?&lt;BR /&gt;Yes, the disk has an mirror disk.</description>
      <pubDate>Wed, 10 Sep 2003 07:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067383#M139912</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-09-10T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067384#M139913</link>
      <description>dev: b 31 0x07b000&lt;BR /&gt;&lt;BR /&gt;major device number 31 refers to the disk&lt;BR /&gt;&lt;BR /&gt;you can do a &lt;BR /&gt;#lsdev|grep 31&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Take off 0x0 from 0x07b00 &lt;BR /&gt;&lt;BR /&gt;7b0 this refers to c7t11d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 10 Sep 2003 08:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067384#M139913</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-10T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067385#M139914</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To test the bad block errors of this disk. Try this command.&lt;BR /&gt;# dd if=/dev/rdsk/c7t11d0 of=/dev/null bs=2048 &lt;BR /&gt;&lt;BR /&gt;The output of this command will show you total blocks in and out. The values should be equal and no errors should be generated. you can do this online. and it will not harm the system. It will dummy procesure to check the surface of the disk.&lt;BR /&gt;&lt;BR /&gt;Saurav</description>
      <pubDate>Wed, 10 Sep 2003 08:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067385#M139914</guid>
      <dc:creator>Saurav_1</dc:creator>
      <dc:date>2003-09-10T08:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI :Read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067386#M139915</link>
      <description>errno: 126, generic "power failed" message that means that the disk stopped responding to SCSI commands&lt;BR /&gt;PS: this comes from an HP-UX expert but I don't know where he got this information from... if someone knows, thanks to tell me.&lt;BR /&gt;&lt;BR /&gt;I got the same message on an internal mirrored disk c2t2d0. Before concluding the disk is nearly dead, I'm going to apply SCSI and LVM patches to see if it doesn't solve the Pb.&lt;BR /&gt;&lt;BR /&gt;How did you solve your Pb ? Have you replaced the disk ?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 Oct 2003 04:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-read-error/m-p/3067386#M139915</guid>
      <dc:creator>Denis C-Combe</dc:creator>
      <dc:date>2003-10-28T04:10:28Z</dc:date>
    </item>
  </channel>
</rss>

