<?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: force unmount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043697#M604775</link>
    <description>Use this command to verify and kill any processes still attached to a mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /mount_point&lt;BR /&gt;# kill -9 pid&lt;BR /&gt;&lt;BR /&gt;and then try unmount.</description>
    <pubDate>Tue, 01 May 2007 23:52:55 GMT</pubDate>
    <dc:creator>Jollyjet</dc:creator>
    <dc:date>2007-05-01T23:52:55Z</dc:date>
    <item>
      <title>force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043696#M604774</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;HPUX 11i v2 initial release note says,&lt;BR /&gt;&lt;BR /&gt;VERITAS File System (VxFS/HP OnlineJFS/JFS) 3.5: New version contains new and changed features, including new and/or enhanced tunable parameters, enhanced VxFS commands, new I/O error handling policy, new default intent log mode, new default system block size, VxFS system activity reporter, forced unmounts, and more. Enables creation of file systems up to 4 TB (maximum file size is 2 TB).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the subsequent release notes confirms that the previous features are retained.  Now coming to my question.  I was trying to force unmount without much luck.&lt;BR /&gt;&lt;BR /&gt;:/#-&amp;gt;swlist |grep HPUX11i&lt;BR /&gt;  HPUX11i-OE-Ent        B.11.23.0609   HP-UX Enterprise Operating Environment Component&lt;BR /&gt;:/#-&amp;gt;&lt;BR /&gt;&lt;BR /&gt; OnlineJFS01                   4.1.008        Online features of the VxFS File System&lt;BR /&gt;&lt;BR /&gt;Now there are no references to the force unmount options in the umount (both 1m and 2) manpages.  However the usage of the command suggests otherwise.&lt;BR /&gt;&lt;BR /&gt;:/#-&amp;gt;umount&lt;BR /&gt;usage: umount [-V] [-v] [-f] [-s] { special | directory }&lt;BR /&gt;       umount [-F FStype] [-v] [-f] [-s] [-h host] -a&lt;BR /&gt;:/#-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I tried -f without much help.  I am sure someone would have gotten to the bottom of it.  I might be missing something!!!&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Naveej&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 May 2007 21:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043696#M604774</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2007-05-01T21:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043697#M604775</link>
      <description>Use this command to verify and kill any processes still attached to a mounted filesystem.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /mount_point&lt;BR /&gt;# kill -9 pid&lt;BR /&gt;&lt;BR /&gt;and then try unmount.</description>
      <pubDate>Tue, 01 May 2007 23:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043697#M604775</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-05-01T23:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043698#M604776</link>
      <description>Jolly,&lt;BR /&gt;&lt;BR /&gt;I am aware of fuser -k and kill -9.  Here I am specifically looking for the force unmount.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 02 May 2007 00:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043698#M604776</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2007-05-02T00:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043699#M604777</link>
      <description>Naveej&lt;BR /&gt;&lt;BR /&gt;umount -f does not exist in hpux it exist in linux so manually you need to kill all the process.&lt;BR /&gt;&lt;BR /&gt;# for F in `bdf|awk '$NF~/oracle/ {print $NF}`&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; umount ${F}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FYI: In the above example mount point is /oracle&lt;BR /&gt;&lt;BR /&gt;you can try the above script  I think which will help you.</description>
      <pubDate>Wed, 02 May 2007 00:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043699#M604777</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-05-02T00:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043700#M604778</link>
      <description>Does the FS belong to EMC BCVs etc or anything in particular?&lt;BR /&gt;&lt;BR /&gt;Have you checked the vxumount(1M)? &lt;BR /&gt;This command has an option to un-mount forcefully the VXFS filsystem  while it is busy.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2007 00:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043700#M604778</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2007-05-02T00:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043701#M604779</link>
      <description>Hi before continuing to vxumount take a look on this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nixdoc.net/man-pages/HP-UX/man1m/vxumount.1m.html" target="_blank"&gt;http://nixdoc.net/man-pages/HP-UX/man1m/vxumount.1m.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1079780&amp;amp;admit=-682735245+1178085744318+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1079780&amp;amp;admit=-682735245+1178085744318+28353475&lt;/A&gt;</description>
      <pubDate>Wed, 02 May 2007 01:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043701#M604779</guid>
      <dc:creator>Jollyjet</dc:creator>
      <dc:date>2007-05-02T01:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043702#M604780</link>
      <description>Check vxumount as suggested, but you need to remember that possible file corruption could be caused by this option.&lt;BR /&gt;&lt;BR /&gt;NM</description>
      <pubDate>Wed, 02 May 2007 14:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043702#M604780</guid>
      <dc:creator>NMory</dc:creator>
      <dc:date>2007-05-02T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043703#M604781</link>
      <description>Sameer,&lt;BR /&gt;&lt;BR /&gt;vxumount works!!&lt;BR /&gt;(and I am aware of the possible FS corruption)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 02 May 2007 18:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043703#M604781</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2007-05-02T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: force unmount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043704#M604782</link>
      <description>Oh and ofcourse thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 02 May 2007 18:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-unmount/m-p/5043704#M604782</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2007-05-02T18:56:27Z</dc:date>
    </item>
  </channel>
</rss>

