<?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: How to tell which systems are mounting NFS exports in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545412#M369907</link>
    <description>You can use "showmount -e" command to check...&lt;BR /&gt;&lt;BR /&gt;also you can use "fuse -cu &lt;FS name=""&gt;" command to check if it is used by any local process...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Piyush Mathiya&lt;BR /&gt;&lt;/FS&gt;</description>
    <pubDate>Mon, 07 Dec 2009 15:51:15 GMT</pubDate>
    <dc:creator>piyush mathiya</dc:creator>
    <dc:date>2009-12-07T15:51:15Z</dc:date>
    <item>
      <title>How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545411#M369906</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;I want to unmount an NFS export but I am unable to do so because the mount is busy. What command(s) can I use to determine what client systems are currently mounting the export in question? Thanks.</description>
      <pubDate>Mon, 07 Dec 2009 15:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545411#M369906</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2009-12-07T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545412#M369907</link>
      <description>You can use "showmount -e" command to check...&lt;BR /&gt;&lt;BR /&gt;also you can use "fuse -cu &lt;FS name=""&gt;" command to check if it is used by any local process...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Piyush Mathiya&lt;BR /&gt;&lt;/FS&gt;</description>
      <pubDate>Mon, 07 Dec 2009 15:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545412#M369907</guid>
      <dc:creator>piyush mathiya</dc:creator>
      <dc:date>2009-12-07T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545413#M369908</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;the command would be&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;showmount -a&lt;BR /&gt;&lt;BR /&gt;this would show the clients that have mounted the servers exported fileystems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 07 Dec 2009 16:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545413#M369908</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-07T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545414#M369909</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;Thank-you for your reply. The showmount command does help. What I am looking for is what systems currently have the export in question mounted. Also, if necessary, is there a way to force the mount in question to be unmounted? Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2009 16:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545414#M369909</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2009-12-07T16:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545415#M369910</link>
      <description>suppose your server has exported /home/test &lt;BR /&gt;&lt;BR /&gt;you can use&lt;BR /&gt;fuser -cu /home/test -- to know what processes are accessing that file system.&lt;BR /&gt;&lt;BR /&gt;then after that &lt;BR /&gt;&lt;BR /&gt;fuser -kcu /home/test&lt;BR /&gt;&lt;BR /&gt;to kill all the processes that are using thast filesystem.&lt;BR /&gt;Cuation: that fuser -kcu would terminate all the proceses as well as the user processes that are accessing that fileysten at that time.&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Dec 2009 18:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545415#M369910</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-07T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545416#M369911</link>
      <description>&amp;gt;What I am looking for is what systems currently have the export in question mounted&lt;BR /&gt;&lt;BR /&gt;# showmount -a SERVER&lt;BR /&gt;&lt;BR /&gt;man 1m showmount:&lt;BR /&gt;"-a   Print all remote mounts in the format"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 15:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545416#M369911</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2009-12-08T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545417#M369912</link>
      <description>Hi,&lt;BR /&gt;Just an addition I miss all the time is to unshare a NFS share before umounting it.&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Fri, 11 Dec 2009 10:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545417#M369912</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2009-12-11T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545418#M369913</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;look at the content of /etc/rmtab and see who all currently have nfs export mounted on them.&lt;BR /&gt;&lt;BR /&gt;Unmount the export from all clients , this is to ensure none of the client goes to nfs stale condition if you unmount nfs export.&lt;BR /&gt;&lt;BR /&gt;Once done do&lt;BR /&gt;&lt;BR /&gt;stop nfs server on nfs master &lt;BR /&gt;&lt;BR /&gt;unmount -- if still doesn't work do fuser -ku on mount point -- umount &lt;BR /&gt;&lt;BR /&gt;Javed</description>
      <pubDate>Fri, 11 Dec 2009 10:41:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545418#M369913</guid>
      <dc:creator>Javed Khan_1</dc:creator>
      <dc:date>2009-12-11T10:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which systems are mounting NFS exports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545419#M369914</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;cat /etc/rmtab|grep -v "#"&lt;BR /&gt;&lt;BR /&gt;rgs</description>
      <pubDate>Fri, 11 Dec 2009 11:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tell-which-systems-are-mounting-nfs-exports/m-p/4545419#M369914</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-12-11T11:00:12Z</dc:date>
    </item>
  </channel>
</rss>

