<?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 lbolt error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041796#M134501</link>
    <description>Is there a way to decode the lbolt number that precedes the dev number. For instance, vmunix: SCSI: Request Timeout -- lbolt: 192380138, dev: 1f000000 &lt;BR /&gt;&lt;BR /&gt;I know how to decode the dev # but how can I decode the lbolt #.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris</description>
    <pubDate>Tue, 05 Aug 2003 16:12:27 GMT</pubDate>
    <dc:creator>christobahl</dc:creator>
    <dc:date>2003-08-05T16:12:27Z</dc:date>
    <item>
      <title>lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041796#M134501</link>
      <description>Is there a way to decode the lbolt number that precedes the dev number. For instance, vmunix: SCSI: Request Timeout -- lbolt: 192380138, dev: 1f000000 &lt;BR /&gt;&lt;BR /&gt;I know how to decode the dev # but how can I decode the lbolt #.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 05 Aug 2003 16:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041796#M134501</guid>
      <dc:creator>christobahl</dc:creator>
      <dc:date>2003-08-05T16:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041797#M134502</link>
      <description>&lt;BR /&gt;1.      Get the "dev:" entry from the lbolt:&lt;BR /&gt;&lt;BR /&gt;        # dmesg | grep lbolt | grep dev:&lt;BR /&gt;&lt;BR /&gt;        SCSI: Abort -- lbolt: 18346341, dev: e7015000, io_id: 122e9a3&lt;BR /&gt;        SCSI: Request Timeout -- lbolt: 18351441, dev: e7015000&lt;BR /&gt;        SCSI: Abort -- lbolt: 18351441, dev: e7015000, io_id: 122e9be&lt;BR /&gt;        SCSI: Request Timeout -- lbolt: 18356641, dev: e7015000&lt;BR /&gt;        SCSI: Abort -- lbolt: 18356641, dev: e7015000, io_id: 122e9cf&lt;BR /&gt;        SCSI: Request Timeout -- lbolt: 18362141, dev: e7015000&lt;BR /&gt;        SCSI: Abort -- lbolt: 18362141, dev: e7015000, io_id: 122e9e0&lt;BR /&gt;        SCSI: Request Timeout -- lbolt: 74105435, dev: 1f000000&lt;BR /&gt;        SCSI: Abort Tag -- lbolt: 74105435, dev: 1f000000, io_id: 4ead34&lt;BR /&gt;&lt;BR /&gt;        Here we have two:&lt;BR /&gt;&lt;BR /&gt;                1f&lt;BR /&gt;                e7&lt;BR /&gt;&lt;BR /&gt;2.      This is the major number of the device in question.  Convert the first &lt;BR /&gt;        two digits of the device from hex to decimal:&lt;BR /&gt;&lt;BR /&gt;        # printf "%#d\n" 0x1f&lt;BR /&gt;        31&lt;BR /&gt;&lt;BR /&gt;3.      find out what driver this major number is.  It tells us the type of &lt;BR /&gt;        device:&lt;BR /&gt;&lt;BR /&gt;        # lsdev 31&lt;BR /&gt;&lt;BR /&gt;            Character     Block       Driver          Class&lt;BR /&gt;              188          31         sdisk           disk&lt;BR /&gt;&lt;BR /&gt;        So, this is probably a disk !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4.      Find the device file entry from the remainder of the lbolt error:&lt;BR /&gt;&lt;BR /&gt;                SCSI: Abort Tag -- lbolt: 74105435, dev: 1f000000, io_id: 4ead34&lt;BR /&gt;&lt;BR /&gt;        This is the minor number for the device that is failing.&lt;BR /&gt;&lt;BR /&gt;a.      Block device:&lt;BR /&gt;&lt;BR /&gt;        # ll -R /dev/ | grep 31 | grep 0x000000&lt;BR /&gt;&lt;BR /&gt;        brw-r-----   1 bin        sys         31 0x000000 Jul 15 16:25 c0t0d0&lt;BR /&gt;&lt;BR /&gt;        Or:&lt;BR /&gt;&lt;BR /&gt;b.      Character Device:&lt;BR /&gt;&lt;BR /&gt;        # ll -R /dev/ | grep 188 | grep 0x000000  &lt;BR /&gt;        crw-r-----   1 bin        sys        188 0x000000 Oct 11 07:15 c0t0d0&lt;BR /&gt;&lt;BR /&gt;5.      Find the Hardware Address:&lt;BR /&gt;&lt;BR /&gt;        # lssf /dev/dsk/c0t0d0&lt;BR /&gt;        sdisk card instance 0 SCSI target 0 SCSI LUN 0 section 0 &lt;BR /&gt;                                        at address 0/0/0.0.0 /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6.      Find the type of device:&lt;BR /&gt;&lt;BR /&gt;        # diskinfo /dev/rdsk/c0t0d0# diskinfo /dev/rdsk/c0t0d0&lt;BR /&gt;        SCSI describe of /dev/rdsk/c0t0d0:&lt;BR /&gt;                     vendor: DGC     &lt;BR /&gt;                 product id: C2300WDR1       &lt;BR /&gt;                       type: direct access&lt;BR /&gt;                       size: 4102875 Kbytes&lt;BR /&gt;           bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        So, we have a Nike disk at hardware address 0/0/0.0.0, device file&lt;BR /&gt;        /dev/dsk/c0t0d0&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 16:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041797#M134502</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-08-05T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041798#M134503</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Not 100% sure, but I believe lbolt is simply clock ticks since the last boot.&lt;BR /&gt;See /usr/include/sys/strenv.h | grep lbolt&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 05 Aug 2003 16:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041798#M134503</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-08-05T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041799#M134504</link>
      <description>The 'lbolt' is simply the number of clock ticks since the last boot. The device part is done like this. The 1st 2 hex digits 1f (31 decimal) refer to the major device number. Do an lsdev and you will note that Block Major 31 is a SCSI disk. The remaining hex digits comprise the minor device number. The next two hex digits (00)refer to the instance number: c0. The next hex digit (0) is the SCSI target ID (t0). The hex digit (0) is the LUN d0. The remaining hex digits are device driver specific. &lt;BR /&gt;&lt;BR /&gt;In your case 0x1f000000 refers to /dev/dsk/c0t0d0. Do an ls -l of /dev/dsk/c0d0t0 and you should see a very good correlation to the 'LBOLT' device.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 16:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041799#M134504</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-05T16:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041800#M134505</link>
      <description>Chris:&lt;BR /&gt;&lt;BR /&gt;I reread your message.  You already know how to decode the "dev" field.&lt;BR /&gt;&lt;BR /&gt;In regard to the lbolt:  I never cared.  If you have a problem, call a CE.  Something is wrong.  (I suppose if you have a tape, you could have a bad spot on the tape, or a head that needs to be cleaned, but mine were always disks, which usually require CE action.)</description>
      <pubDate>Tue, 05 Aug 2003 16:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041800#M134505</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-08-05T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041801#M134506</link>
      <description>So let's take a guess:&lt;BR /&gt;&lt;BR /&gt;(L)ast (B)oot (O)n(L)ine (T)icks&lt;BR /&gt;&lt;BR /&gt;maybe....&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 05 Aug 2003 16:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041801#M134506</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-08-05T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041802#M134507</link>
      <description>I have gotten lbolts from two causes:&lt;BR /&gt;&lt;BR /&gt;1) I pulled a hot swap disk out of the box and replaced it.  It went away after booting the box.&lt;BR /&gt;2) When a disk, tape or cd drive was getting ready to fail. Each and every time this happened, I ended up with a hardware call shortly thereafter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Aug 2003 16:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041802#M134507</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-05T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: lbolt error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041803#M134508</link>
      <description>Just a fyi, when I see these lbolt messages the first thing I do is change the pvtimeout value on the disk in question to 180.  They're usually set to the default which is 40ms and if the scsi bus gets real nbusy this will result in lbolt errors.  The 180ms timeout value usually keeps these lbolts in the genie bottle..  To see the value do a pvdisplay /dev/dsk/cxtxdx and to change it do pvchange -t 180 cxtxdx.</description>
      <pubDate>Tue, 05 Aug 2003 17:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lbolt-error/m-p/3041803#M134508</guid>
      <dc:creator>Phillip Renner</dc:creator>
      <dc:date>2003-08-05T17:05:45Z</dc:date>
    </item>
  </channel>
</rss>

