<?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: finding out device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406050#M201742</link>
    <description>See if this thread helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219110" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219110&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Lbolt errors tend to be hardware (lowlevel) SCSI errors, for instance the cable is a bit loose, is too long, isn't correctly&lt;BR /&gt;terminated or either of the SCSI adaptors (host adaptor in the HP, slave in the RAID&lt;BR /&gt;box itself) isn't working completely as it should.&lt;BR /&gt;Anyways, the HP (host) doesn't receive the "right answers" from the device      (or too late). As the "returned" is very shortly afterwards, it just may be the response is just about on the time limit, so the cable may be a bit on the long side (the exact length supported depends on the kind of SCSI bus, single ended must be shorter then differential, and low-voltage buses have more chances of being sensitive to this then the older higher voltage ones.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Oct 2004 11:03:42 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-22T11:03:42Z</dc:date>
    <item>
      <title>finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406048#M201740</link>
      <description>in hpux 11.0, I have a error in syslog,&lt;BR /&gt;Scsi: Request Timeout; Abort -- lbolt:833196885,dev: bc032000, io_id:3006f87&lt;BR /&gt;I need to find out which disk is giving problem, with information above error.</description>
      <pubDate>Fri, 22 Oct 2004 10:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406048#M201740</guid>
      <dc:creator>vaman</dc:creator>
      <dc:date>2004-10-22T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406049#M201741</link>
      <description>Find the disk as follows.&lt;BR /&gt;&lt;BR /&gt;ll /dev/dsk/* | grep "032000" Seems that it is /dev/dsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;The timeout may be related to heavily accessed disk. You can change the timeout with pvcgange -t 120 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 22 Oct 2004 10:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406049#M201741</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-22T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406050#M201742</link>
      <description>See if this thread helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219110" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219110&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Lbolt errors tend to be hardware (lowlevel) SCSI errors, for instance the cable is a bit loose, is too long, isn't correctly&lt;BR /&gt;terminated or either of the SCSI adaptors (host adaptor in the HP, slave in the RAID&lt;BR /&gt;box itself) isn't working completely as it should.&lt;BR /&gt;Anyways, the HP (host) doesn't receive the "right answers" from the device      (or too late). As the "returned" is very shortly afterwards, it just may be the response is just about on the time limit, so the cable may be a bit on the long side (the exact length supported depends on the kind of SCSI bus, single ended must be shorter then differential, and low-voltage buses have more chances of being sensitive to this then the older higher voltage ones.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2004 11:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406050#M201742</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-22T11:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406051#M201743</link>
      <description>Hi Vaman,&lt;BR /&gt;&lt;BR /&gt;The disk in question is c3t2d0. Take a look at this thread from itrc on how to identify the offending device,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063234348" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063234348&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;the itrc doc id is A5872864.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2004 11:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406051#M201743</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-22T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406052#M201744</link>
      <description>It might be just for some time. It can be due to the health data collection tool trying to access the data when device is busy a lot. &lt;BR /&gt;&lt;BR /&gt;As explained previously, you can just do &lt;BR /&gt;&lt;BR /&gt;ls -altrR /dev/rdsk/* | grep -i 032000&lt;BR /&gt;&lt;BR /&gt;This will give you the devices. &lt;BR /&gt;&lt;BR /&gt;And earlier also there are many discussion thread on this. Just look at those. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Fri, 22 Oct 2004 11:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406052#M201744</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-22T11:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: finding out device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406053#M201745</link>
      <description>Its possible to get an lbolt simply by swapping out a hot swap disk. You'll need to reboot to clear that.&lt;BR /&gt;&lt;BR /&gt;Otherwise:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;Is either dead or on its way out. Heavy use can also trigger exceeding timeout.&lt;BR /&gt;&lt;BR /&gt;Most of my experience has lbolt leading to a hardware call and eventual replacement of the disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Oct 2004 11:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-out-device/m-p/3406053#M201745</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-22T11:22:23Z</dc:date>
    </item>
  </channel>
</rss>

