<?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: unmount error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335517#M535282</link>
    <description>Hi&lt;BR /&gt;&amp;gt;umount: cannot unmount /dev/vg00/testlv : Device busy&lt;BR /&gt;&lt;BR /&gt;Sometime fuser -ku is not giving any impact hence still indicate such error. if there has too many users access and execute something on that folder it would be causes this issue, the another choice is reboot the server&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Naj</description>
    <pubDate>Mon, 19 Sep 2011 00:56:38 GMT</pubDate>
    <dc:creator>Naj</dc:creator>
    <dc:date>2011-09-19T00:56:38Z</dc:date>
    <item>
      <title>unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335301#M535278</link>
      <description>&lt;P&gt;Cannoy unmount mount point error shows as given below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root on DRCSPARE / =&amp;gt;umount /testlv&lt;BR /&gt;umount: cannot unmount /dev/vg00/testlv : Device busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;﻿&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes it is showing entry is not present in /etc/mnttab file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2011 12:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335301#M535278</guid>
      <dc:creator>Krishna Kumar Swarnkar</dc:creator>
      <dc:date>2011-09-18T12:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335385#M535279</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try 'fuser -kc /testlv' to kill any processes using the mount point.&amp;nbsp; You could also use 'lsof' if you are interested in seeing what files are open.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2011 16:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335385#M535279</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-09-18T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335411#M535280</link>
      <description>&lt;P&gt;Make sure you haven't cd to that filesystem.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2011 18:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335411#M535280</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-18T18:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335415#M535281</link>
      <description>Make sure no one inside that directory.&lt;BR /&gt;If not know then you can do:&lt;BR /&gt;#fuser -ku &amp;lt;directory&amp;gt;</description>
      <pubDate>Sun, 18 Sep 2011 18:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335415#M535281</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2011-09-18T18:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335517#M535282</link>
      <description>Hi&lt;BR /&gt;&amp;gt;umount: cannot unmount /dev/vg00/testlv : Device busy&lt;BR /&gt;&lt;BR /&gt;Sometime fuser -ku is not giving any impact hence still indicate such error. if there has too many users access and execute something on that folder it would be causes this issue, the another choice is reboot the server&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Naj</description>
      <pubDate>Mon, 19 Sep 2011 00:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5335517#M535282</guid>
      <dc:creator>Naj</dc:creator>
      <dc:date>2011-09-19T00:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5336279#M535283</link>
      <description>&lt;P&gt;Hi Krishna&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are you doing in DRC spare Server.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fuser -cu /testlv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fuser -ku /testlv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if any CD are mounted to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not so you have go for reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Madhu ( after a long time in ITRC ,, with new login id ; forgotten old )&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 13:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5336279#M535283</guid>
      <dc:creator>amc_madhu</dc:creator>
      <dc:date>2011-09-19T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: unmount error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5339423#M535284</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to check y you have many sessions open o shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you&amp;nbsp; change to other shell prompt&amp;nbsp;&amp;nbsp; like&amp;nbsp; # ksh&amp;nbsp; in side your&amp;nbsp; filesystem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check using&amp;nbsp; # ps -t&amp;nbsp; ttyxx&amp;nbsp;&amp;nbsp; to check is you have other shell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good lock&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2011 16:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unmount-error/m-p/5339423#M535284</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2011-09-21T16:00:09Z</dc:date>
    </item>
  </channel>
</rss>

