<?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/4078018#M735565</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;multiple alerts as you have received sometimes indicate a controller or drive cage failure. Hardware is most likely going to at least need some attention.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 28 Sep 2007 07:49:15 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-09-28T07:49:15Z</dc:date>
    <item>
      <title>Scsi error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078015#M735562</link>
      <description>Hi All i have following dmesg in hp-ux , can somebody let me know problem with which disk and what is the way to find out the faulty disk .&lt;BR /&gt;&lt;BR /&gt;LVM: vg[0]: pvnum=0 (dev_t=0x1c013000) is POWERFAILED&lt;BR /&gt;LVM: vg[1]: pvnum=0 (dev_t=0x1c010000) is POWERFAILED&lt;BR /&gt;LVM: PV 0 has been returned to vg[0].&lt;BR /&gt;LVM: PV 0 has been returned to vg[1].&lt;BR /&gt;dev 1c010000 got invalid b_resid 0 b_bcount 40960, error = 0x7e&lt;BR /&gt;dev 1c010000 got invalid b_resid 0 b_bcount 24576, error = 0x7e&lt;BR /&gt;dev 1c010000 got invalid b_resid 0 b_bcount 32768, error = 0x7e&lt;BR /&gt;dev 1c010000 got invalid b_resid 0 b_bcount 32768, error = 0x7e&lt;BR /&gt;LVM: vg[1]: pvnum=0 (dev_t=0x1c010000) is POWERFAILED&lt;BR /&gt;LVM: PV 0 has been returned to vg[1].&lt;BR /&gt;&lt;BR /&gt;SCSI: Request Timeout -- lbolt: -411203889, dev: cd003000&lt;BR /&gt;                lbp-&amp;gt;state: 4020&lt;BR /&gt;                lbp-&amp;gt;offset: ffffffff&lt;BR /&gt;                lbp-&amp;gt;uPhysScript: 280000&lt;BR /&gt;        From most recent interrupt:&lt;BR /&gt;                ISTAT: 22, SIST0: 04, SIST1: 00, DSTAT: 80, DSPS: 00000006&lt;BR /&gt;        lsp: 1c012080&lt;BR /&gt;                bp-&amp;gt;b_dev: cd003000&lt;BR /&gt;                scb-&amp;gt;io_id: 8135e0&lt;BR /&gt;                scb-&amp;gt;cdb: 10 00 00 00 00 00&lt;BR /&gt;                lbolt_at_timeout: -411263989, lbolt_at_start: -411263989&lt;BR /&gt;                lsp-&amp;gt;state: 10d&lt;BR /&gt;        lbp-&amp;gt;owner: 1c012080&lt;BR /&gt;        scratch_lsp: 0&lt;BR /&gt;        Pre-DSP script dump [cd8e030]:&lt;BR /&gt;                78346000 0000000a 78351000 00000000&lt;BR /&gt;                0e000002 00280500 80000000 00000000&lt;BR /&gt;        Script dump [cd8e050]:&lt;BR /&gt;                9f0b0000 00000006 0a000000 00280508&lt;BR /&gt;                721a0000 00000000 98080000 00000001&lt;BR /&gt;&lt;BR /&gt;SCSI: Abort -- lbolt: -411203889, dev: cd003000, io_id: 8135e0</description>
      <pubDate>Fri, 28 Sep 2007 05:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078015#M735562</guid>
      <dc:creator>mukesh_a</dc:creator>
      <dc:date>2007-09-28T05:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scsi error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078016#M735563</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;To find the broken disks, search for the minor numbers 013000 and 010000 under /dev/dsk or /dev/rdsk and then you'll see the device file as following:&lt;BR /&gt;&lt;BR /&gt;ll /dev/rdsk/|head&lt;BR /&gt;total 0&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x006000 Jun 18 14:44 c0t6d0&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x0a0000 Sep 21  2006 c10t0d0&lt;BR /&gt;&lt;BR /&gt;With this information you can identify the broken disks with ioscan -fnC disk | grep cXtXdX and in the output of ioscan you'll find the hardware path of the HBA. For expample, if ioscan shows 0/0/2/0.2.0, then your HBA is 0/0/2/0.&lt;BR /&gt;&lt;BR /&gt;Regards;&lt;BR /&gt;&lt;BR /&gt;J. Bravo.</description>
      <pubDate>Fri, 28 Sep 2007 06:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078016#M735563</guid>
      <dc:creator>J. Bravo</dc:creator>
      <dc:date>2007-09-28T06:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Scsi error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078017#M735564</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Scsi errors within the syslog are usualy a good indication that there is a hardware issue with a diskdrive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do &lt;BR /&gt;&lt;BR /&gt;#ll /dev/dsk  |grep minor number&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/Aneesh</description>
      <pubDate>Fri, 28 Sep 2007 07:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078017#M735564</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-09-28T07:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scsi error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078018#M735565</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;multiple alerts as you have received sometimes indicate a controller or drive cage failure. Hardware is most likely going to at least need some attention.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Sep 2007 07:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/4078018#M735565</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-28T07:49:15Z</dc:date>
    </item>
  </channel>
</rss>

