<?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 Determing device from error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898748#M820349</link>
    <description>We recieved the following error messages in our syslog:&lt;BR /&gt;&lt;BR /&gt;Feb  4 21:52:53 ds1-nhdr vmunix: SCSI: Request Timeout -- lbolt: &lt;BR /&gt;&amp;gt; 46931652, dev: cd030000&lt;BR /&gt;&amp;gt; Feb  4 21:52:53 ds1-nhdr vmunix:                lbolt_at_timeout: &lt;BR /&gt;&amp;gt; 46871552, lbolt_at_start: 46871552&lt;BR /&gt;&amp;gt; Feb  4 21:52:53 ds1-nhdr vmunix: SCSI: Abort -- lbolt: 46931652, dev: &lt;BR /&gt;&amp;gt; cd030000, io_id: 31600b5&lt;BR /&gt;&lt;BR /&gt;In looking around on our system we came up with two possible culprits.  /dev/rmt/0m and /dev/dsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;How can we distinguish:&lt;BR /&gt;&lt;BR /&gt;ds1-nhdr:brianm:16$ ls -l /dev/rmt/0m&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x030000 Feb  4 07:23 /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;from:&lt;BR /&gt;&lt;BR /&gt;ds1-nhdr:root:/-&amp;gt;#ls -l /dev/dsk/c0t3d0&lt;BR /&gt;brw-r-----   1 bin        sys         31 0x003000 Jun  2  1998 /dev/dsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;to determine which device is failing?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Randy Brown&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Feb 2003 18:23:45 GMT</pubDate>
    <dc:creator>Randy Brown_1</dc:creator>
    <dc:date>2003-02-06T18:23:45Z</dc:date>
    <item>
      <title>Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898748#M820349</link>
      <description>We recieved the following error messages in our syslog:&lt;BR /&gt;&lt;BR /&gt;Feb  4 21:52:53 ds1-nhdr vmunix: SCSI: Request Timeout -- lbolt: &lt;BR /&gt;&amp;gt; 46931652, dev: cd030000&lt;BR /&gt;&amp;gt; Feb  4 21:52:53 ds1-nhdr vmunix:                lbolt_at_timeout: &lt;BR /&gt;&amp;gt; 46871552, lbolt_at_start: 46871552&lt;BR /&gt;&amp;gt; Feb  4 21:52:53 ds1-nhdr vmunix: SCSI: Abort -- lbolt: 46931652, dev: &lt;BR /&gt;&amp;gt; cd030000, io_id: 31600b5&lt;BR /&gt;&lt;BR /&gt;In looking around on our system we came up with two possible culprits.  /dev/rmt/0m and /dev/dsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;How can we distinguish:&lt;BR /&gt;&lt;BR /&gt;ds1-nhdr:brianm:16$ ls -l /dev/rmt/0m&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x030000 Feb  4 07:23 /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;from:&lt;BR /&gt;&lt;BR /&gt;ds1-nhdr:root:/-&amp;gt;#ls -l /dev/dsk/c0t3d0&lt;BR /&gt;brw-r-----   1 bin        sys         31 0x003000 Jun  2  1998 /dev/dsk/c0t3d0&lt;BR /&gt;&lt;BR /&gt;to determine which device is failing?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Randy Brown&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 18:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898748#M820349</guid>
      <dc:creator>Randy Brown_1</dc:creator>
      <dc:date>2003-02-06T18:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898749#M820350</link>
      <description>Hi Randy:&lt;BR /&gt;&lt;BR /&gt;The first two digits of the device are the major number.  Hence, device 'cd030000' would be a major number 0xcd or decimal 205.  That's tape.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Feb 2003 18:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898749#M820350</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-06T18:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898750#M820351</link>
      <description>Try lsdev -C 205 , that should give you what device is.&lt;BR /&gt;&lt;BR /&gt;205 is decimal value of hex cd , from your lbolt output cd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 18:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898750#M820351</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-02-06T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898751#M820352</link>
      <description>..oops..I mean lsdev -c 205. On my machone it looks like a tape device.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 18:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898751#M820352</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-02-06T18:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898752#M820353</link>
      <description>Thank you!  That's exactly what I was looking for.&lt;BR /&gt;&lt;BR /&gt;Randy</description>
      <pubDate>Thu, 06 Feb 2003 19:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898752#M820353</guid>
      <dc:creator>Randy Brown_1</dc:creator>
      <dc:date>2003-02-06T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Determing device from error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898753#M820354</link>
      <description>Whatever device this points to, the lbolt points to a serious problem.&lt;BR /&gt;&lt;BR /&gt;If it currently works, it won't for long.  Either cabling or termination, or the device will have to be replaced.  Make arrangements.&lt;BR /&gt;&lt;BR /&gt;Exception.  If you recently did an equipment swap like a hot swap of a drive, you will get an lbolt until next boot.&lt;BR /&gt;&lt;BR /&gt;Doesn't look from the earlier info thats what happened.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Thu, 06 Feb 2003 19:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/determing-device-from-error-message/m-p/2898753#M820354</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-06T19:26:45Z</dc:date>
    </item>
  </channel>
</rss>

