<?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:partially open device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934869#M112421</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take a look at next link,&lt;BR /&gt;&lt;BR /&gt;Europe;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-938907319+1048585440427+28353475&amp;amp;docId=200000064900353" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-938907319+1048585440427+28353475&amp;amp;docId=200000064900353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;U.S.&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064900353" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064900353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Tue, 25 Mar 2003 09:45:44 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-03-25T09:45:44Z</dc:date>
    <item>
      <title>dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934866#M112418</link>
      <description>hi, this is what i get from dmesg.&lt;BR /&gt;&lt;BR /&gt;vmunix: SCSI: Attempt to access partially open device -- dev: bc032000&lt;BR /&gt;&lt;BR /&gt;hpux B.11.00</description>
      <pubDate>Tue, 25 Mar 2003 09:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934866#M112418</guid>
      <dc:creator>mark_238</dc:creator>
      <dc:date>2003-03-25T09:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934867#M112419</link>
      <description>Hi,&lt;BR /&gt;I found the following for you....&lt;BR /&gt;Hope this solves your problem.&lt;BR /&gt;&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;vmunix: SCSI: Attempt to access partially open device -- &lt;BR /&gt;dev: bc094000 &lt;BR /&gt;vmunix: SCSI: Attempt to access partially open device -- &lt;BR /&gt;dev: bc094000 &lt;BR /&gt;vmunix: SCSI: Attempt to access partially open device -- &lt;BR /&gt;dev: bc096000 &lt;BR /&gt;&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, 25 Mar 2003 09:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934867#M112419</guid>
      <dc:creator>Maz_2</dc:creator>
      <dc:date>2003-03-25T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934868#M112420</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;*//</description>
      <pubDate>Tue, 25 Mar 2003 09:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934868#M112420</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-25T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934869#M112421</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take a look at next link,&lt;BR /&gt;&lt;BR /&gt;Europe;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-938907319+1048585440427+28353475&amp;amp;docId=200000064900353" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-938907319+1048585440427+28353475&amp;amp;docId=200000064900353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;U.S.&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064900353" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000064900353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 25 Mar 2003 09:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934869#M112421</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-25T09:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934870#M112422</link>
      <description>Also,&lt;BR /&gt;bc from lsdev it indicates a disk&lt;BR /&gt;&lt;BR /&gt;bc032000 &lt;BR /&gt;&lt;BR /&gt;Then it is c3t2d0 which is a disk which is sending those SCSI status messages</description>
      <pubDate>Tue, 25 Mar 2003 09:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934870#M112422</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-25T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg error:partially open device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934871#M112423</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried the scsi subsystem patch.&lt;BR /&gt;&lt;BR /&gt;Here is the latest one for 11.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28496&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28496&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 13:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg-error-partially-open-device/m-p/2934871#M112423</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-03-25T13:00:53Z</dc:date>
    </item>
  </channel>
</rss>

