<?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: Stale NFS mounts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402373#M201063</link>
    <description>Some human checks or automated scripting there.&lt;BR /&gt;&lt;BR /&gt; Check particular Stale mount and unmount that with umount &lt;NFS file="" system=""&gt;&lt;BR /&gt;&lt;BR /&gt; Another key one is, if some user is on Staled directory then that will be a more problem. We have to tell the logged users to come out of that directory to unmount that FS there.&lt;BR /&gt;&lt;BR /&gt; Simply removing entry from /etc/mnttab may be also used there.&lt;/NFS&gt;</description>
    <pubDate>Tue, 19 Oct 2004 00:05:27 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-10-19T00:05:27Z</dc:date>
    <item>
      <title>Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402365#M201055</link>
      <description>What is the best way to resolve stale NFS mounts? This occured when rebiulding the NFS server and now the client is reporting stale mounts.</description>
      <pubDate>Mon, 18 Oct 2004 08:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402365#M201055</guid>
      <dc:creator>mike adams_4</dc:creator>
      <dc:date>2004-10-18T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402366#M201056</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90053/B1031-90053_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90053/00/00/47-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90053/00/00/47-toc.html&amp;amp;searchterms=stale%7cNFS%7cmounts%7cresolve&amp;amp;queryid=20041018-075947" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90053/B1031-90053_top.html&amp;amp;con=/hpux/onlinedocs/B1031-90053/00/00/47-con.html&amp;amp;toc=/hpux/onlinedocs/B1031-90053/00/00/47-toc.html&amp;amp;searchterms=stale%7cNFS%7cmounts%7cresolve&amp;amp;queryid=20041018-075947&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Mon, 18 Oct 2004 09:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402366#M201056</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-10-18T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402367#M201057</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;The only way to really resolve stale mounts is to reboot.  With the latest versions of HP-UX and NFS, this problem seems to happen less frequently - you might want to consider updating and/or patching NFS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 18 Oct 2004 09:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402367#M201057</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-10-18T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402368#M201058</link>
      <description>With new NFS version, there is a provision to forcibly unmount stale NFS moounts. If you not have that, your only option is reboot.&lt;BR /&gt;&lt;BR /&gt;You should be moutning the NFS mounts with soft option, so that you atleast get to work.&lt;BR /&gt;&lt;BR /&gt;By default they are mounted with hard option.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 18 Oct 2004 09:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402368#M201058</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-18T09:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402369#M201059</link>
      <description>To refresh the mounts, you'll need to unmount each one from the client, then re-mount them (mount -a will do this as long as they have been defined in /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Ideally, you should unmount them from the client before working on the server (of course, if the server crashed, you wouldn't have a chance to do this).</description>
      <pubDate>Mon, 18 Oct 2004 09:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402369#M201059</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-10-18T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402370#M201060</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;umount -a &lt;BR /&gt;and then&lt;BR /&gt;mount -a&lt;BR /&gt;should work&lt;BR /&gt;If not, then you have to look for the process which still accesses the directory.&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
      <pubDate>Mon, 18 Oct 2004 09:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402370#M201060</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-10-18T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402371#M201061</link>
      <description>The best and the easiest way is to reboot the NFS clients, after the NFS server is rebuilt, to remove the stale NFS file handles.&lt;BR /&gt;The harder way is to however unmount the file system on the client and remount it.&lt;BR /&gt;Cheers,&lt;BR /&gt;Govind</description>
      <pubDate>Mon, 18 Oct 2004 12:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402371#M201061</guid>
      <dc:creator>Govind_3</dc:creator>
      <dc:date>2004-10-18T12:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402372#M201062</link>
      <description>NFS is very difficult to handle when server or network problems exist. In essence, when the NFS server(s) went down, it was as if you yanked out a physical disk. There may be processes with open files, directory searches from the filesystems, user shells cd'ed into these directories, etc. So a lot of code needs special handling for loss of files and directories.&lt;BR /&gt; &lt;BR /&gt;With the next release of HP-UX, an NFS forced umount may be available. But for now, NFS servers can never be shutdown until all clients have umounted their NFS mountpoints. This is one of the reasons to use NFS with caution on production servers.</description>
      <pubDate>Mon, 18 Oct 2004 21:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402372#M201062</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-18T21:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stale NFS mounts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402373#M201063</link>
      <description>Some human checks or automated scripting there.&lt;BR /&gt;&lt;BR /&gt; Check particular Stale mount and unmount that with umount &lt;NFS file="" system=""&gt;&lt;BR /&gt;&lt;BR /&gt; Another key one is, if some user is on Staled directory then that will be a more problem. We have to tell the logged users to come out of that directory to unmount that FS there.&lt;BR /&gt;&lt;BR /&gt; Simply removing entry from /etc/mnttab may be also used there.&lt;/NFS&gt;</description>
      <pubDate>Tue, 19 Oct 2004 00:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stale-nfs-mounts/m-p/3402373#M201063</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-19T00:05:27Z</dc:date>
    </item>
  </channel>
</rss>

