<?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: dmesg error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732319#M65754</link>
    <description>//*&lt;BR /&gt;&lt;BR /&gt;What do partially open device SCSI messages in syslog.log mean? DocId: AUSRCKBRC00000687   Updated: 4/13/00 9:19:43 PM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;Periodically on some systems you will see messages like the following appearing&lt;BR /&gt;in /var/adm/syslog/syslog.log:&lt;BR /&gt;&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc094000&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc094000&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc096000&lt;BR /&gt;RESOLUTION&lt;BR /&gt;The kernel SCSI driver when it opens a device sends the INQUIRY,&lt;BR /&gt;START_STOP_UNIT, TEST_UNIT_READY and READ_CAPACITY SCSI commands to start&lt;BR /&gt;the device and get the characteristics and the capacity of the device.&lt;BR /&gt;&lt;BR /&gt;If any of the above SCSI commands fail and the device is a raw device the&lt;BR /&gt;kernel will print a message like the ones above. This is done so commands&lt;BR /&gt;like diskinfo and mediainit can still open devices even though they may not&lt;BR /&gt;be ready.&lt;BR /&gt;&lt;BR /&gt;An example would be a CDROM drive without a CDROM in it. For the diskinfo&lt;BR /&gt;command some of the SCSI commands will fail because there is no media (e.g.&lt;BR /&gt;READ_CAPACITY cannot return the amount of data on the CDROM if there is no&lt;BR /&gt;CDROM in the drive) but the INQUIRY command will work (i.e. even if the&lt;BR /&gt;CDROM does not have disk in it it will still reply with information to an&lt;BR /&gt;INQUIRY command). The mount command will not cause these errors because&lt;BR /&gt;the kernel mounts the CDROM, no programs attempt to open the device file.&lt;BR /&gt;&lt;BR /&gt;Disk arrays can also create these messages. Disk arrays can have luns created&lt;BR /&gt;that have no device associated with them. See Document A5469587 for&lt;BR /&gt;information about this message and EMC BCVs, other disk arrays can also&lt;BR /&gt;cause these messages to be seen.&lt;BR /&gt;&lt;BR /&gt;The attempt to access partially open device messages typically do not&lt;BR /&gt;indicate any problems that need attention, unless the device being complained&lt;BR /&gt;about SHOULD have a real device associated with it. In that case since&lt;BR /&gt;the disk array is not reporting some of the information needed by HPUX&lt;BR /&gt;the problem would most likely reside in the array.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; *//</description>
    <pubDate>Tue, 28 May 2002 04:12:33 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-05-28T04:12:33Z</dc:date>
    <item>
      <title>dmesg error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732316#M65751</link>
      <description>Hi,&lt;BR /&gt;When I type dmesg, I got the following, can anyone tell me why and which device is bc031000?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;SCSI: Attempt to access partially open device -- dev: bc031000&lt;BR /&gt;SCSI: Attempt to access partially open device -- dev: bc031000&lt;BR /&gt;SCSI: Attempt to access partially open device -- dev: bc031000&lt;BR /&gt;SCSI: Attempt to access partially open device -- dev: bc031000&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 03:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732316#M65751</guid>
      <dc:creator>zhaogui</dc:creator>
      <dc:date>2002-05-28T03:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732317#M65752</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;can really say it , do you have a SCSI connect EMC frame ?&lt;BR /&gt;&lt;BR /&gt;What does the syslog say ? Does it point to any Physical volume or a vg ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 03:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732317#M65752</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-28T03:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732318#M65753</link>
      <description>The device bc031000 would be ..&lt;BR /&gt;bc=is in hex and converted to decimel it's 188 and that represent the character(raw) device. If you do ..&lt;BR /&gt;# lsdev | grep 188&lt;BR /&gt;==&amp;gt; you'll see that it's a "sdisk" with major number 31 and minor number 188&lt;BR /&gt;03=bus number&lt;BR /&gt;1=scsi id&lt;BR /&gt;0=LUN number&lt;BR /&gt;00=driver specific, in your case it doesn't apply.&lt;BR /&gt;Hence we're looking at c3t1d0.&lt;BR /&gt;As for the message "attempt to access partially .." what it could mean is that when the kernel SCSI driver is not getting any response from the character device c3t1d0 when it query it BUT it does not mean it's a hardware error. The best way to explain this is take an example of a CDROM device. If the CDROM does not have a CD in it and you run the command say ..&lt;BR /&gt;# diskinfo &lt;CDROM-RAW-DEVICE&gt;&lt;BR /&gt;the command will give you an error because there is no media in it.&lt;BR /&gt;Hence the error above will be recorded in syslog. In this case there is no hardware error, merely indication of some SCSI command not being able to be fulfilled.&lt;BR /&gt;&lt;BR /&gt;To determine that you do not have any hardware problem with c3t1d0, run cstm to check if there is any error log, better still run "exerciser" in cstm to confirm this.&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; sel dev &lt;DEVICE-NUMBER-OF-DISK-FROM-MAP&gt;&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; infolog&lt;BR /&gt;&lt;/DEVICE-NUMBER-OF-DISK-FROM-MAP&gt;&lt;/CDROM-RAW-DEVICE&gt;</description>
      <pubDate>Tue, 28 May 2002 03:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732318#M65753</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-28T03:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732319#M65754</link>
      <description>//*&lt;BR /&gt;&lt;BR /&gt;What do partially open device SCSI messages in syslog.log mean? DocId: AUSRCKBRC00000687   Updated: 4/13/00 9:19:43 PM &lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;Periodically on some systems you will see messages like the following appearing&lt;BR /&gt;in /var/adm/syslog/syslog.log:&lt;BR /&gt;&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc094000&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc094000&lt;BR /&gt;Jan 11 16:06:01 hp1 vmunix: SCSI: Attempt to access partially open device --&lt;BR /&gt;dev: bc096000&lt;BR /&gt;RESOLUTION&lt;BR /&gt;The kernel SCSI driver when it opens a device sends the INQUIRY,&lt;BR /&gt;START_STOP_UNIT, TEST_UNIT_READY and READ_CAPACITY SCSI commands to start&lt;BR /&gt;the device and get the characteristics and the capacity of the device.&lt;BR /&gt;&lt;BR /&gt;If any of the above SCSI commands fail and the device is a raw device the&lt;BR /&gt;kernel will print a message like the ones above. This is done so commands&lt;BR /&gt;like diskinfo and mediainit can still open devices even though they may not&lt;BR /&gt;be ready.&lt;BR /&gt;&lt;BR /&gt;An example would be a CDROM drive without a CDROM in it. For the diskinfo&lt;BR /&gt;command some of the SCSI commands will fail because there is no media (e.g.&lt;BR /&gt;READ_CAPACITY cannot return the amount of data on the CDROM if there is no&lt;BR /&gt;CDROM in the drive) but the INQUIRY command will work (i.e. even if the&lt;BR /&gt;CDROM does not have disk in it it will still reply with information to an&lt;BR /&gt;INQUIRY command). The mount command will not cause these errors because&lt;BR /&gt;the kernel mounts the CDROM, no programs attempt to open the device file.&lt;BR /&gt;&lt;BR /&gt;Disk arrays can also create these messages. Disk arrays can have luns created&lt;BR /&gt;that have no device associated with them. See Document A5469587 for&lt;BR /&gt;information about this message and EMC BCVs, other disk arrays can also&lt;BR /&gt;cause these messages to be seen.&lt;BR /&gt;&lt;BR /&gt;The attempt to access partially open device messages typically do not&lt;BR /&gt;indicate any problems that need attention, unless the device being complained&lt;BR /&gt;about SHOULD have a real device associated with it. In that case since&lt;BR /&gt;the disk array is not reporting some of the information needed by HPUX&lt;BR /&gt;the problem would most likely reside in the array.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; *//</description>
      <pubDate>Tue, 28 May 2002 04:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error/m-p/2732319#M65754</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-28T04:12:33Z</dc:date>
    </item>
  </channel>
</rss>

