<?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/2578744#M920909</link>
    <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;Looks like c0t6d0 to me.&lt;BR /&gt;&lt;BR /&gt;cb006000&lt;BR /&gt;&lt;BR /&gt;cb --&amp;gt; Major No,&lt;BR /&gt;00 --&amp;gt; Bus (c0)&lt;BR /&gt;6   --&amp;gt; SCSI ID (t6)&lt;BR /&gt;0   --&amp;gt; LUN (d0)&lt;BR /&gt;00 --&amp;gt; Flag&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Sep 2001 11:05:33 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-09-13T11:05:33Z</dc:date>
    <item>
      <title>SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578740#M920905</link>
      <description>Hi All,&lt;BR /&gt;I am getting following scsi error in syslog every one hour&lt;BR /&gt;SCSI: Request Timeout; Abort -- lbolt: 276781692, dev: cb006000, io_id: 1ddd8&lt;BR /&gt;&lt;BR /&gt;SCSI: Request Timeout; Abort -- lbolt: 277143897, dev: cb006000, io_id: 1ddff&lt;BR /&gt;&lt;BR /&gt;SCSI: Request Timeout; Abort -- lbolt: 277350082, dev: cb006000, io_id: 1de07&lt;BR /&gt;&lt;BR /&gt;How to find out which device giving problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 01:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578740#M920905</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-13T01:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578741#M920906</link>
      <description>Hi animesh,&lt;BR /&gt;&lt;BR /&gt;Have a look at these threads.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e45e22e104fb0b6e9b/screen=ckiDisplayDocument?docId=200000044658857" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e45e22e104fb0b6e9b/screen=ckiDisplayDocument?docId=200000044658857&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e45e22e104fb0b6e9b/screen=ckiDisplayDocument?docId=200000048373145" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e45e22e104fb0b6e9b/screen=ckiDisplayDocument?docId=200000048373145&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 01:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578741#M920906</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T01:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578742#M920907</link>
      <description>Hi Sanjay,&lt;BR /&gt;Thanks for your response.&lt;BR /&gt;In my case the dev=cb006000&lt;BR /&gt;&lt;BR /&gt;       cb    00    6    0    00&lt;BR /&gt;       __    __    _    _    __&lt;BR /&gt;       |     |     |    |    |&lt;BR /&gt;     major#  |   target |  flags&lt;BR /&gt;             |          |&lt;BR /&gt;            bus#       lun&lt;BR /&gt;But the major number cb(203 in dec) can't find&lt;BR /&gt;in my machine.&lt;BR /&gt;Any idea ? In this case c*t6d0 ?&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Thu, 13 Sep 2001 04:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578742#M920907</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-13T04:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578743#M920908</link>
      <description>Major 203 is probably the sctl (SCSI pass-through) driver. See the lsdev(1M) output on your system. For details on the sctl driver, see the scsi_ctl(7) manual page.&lt;BR /&gt;&lt;BR /&gt;The following command will probably find the right device file:&lt;BR /&gt;&lt;BR /&gt;find /dev  | xargs ll | grep 203</description>
      <pubDate>Thu, 13 Sep 2001 08:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578743#M920908</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-09-13T08:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578744#M920909</link>
      <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;Looks like c0t6d0 to me.&lt;BR /&gt;&lt;BR /&gt;cb006000&lt;BR /&gt;&lt;BR /&gt;cb --&amp;gt; Major No,&lt;BR /&gt;00 --&amp;gt; Bus (c0)&lt;BR /&gt;6   --&amp;gt; SCSI ID (t6)&lt;BR /&gt;0   --&amp;gt; LUN (d0)&lt;BR /&gt;00 --&amp;gt; Flag&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 11:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578744#M920909</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578745#M920910</link>
      <description>Hi Animesh,&lt;BR /&gt;&lt;BR /&gt;The major no 203 refers to the SCSI controller.&lt;BR /&gt;&lt;BR /&gt;To find the driver associated with this major No.,do&lt;BR /&gt;&lt;BR /&gt;lsdev |grep 203&lt;BR /&gt;The result would be &lt;BR /&gt;203     -1      sctl     ctl&lt;BR /&gt;Do "ioscan -fn |grep sctl"&lt;BR /&gt;The result would be &lt;BR /&gt;ctl    10/0.7.0          sctl  CLAIMED   DEVICE Initiator&lt;BR /&gt;ctl    10/12/5.7.0    sctl   CLAIMED   DEVICE Initiator&lt;BR /&gt;This shows that the majot no referes to the Controller Driver.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 11:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578745#M920910</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T11:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578746#M920911</link>
      <description>Thanks Sanjay .&lt;BR /&gt;I learned something useful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;sachin</description>
      <pubDate>Fri, 14 Sep 2001 19:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-error/m-p/2578746#M920911</guid>
      <dc:creator>Sachin Soni_1</dc:creator>
      <dc:date>2001-09-14T19:42:03Z</dc:date>
    </item>
  </channel>
</rss>

