<?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: annoying SCSI errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718898#M822698</link>
    <description>I had the same problem. The messages referred to a device that wasn't existing anymore. After removing the /dev/rdsk/&lt;DEVICES&gt;,  the messages never appeared again.&lt;/DEVICES&gt;</description>
    <pubDate>Fri, 03 Jan 2003 13:21:32 GMT</pubDate>
    <dc:creator>ArieMo</dc:creator>
    <dc:date>2003-01-03T13:21:32Z</dc:date>
    <item>
      <title>annoying SCSI errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718894#M822694</link>
      <description>System is 9000, K-Class. 11.00 32 bit &lt;BR /&gt;Patches: &lt;BR /&gt;PHKL_24004 - S700_800 11.00 SCSI IO Subsystem Cumulative Patch &lt;BR /&gt;PHKL_24187 - S700_800 11.00 ioscan performance gain for SCSI Subsystem &lt;BR /&gt;&lt;BR /&gt;External Litronic PC card reader -&amp;gt; single ended to differential ended converter -&amp;gt; K-Class &lt;BR /&gt;&lt;BR /&gt;The following messages keep reappearing and crowding syslog: &lt;BR /&gt;&lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: &lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: SCSI: bp: 09381000 &lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: dev: ef003000 &lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: cdb: 12 01 80 00 ff 00 &lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: residual: ff &lt;BR /&gt;Dec 4 08:42:36 USPCAR01 vmunix: status: (400) None -- Incomplete &lt;BR /&gt;Dec 4 08:42:44 USPCAR01 vmunix: scb-&amp;gt;cdb: 12 01 80 00 ff 00 &lt;BR /&gt;&lt;BR /&gt;These seem to be benign. Any ideas on the cause? Any way to fix, or to stop and/or filter these messages? &lt;BR /&gt;&lt;BR /&gt;Thanks - Steve</description>
      <pubDate>Tue, 07 May 2002 19:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718894#M822694</guid>
      <dc:creator>Steve Hutchings</dc:creator>
      <dc:date>2002-05-07T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: annoying SCSI errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718895#M822695</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;dev: ef003000 decodes as :-&lt;BR /&gt;&lt;BR /&gt;Bus 00 &lt;BR /&gt;scsi id 3 &lt;BR /&gt;LUN 0&lt;BR /&gt;Flags 00&lt;BR /&gt;&lt;BR /&gt;Therefore your device at c0t3d0 is causing the problem. I guess it's the card reader.&lt;BR /&gt;Check the scsi termination, cabling is ok. Could be the device. Can you swap it for another to check?&lt;BR /&gt;More than likely a scsi patch will fix it. Check you've got the latest scsi patches and their dependencies installed.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2002 20:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718895#M822695</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-07T20:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: annoying SCSI errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718896#M822696</link>
      <description>Looks like SCSI reset error message. It's probably due to SCSI termination problem (eg: bad terminator, loose terminator). The suspected device is ..&lt;BR /&gt;ef 00 3 0 00  (c0t3d0)&lt;BR /&gt;ef = major number. (decimel=239)&lt;BR /&gt;Check what's the driver ..&lt;BR /&gt;# lsdev|grep 239&lt;BR /&gt;00 = bus number (ie card instance number)&lt;BR /&gt;3 = device scsi id&lt;BR /&gt;0 = lun 0 ie device logical unit number&lt;BR /&gt;Also check STM for any potential error.&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt;map&lt;BR /&gt;cstm&amp;gt;sel dev &lt;DEVICE-NUMBER-FR-MAP-OUTPUT&gt;&lt;BR /&gt;cstm&amp;gt;info&lt;BR /&gt;cstm&amp;gt;infolog&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICE-NUMBER-FR-MAP-OUTPUT&gt;</description>
      <pubDate>Tue, 07 May 2002 20:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718896#M822696</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-07T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: annoying SCSI errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718897#M822697</link>
      <description>I have experienced similar problems when using tape drives running through SCSI converter units. Do you have any jumper settings for termination in your converter? It may be worth checking this.</description>
      <pubDate>Wed, 08 May 2002 07:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718897#M822697</guid>
      <dc:creator>Steve Boniwell</dc:creator>
      <dc:date>2002-05-08T07:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: annoying SCSI errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718898#M822698</link>
      <description>I had the same problem. The messages referred to a device that wasn't existing anymore. After removing the /dev/rdsk/&lt;DEVICES&gt;,  the messages never appeared again.&lt;/DEVICES&gt;</description>
      <pubDate>Fri, 03 Jan 2003 13:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/annoying-scsi-errors/m-p/2718898#M822698</guid>
      <dc:creator>ArieMo</dc:creator>
      <dc:date>2003-01-03T13:21:32Z</dc:date>
    </item>
  </channel>
</rss>

