<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554285#M486853</link>
    <description>This is my standard question..............&lt;BR /&gt;&lt;BR /&gt;Do you have a DLT (model?), what it in use and do you have anything else on that SCSI bus?</description>
    <pubDate>Wed, 18 Jul 2001 15:46:52 GMT</pubDate>
    <dc:creator>paul courry</dc:creator>
    <dc:date>2001-07-18T15:46:52Z</dc:date>
    <item>
      <title>SCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554284#M486852</link>
      <description>&lt;P&gt;I was doing my morning checks when I encountered a block of SCSI related messages in my syslog.log file, which I have included in an attachment. I am assuming that this is only informational and calling my FE is not necessary, but I was wondering if anyone can give me a quick "down and dirty" as to what the codes mean, or maybe point me to a helpful link, just to satisfy my need to know. Thanks in advance.&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>Mon, 14 Apr 2014 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554284#M486852</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2014-04-14T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554285#M486853</link>
      <description>This is my standard question..............&lt;BR /&gt;&lt;BR /&gt;Do you have a DLT (model?), what it in use and do you have anything else on that SCSI bus?</description>
      <pubDate>Wed, 18 Jul 2001 15:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554285#M486853</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-07-18T15:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554286#M486854</link>
      <description>Here's some general information for you; my HPUX is getting better every day, but I can't decode some of the info in the messages...&lt;BR /&gt;&lt;BR /&gt;The messages are telling you that the system is resetting a SCSI bus.  This is typically caused by an errant device - usually that the device did not respond within the timeout period.  The system will reset the bus (and thereby the device) and try again.&lt;BR /&gt;&lt;BR /&gt;You're OK as long as it succeeds before giving up and failing the I/O.  If you have no failed I/O messages, then you're OK for now.&lt;BR /&gt;&lt;BR /&gt;This kind of behavior can be caused many ways.  A SCSI bus that is not properly terminated will do this; so will a failing disk.&lt;BR /&gt;&lt;BR /&gt;This stuff:&lt;BR /&gt;scb-&amp;gt;cdb: 12 00 00 00 80 00&lt;BR /&gt;&lt;BR /&gt;is a dump in hex of the scsi command block (commonly known as a CDB).  The first byte indicates the command type.  I think 12 is a read, but would have to look it up.&lt;BR /&gt;&lt;BR /&gt;SCSI: Resetting SCSI -- lbolt: 33878436, bus: 0 &lt;BR /&gt;&lt;BR /&gt;I think the 33878436 is the minor number of the offending device... I forget.  The bus:0 should be obvious.&lt;BR /&gt;&lt;BR /&gt;Now, what to do about it... try to identify which device is causing the problem...  Have you moved any SCSI cables recently?  Is this part of a cluster?  Which cable is bus:0 (internal or external?)  Check that the terminators are all seated well, and that all cables are plugged in tightly.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2001 16:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554286#M486854</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2001-07-18T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554287#M486855</link>
      <description>I can't say what is wrong as there is just not enough information.&lt;BR /&gt;&lt;BR /&gt;Comments on some of the data displayed:&lt;BR /&gt;The cdb command "12" (hex value) is an inquiry command (not a read).  This command is typically used to get general information about the device on discovery.  It can be used in alot of ways though, so it tells us nothing about why the host is sending an inquiry command to the device.  Unfortunately the command does not tell us what device is being talked to because that is determined in a different part of the SCSI protocol.&lt;BR /&gt;&lt;BR /&gt;The lbolt a time stamp internal to the kernel.  It does not tell us anything about the device.&lt;BR /&gt;&lt;BR /&gt;Bus 0 may say something, but if you have multiple SCSI HBAs, they all are bus 0.  There are cases with Fibre Channel devices where virtual buses are used, so that can narrow down which set of devices to look it.&lt;BR /&gt;&lt;BR /&gt;Is there a set of devices connected to an HBA that seems to be operating slowly?  If so, thats the set of devices to look at.&lt;BR /&gt;&lt;BR /&gt;Does an ioscan seem to hang up anywhere?  Is there any "NO_HW"s in the ioscan?  I don't know if this technique is valid, but has provided me with some information points:&lt;BR /&gt;1) run ioscan from one telnet window.  This ioscan will request information from each device.&lt;BR /&gt;2) run an "ioscan -fk" from a different window.&lt;BR /&gt;3) make note of what is in the "CLAIMED" and what is "SCAN".  The "k" option tells the ioscan command to look at the kernel variables rather than go to the device to get the information.  Devices in the "SCAN" state are still pending the ioscan is step (1) to return.&lt;BR /&gt;4) repeat the "ioscan -fk" a few more times, 10 or so seconds apart.  If it takes a (reletive)long time to complete a device, that is a candidate for research.  You may get more of the syslog messages at this point.</description>
      <pubDate>Wed, 18 Jul 2001 21:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554287#M486855</guid>
      <dc:creator>Erik Tong</dc:creator>
      <dc:date>2001-07-18T21:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: SCSI question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554288#M486856</link>
      <description>Two things, if there are external scsi cables involved, try wiggling them  and the terminators slightly, if you can consistently get lbolt errors, that cable (or terminator) is the problem and will need to be reseated/replaced.  If that does not work, try a dd of each device file &lt;BR /&gt;"dd if=/dev/dsk/cXtYdZ of=/dev/null bs=1024 count=100000" to exercize each of the disks.&lt;BR /&gt;&lt;BR /&gt;If neither of these causes repeated lbolt errors, then you may be missing a scsi patch.  You should then go get the newest General Release and HW/Crit patch sets and apply at least those pertaining to SCSI.  &lt;BR /&gt;&lt;BR /&gt;The only other real possibility is a flaky scsi controller, and that is usually hard to prove without getting HP support involved.</description>
      <pubDate>Fri, 27 Jul 2001 14:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scsi-question/m-p/2554288#M486856</guid>
      <dc:creator>Angus Crome</dc:creator>
      <dc:date>2001-07-27T14:36:39Z</dc:date>
    </item>
  </channel>
</rss>

