<?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: decoding SCSI driver error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848365#M487151</link>
    <description>There was a reference to this in the knowledge base, but it appears to be unavailable right now.&lt;BR /&gt;&lt;BR /&gt;I think what you can do is note down the string after "cb" in the dev: field of the "Request Timeout" error above.&lt;BR /&gt;You can then get the corrsponding device name by doing a:&lt;BR /&gt;ll /dev/dsk |grep #string&lt;BR /&gt;(or /dev/rmt, depending on if it is a disk or tape device).</description>
    <pubDate>Wed, 20 Nov 2002 12:48:34 GMT</pubDate>
    <dc:creator>Mike Brown_3</dc:creator>
    <dc:date>2002-11-20T12:48:34Z</dc:date>
    <item>
      <title>decoding SCSI driver error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848364#M487150</link>
      <description>&lt;P&gt;are there any documents that describe how&lt;BR /&gt;to decode console (dmesg) logs for&lt;BR /&gt;the Symbios-based SCSI adapters?&lt;BR /&gt;&lt;BR /&gt;In particular, to determine which specific target&lt;BR /&gt;device is having a problem?&lt;BR /&gt;&lt;BR /&gt;E.g., from the following:&lt;BR /&gt;&lt;BR /&gt; SCSI: Request Timeout -- lbolt: 34294280, dev: cb0f6042 &lt;BR /&gt;&lt;BR /&gt;What exactly does "dev" map to? Is&lt;BR /&gt;the target device (and logical unit number)&lt;BR /&gt;encoded in this record?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from Disk to HP-UX &amp;gt; sysadmin. - Hp Forum moderator&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 04:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848364#M487150</guid>
      <dc:creator>t keaveny</dc:creator>
      <dc:date>2014-06-03T04:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: decoding SCSI driver error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848365#M487151</link>
      <description>There was a reference to this in the knowledge base, but it appears to be unavailable right now.&lt;BR /&gt;&lt;BR /&gt;I think what you can do is note down the string after "cb" in the dev: field of the "Request Timeout" error above.&lt;BR /&gt;You can then get the corrsponding device name by doing a:&lt;BR /&gt;ll /dev/dsk |grep #string&lt;BR /&gt;(or /dev/rmt, depending on if it is a disk or tape device).</description>
      <pubDate>Wed, 20 Nov 2002 12:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848365#M487151</guid>
      <dc:creator>Mike Brown_3</dc:creator>
      <dc:date>2002-11-20T12:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: decoding SCSI driver error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848366#M487152</link>
      <description>You can use the following information to determine which device generates lbolt/timeout errors:&lt;BR /&gt;&lt;BR /&gt;       cb    0f    6    0    42&lt;BR /&gt;       __    __    _    _    __&lt;BR /&gt;       |     |     |    |    |&lt;BR /&gt;     major#  |   target |  flags&lt;BR /&gt;             |          |&lt;BR /&gt;            bus#       lun&lt;BR /&gt;&lt;BR /&gt;Using this information:&lt;BR /&gt;- major# (cb) is 203 in decimal which, I think, maps to device type `sdisk`.&lt;BR /&gt;- bus# (0f) is the card instance number (15 in decimal) to which the device is attached.&lt;BR /&gt;- target (6) is the device's scsi id.&lt;BR /&gt;- lun (0) is the device's logical unit number.&lt;BR /&gt;&lt;BR /&gt;Therefore, this device maps to /dev/dsk/c15t6d0 - would that make sense with your system?</description>
      <pubDate>Wed, 20 Nov 2002 14:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848366#M487152</guid>
      <dc:creator>Mike Brown_3</dc:creator>
      <dc:date>2002-11-20T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: decoding SCSI driver error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848367#M487153</link>
      <description>(note, that it is not clear how to reply to the thread chain&lt;BR /&gt;directly, so I'm replying to my base message...)&lt;BR /&gt;&lt;BR /&gt;from what I can see the major code of 203 refers to&lt;BR /&gt;the SCSI host adapter controller, itself (which is located&lt;BR /&gt;at SCSI ID#7), which does have an instance for #15.&lt;BR /&gt;&lt;BR /&gt;there is a tape device connected at SCSI ID#6&lt;BR /&gt;&lt;BR /&gt;so it looks like the message is telling me that there was &lt;BR /&gt;a problem with the library at SCSI-ID#6&lt;BR /&gt;connected to controller#15, and&lt;BR /&gt;that the error message originated with the controller as opposed&lt;BR /&gt;to the library (or I would have seen major number 205).&lt;BR /&gt;&lt;BR /&gt;in any case, our sys-admin is going to see whether that&lt;BR /&gt;particular device is giving the library fits&lt;BR /&gt;&lt;BR /&gt;at least we're on the right track, now...&lt;BR /&gt;==&lt;BR /&gt;tom</description>
      <pubDate>Mon, 02 Dec 2002 21:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/decoding-scsi-driver-error-messages/m-p/2848367#M487153</guid>
      <dc:creator>t keaveny</dc:creator>
      <dc:date>2002-12-02T21:01:07Z</dc:date>
    </item>
  </channel>
</rss>

