<?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 Clean up of NFS on client hp-ux server problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389662#M350003</link>
    <description>Hi, I have a 11.23 server that had a nfs mount to another 11.23 server. In the process of removing the nfs mounts, I must have followed the steps incorrectly.  I am still 'seeing' the nfs mount points when using the lsf or ll commands.  &lt;BR /&gt;I have attempted to reconnect everything using SAM and then unmount the nfs client and then the exported points.&lt;BR /&gt;I have not attempted to stop the nfs client or server components.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to clean this up?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Doug&lt;BR /&gt;P.S., am generous with points!</description>
    <pubDate>Fri, 27 Mar 2009 21:59:44 GMT</pubDate>
    <dc:creator>Doug_3</dc:creator>
    <dc:date>2009-03-27T21:59:44Z</dc:date>
    <item>
      <title>Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389662#M350003</link>
      <description>Hi, I have a 11.23 server that had a nfs mount to another 11.23 server. In the process of removing the nfs mounts, I must have followed the steps incorrectly.  I am still 'seeing' the nfs mount points when using the lsf or ll commands.  &lt;BR /&gt;I have attempted to reconnect everything using SAM and then unmount the nfs client and then the exported points.&lt;BR /&gt;I have not attempted to stop the nfs client or server components.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to clean this up?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Doug&lt;BR /&gt;P.S., am generous with points!</description>
      <pubDate>Fri, 27 Mar 2009 21:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389662#M350003</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2009-03-27T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389663#M350004</link>
      <description>A mount point is simply a regular directory, onto which the new filesystem is mounted.&lt;BR /&gt;&lt;BR /&gt;If you have already unmounted the NFS mounts, a simple "rmdir" will get rid of the mount point directories.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 27 Mar 2009 22:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389663#M350004</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-27T22:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389664#M350005</link>
      <description>Hello,&lt;BR /&gt;first of all you need to undestand how we mount nfs, here is one example for you.&lt;BR /&gt;&lt;BR /&gt;telnet teststation&lt;BR /&gt;cd /&lt;BR /&gt;mkdir /newdata&lt;BR /&gt;mount hpunix.hp.com:/data /newdata&lt;BR /&gt;&lt;BR /&gt;cd /newdata&lt;BR /&gt;ls&lt;BR /&gt;&lt;BR /&gt;here i had NFS mounted /data from hpunix.hp.com to my unix system name teststation in newdata local folder&lt;BR /&gt;&lt;BR /&gt;now once i will finish my work i will umount it through&lt;BR /&gt;&lt;BR /&gt;umount /newdata&lt;BR /&gt;&lt;BR /&gt;and then i will remove newdata folder&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;rm -rf newdata&lt;BR /&gt;&lt;BR /&gt;that all.... let me know how it goes,</description>
      <pubDate>Sat, 28 Mar 2009 03:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389664#M350005</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-03-28T03:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389665#M350006</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Dear Doug&lt;BR /&gt;&lt;BR /&gt;Mount means make accessible no mount means not accessible once file is exported from server side and u mounted from client side&lt;BR /&gt;by creating a directory,u can easily umount from client side then remove as a normal directory&lt;BR /&gt;for mounting we are creating a dir thats all&lt;BR /&gt;&lt;BR /&gt;Sajjad</description>
      <pubDate>Sat, 28 Mar 2009 04:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389665#M350006</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-03-28T04:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389666#M350007</link>
      <description>If the only problem is that you are still seeing the old mount points, just do an 'rmdir &lt;DIRECTORY name=""&gt;' and get it deleted. Also remove those entries from /etc/fstab if you have them.&lt;BR /&gt;&lt;BR /&gt;regards!&lt;/DIRECTORY&gt;</description>
      <pubDate>Sat, 28 Mar 2009 07:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389666#M350007</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-28T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389667#M350008</link>
      <description>you can check nfs filesystem present &lt;BR /&gt; #showmount -a &lt;BR /&gt;# more /etc/xtab&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Mar 2009 14:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389667#M350008</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2009-03-28T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389668#M350009</link>
      <description>Use: bdf -t nfs &lt;BR /&gt; &lt;BR /&gt;bdf will show you active NFS mountpoints. Once bdf reports no NFS mountpoints, they will be gone. Like all flavors of Unix, a simple directory is used to connect a mounted filesystem to the root directory structure. Since this can be confusing, I always do this for every directory that will be a mountpoint:&lt;BR /&gt; &lt;BR /&gt;touch /cdrom/IamNOTmounted&lt;BR /&gt;touch /mnt/IamNOTmounted&lt;BR /&gt;touch /mnt1/IamNOTmounted&lt;BR /&gt; &lt;BR /&gt;and so on. If you mount something (a local lvol, an NFS or CIFS volume, etc) then the IamNOTmounted file becomes invisible. Unmount the filesystem and the file becomes visible -- a self-documenting feature.</description>
      <pubDate>Sun, 29 Mar 2009 20:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389668#M350009</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-03-29T20:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up of NFS on client hp-ux server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389669#M350010</link>
      <description>Hi,&lt;BR /&gt;Please post your bdf output and the below commands output&lt;BR /&gt;&lt;BR /&gt;umount /your mountpoint&lt;BR /&gt;if not then&lt;BR /&gt;fuser -cu /your mountpoint&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Mar 2009 04:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-up-of-nfs-on-client-hp-ux-server-problem/m-p/4389669#M350010</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-30T04:22:22Z</dc:date>
    </item>
  </channel>
</rss>

