<?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: Command Hang ... NFS related issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637409#M379103</link>
    <description>1.) As it says, the system is trying to communicate with the NFS server, but the server does not answer. That suggests a configuration or network problem of some kind.&lt;BR /&gt;&lt;BR /&gt;2.) This looks more and more like a big problem in the NFS server. If the NFS server cannot see the filesystems, it cannot really serve them to any other systems either.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # mount -a&lt;BR /&gt;&amp;gt; nfs mount: /sapcd: Device busy&lt;BR /&gt;&amp;gt; NFS server 172.16.4.25 not responding still trying&lt;BR /&gt;&lt;BR /&gt;Did you run this command on the _NFS server?_&lt;BR /&gt;The NFS server should not attempt to NFS mount its own filesystems on itself, because that might lead to an endless loop.&lt;BR /&gt;&lt;BR /&gt;Examine and fix the NFS server first.&lt;BR /&gt;&lt;BR /&gt;If you don't know what to do, please show us the contents of /etc/fstab and /etc/dfs/dfstab (in HP-UX 11.31, /etc/exports is obsolete).&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 25 May 2010 21:07:37 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-05-25T21:07:37Z</dc:date>
    <item>
      <title>Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637406#M379100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Need you valuable inputs on following case,&lt;BR /&gt;&lt;BR /&gt;Having HP-UX server 11.31, facing some issue with command hang like bdf , df –k..&lt;BR /&gt;&lt;BR /&gt;(1) While executing bdf it list all Non NFS FS but giving error for NFS on client &lt;BR /&gt;&lt;BR /&gt;“NFS server 172.16.4.25 not responding still trying “&lt;BR /&gt;&lt;BR /&gt;Note -NFS services are running on NFS server………&lt;BR /&gt;&lt;BR /&gt;(2) During investigation, I noticed many FS are missing on NFS server itself  due to which it is not mounted on NFS client but few are mounted NFS server but giving error of device busy on client ...&lt;BR /&gt;&lt;BR /&gt;At same time not able to execute cmd mount –a …. It is hang &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;nfs mount: /sapcd: Device busy&lt;BR /&gt;NFS server 172.16.4.25 not responding still trying&lt;BR /&gt;&lt;BR /&gt;I have exported as FS /sapcd from NFS server but still it is showing busy status on NFS client even not able to mount manually &lt;BR /&gt;&lt;BR /&gt;Not sure why these commands are hang … pls suggest ..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Subodh B&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 20:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637406#M379100</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-05-25T20:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637407#M379101</link>
      <description>Check the network between the client and the server.</description>
      <pubDate>Tue, 25 May 2010 20:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637407#M379101</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2010-05-25T20:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637408#M379102</link>
      <description>try umounting the /sapcd  and check what are the process keeping the FS busy&lt;BR /&gt;&lt;BR /&gt;fusr -cu /sapcd&lt;BR /&gt;&lt;BR /&gt;check also you should not be in that directory while executing the umount.</description>
      <pubDate>Tue, 25 May 2010 21:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637408#M379102</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-05-25T21:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637409#M379103</link>
      <description>1.) As it says, the system is trying to communicate with the NFS server, but the server does not answer. That suggests a configuration or network problem of some kind.&lt;BR /&gt;&lt;BR /&gt;2.) This looks more and more like a big problem in the NFS server. If the NFS server cannot see the filesystems, it cannot really serve them to any other systems either.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # mount -a&lt;BR /&gt;&amp;gt; nfs mount: /sapcd: Device busy&lt;BR /&gt;&amp;gt; NFS server 172.16.4.25 not responding still trying&lt;BR /&gt;&lt;BR /&gt;Did you run this command on the _NFS server?_&lt;BR /&gt;The NFS server should not attempt to NFS mount its own filesystems on itself, because that might lead to an endless loop.&lt;BR /&gt;&lt;BR /&gt;Examine and fix the NFS server first.&lt;BR /&gt;&lt;BR /&gt;If you don't know what to do, please show us the contents of /etc/fstab and /etc/dfs/dfstab (in HP-UX 11.31, /etc/exports is obsolete).&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 25 May 2010 21:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637409#M379103</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-25T21:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637410#M379104</link>
      <description>(1)&lt;BR /&gt;When I am trying to unmount the file system on client it giving me &lt;BR /&gt;&lt;BR /&gt;# umount /sapcd&lt;BR /&gt;nfs umount: nfs_unmount: /sapcd: is busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /sapcd&lt;BR /&gt;/sapcd:    16406c(root)   13087c(root)&lt;BR /&gt;&lt;BR /&gt;(2) /sapcd file system exported from NFS server to other client and it is working there.&lt;BR /&gt;&lt;BR /&gt;(3)Exported FS entry  &lt;BR /&gt;&lt;BR /&gt;# showmount â  e    &lt;BR /&gt;export list for tachyon6:&lt;BR /&gt;/var/opt/ignite/clients (everyone)&lt;BR /&gt;/sapcd                  graviton,quark,lepton6,neutron7,omicron&lt;BR /&gt;/usr/sap/trans          (everyone)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(4) NFS entry in dfstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/share -F nfs -o rw=graviton:quark:lepton6:neutron7:omicron,ro= -d "none" /sapcd -&lt;BR /&gt;&lt;BR /&gt;(5) on client , I can see its entry in df â  k&lt;BR /&gt;&lt;BR /&gt;even data are accessible &lt;BR /&gt;&lt;BR /&gt;# df -k /sapcd&lt;BR /&gt;/sapcd                 (10.31.76.19:/sapcd    ) : 30623040 total allocated Kb&lt;BR /&gt;                                                  12516819 free allocated Kb&lt;BR /&gt;                                                  18106221 used allocated Kb&lt;BR /&gt;                                                        60 % allocation used&lt;BR /&gt;&lt;BR /&gt;But on bdf /sapcd&lt;BR /&gt;&lt;BR /&gt;mount: 10.31.76.19:/sapcd is already mounted on /sapcd&lt;BR /&gt;&lt;BR /&gt;(6) /etc/fstab&lt;BR /&gt;&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand vxfs tranflush 0 1&lt;BR /&gt;/dev/vg00/lvol5 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol4 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol /users vxfs defaults 0 2&lt;BR /&gt;/dev/vg01/lvol2 /usr/sap/DEV vxfs defaults 0 2&lt;BR /&gt;/dev/vg01/lvol3 /sapmnt/DEV vxfs defaults 0 2&lt;BR /&gt;/dev/vg01/lvol4 /oracle vxfs defaults 0 2&lt;BR /&gt;172.16.4.20:/printerPRD /printers nfs defaults 0 0&lt;BR /&gt;10.31.76.20:/sapmnt/DEV/global /sapmnt/DEV/global nfs rw,soft,bg,intr 0 0&lt;BR /&gt;10.31.76.20:/sapmnt/DEV/profile /sapmnt/DEV/profile nfs rw,soft,bg,intr 0 0&lt;BR /&gt;10.31.76.20:/users/avp /users/avp nfs rw,soft,bg,intr 0 0&lt;BR /&gt;10.31.76.19:/routes /routes nfs rw,soft,bg,intr 0 0&lt;BR /&gt;#10.31.76.19:/sapcd /sapcd nfs rw,soft,bg,intr 0 0&lt;BR /&gt;tachyon6:/sapcd /sapcd nfs defaults 0 0&lt;BR /&gt;&lt;BR /&gt;10.31.76.19:/usr/etc/sudo /usr/etc/sudo nfs rw,soft,bg,intr 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(7) # mount -aF nfs&lt;BR /&gt;&lt;BR /&gt;nfs mount: 10.31.76.19:/usr/etc/sudo: Permission denied &lt;BR /&gt;mount: 10.31.76.19:/sapcd is already mounted on /sapcd&lt;BR /&gt;nfs mount: 10.31.76.19:/routes: Permission denied&lt;BR /&gt;mount: 10.31.76.20:/users/avp is already mounted on /users/avp&lt;BR /&gt;mount: 10.31.76.20:/sapmnt/DEV/profile is already mounted on /sapmnt/DEV/profile&lt;BR /&gt;mount: 10.31.76.20:/sapmnt/DEV/global is already mounted on /sapmnt/DEV/global&lt;BR /&gt;NFS server 172.16.4.25 not responding still trying&lt;BR /&gt;&lt;BR /&gt;While below mwntion FS are already removed from NFS server.&lt;BR /&gt;&lt;BR /&gt;:/usr/etc/sudo&lt;BR /&gt;/routes&lt;BR /&gt;:/users/avp&lt;BR /&gt;:/sapmnt/DEV/profile&lt;BR /&gt;sapmnt/DEV/global&lt;BR /&gt;&lt;BR /&gt;Still issue with bdf , mount -a ...&lt;BR /&gt;&lt;BR /&gt;Subodh&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 22:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637410#M379104</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-05-25T22:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637411#M379105</link>
      <description>please hashed the entry of nfs file system which has been removed  ,,,from /etc/fstab :&lt;BR /&gt;&lt;BR /&gt;system is sending query for those FS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 04:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637411#M379105</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-05-26T04:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637412#M379106</link>
      <description>1.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # umount /sapcd&lt;BR /&gt;&amp;gt; nfs umount: nfs_unmount: /sapcd: is busy&lt;BR /&gt;&amp;gt; umount: return error 1.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # fuser -cu /sapcd&lt;BR /&gt;&amp;gt; /sapcd: 16406c(root) 13087c(root)&lt;BR /&gt;&lt;BR /&gt;"/sapcd: is busy" means there are still processes using the /sapcd filesystem on the client, so the OS thinks it's a bad idea to yank the filesystem out from under them.&lt;BR /&gt;&lt;BR /&gt;Your fuser command just told you the PIDs of those processes. If you want to know more about them, run "ps -fp 16406,13087".&lt;BR /&gt;&lt;BR /&gt;The letter "c" after the PID in the fuser output reveals that these processes have their current working directory set to somewhere within the /sapcd filesystem (i.e. these processes have executed the equivalent of "cd /sapcd" or "cd /sapcd/some/directory").&lt;BR /&gt;&lt;BR /&gt;If these are shell sessions and you can still access them, simply use the command "cd /" on all of them before trying to unmount /sapcd.&lt;BR /&gt;&lt;BR /&gt;If these sessions are hanging, try killing them with "kill -HUP". If that does not help, you may have to try "kill -KILL" on them.&lt;BR /&gt;&lt;BR /&gt;In HP-UX 11.31, you could also use "umount -f /sapcd" to forcibly unmount the NFS filesystem even if it's still in use. If any processes on the client have unsaved data for that filesystem, that data will be lost.&lt;BR /&gt;&lt;BR /&gt;2, 3, 4) thanks for information, this makes the situation clearer. Looks OK so far...&lt;BR /&gt;&lt;BR /&gt;5.) &lt;BR /&gt;&amp;gt; even data are accessible &lt;BR /&gt;&lt;BR /&gt;Perhaps some data is still in the local cache on the client, causing the illusion.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; But on bdf /sapcd&lt;BR /&gt;&lt;BR /&gt;&amp;gt; mount: 10.31.76.19:/sapcd is already mounted on /sapcd&lt;BR /&gt;&lt;BR /&gt;Do you mean that the bdf command actually tries to mount /sapcd??? This should not be happening, unless the standard HP-UX bdf command has been replaced with something else. Or did you just make a mistake in copy/pasting information to the forum?&lt;BR /&gt;&lt;BR /&gt;6. and 7.)&lt;BR /&gt;When you run "mount -aF nfs", you're telling the system: "try to mount all NFS filesystems that are configured in /etc/fstab". So it does exactly what you asked.&lt;BR /&gt;&lt;BR /&gt;As singh sanjeev said, you should comment out or remove from /etc/fstab the lines that refer to NFS filesystems that have been removed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; NFS server 172.16.4.25 not responding still trying&lt;BR /&gt;&lt;BR /&gt;This error message says that this client has problems communicating with the NFS server at IP address 172.16.4.25.&lt;BR /&gt;&lt;BR /&gt;Try "rpcinfo -p 172.16.4.25" and "showmount -e 172.16.4.25" on this client host. Can the client get a list of RPC services from the server? Can the client communicate with the server to get a list of exported NFS filesystems?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 26 May 2010 05:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637412#M379106</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-26T05:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637413#M379107</link>
      <description>Thanks for your inputs,&lt;BR /&gt;&lt;BR /&gt;I have commented the entry in fstab of NFS client which are removed from NFS server,  tested few things here &lt;BR /&gt;&lt;BR /&gt;(1) fuser â  cu /sapcd â ¦ No process was there &lt;BR /&gt;I have unmouted the /spcd&lt;BR /&gt;Stop the nfs.client , nfs.core on client&lt;BR /&gt;Restarted nfs.client , nfs.core &lt;BR /&gt;&lt;BR /&gt;# Mount  tachyon6:/sapcd  /sapcd &lt;BR /&gt;&lt;BR /&gt;o/p &lt;BR /&gt;mount: tachyon6:/sapcd is already mounted on /sapcd&lt;BR /&gt;&lt;BR /&gt;I can see &lt;BR /&gt;&lt;BR /&gt;Df â  k /sapcd â ¦.. it is showing there but &lt;BR /&gt;&lt;BR /&gt;Bdf /sapcd  hang again &lt;BR /&gt;&lt;BR /&gt;(2) #mount â  v &lt;BR /&gt;&lt;BR /&gt;tachyon6:/sapcd on /sapcd type nfs rsize=32768,wsize=32768,NFSv3,dev=400001f on Wed May 26 21:19:07 2010&lt;BR /&gt;&lt;BR /&gt;# showmount â  a   ( no o/p) &lt;BR /&gt;&lt;BR /&gt;(2) rpcinfo -p 172.16.4.25  ( this server even not pinging from client but not able mount &lt;BR /&gt;&lt;BR /&gt;# Mount  tachyon6:/sapcd  /sapcd    (  this is diff NFS server and FS are mounted on NFS server )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know why I am not able to mount / sapcd  on client and bdf / df -k hang here â ¦.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 02:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637413#M379107</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-05-27T02:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637414#M379108</link>
      <description>Something is not adding up. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have unmouted the /spcd&lt;BR /&gt;&amp;gt; # Mount tachyon6:/sapcd /sapcd &lt;BR /&gt;&amp;gt; mount: tachyon6:/sapcd is already mounted &lt;BR /&gt;&amp;gt; on /sapcd&lt;BR /&gt;&lt;BR /&gt;If you've successfully unmounted /sapcd then why is the system reporting the filesystem still mounted?&lt;BR /&gt;&lt;BR /&gt;The first thing we should do is get /sapcd unmounted from this client.  What OS is the client running?&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 03:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637414#M379108</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2010-05-27T03:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637415#M379109</link>
      <description>NFS client is having 11.31 version same as server&lt;BR /&gt;&lt;BR /&gt;I have unmounted the /sapcd successfully first and after that when i am trying to mount it again in that case it shows&lt;BR /&gt;&lt;BR /&gt;mount: tachyon6:/sapcd is already mounted on /sapcd &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;df -k /sapcd show the the /sapcd but bdf -t nfs , df -k hang .. dnt know why ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do we really need to reboot the client to make this functional ..not sure but that would b d last option i blv...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Subodh</description>
      <pubDate>Thu, 27 May 2010 03:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637415#M379109</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-05-27T03:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637416#M379110</link>
      <description>Hi,&lt;BR /&gt;Reboot is the last option.....&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 27 May 2010 03:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637416#M379110</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-05-27T03:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637417#M379111</link>
      <description>&lt;BR /&gt;i think you should share your File system from NFS server not via /etc/dfs/dfstab but via /etc/dfs/sharetab&lt;BR /&gt;&lt;BR /&gt;#hash the entry in /etc/dfs/dfstab and add entry in /etc/dfs/sharetab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;share the NFS file system via commandline manually ;&lt;BR /&gt;&lt;BR /&gt;share -F nfs -o rw=graviton:quark:lepton6:neutron7:omicron /sapcd&lt;BR /&gt;&lt;BR /&gt;if this work then same entry should be made in /etc/dfs/sharetab&lt;BR /&gt;&lt;BR /&gt;and run shareall&lt;BR /&gt;&lt;BR /&gt;before all above unmount the /sapcd from clients.&lt;BR /&gt;&lt;BR /&gt;hope this work.</description>
      <pubDate>Thu, 27 May 2010 03:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637417#M379111</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-05-27T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637418#M379112</link>
      <description>I am having entry in /etc/dfs/dfstab on NFS server for many NFS client as&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/share -F nfs -o rw=graviton:quark:lepton6:neutron7:omicron,ro= -d "none" /sapcd -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/sapcd is properly mounted on other server but dont know why then it is not for omicron server &lt;BR /&gt;&lt;BR /&gt;If it is then will it be work if i make in entry in /etc/dfs/sharetab ??&lt;BR /&gt;&lt;BR /&gt;i have tested as you suggested but getting this error on NFS server now &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;share_nfs: share complete, however, failed to remove old sharetab entry, corrupt sharetab file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Still not able mount /sapcd on NFS client omicron ... bdf, df -k hang ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Subodh.</description>
      <pubDate>Thu, 27 May 2010 05:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637418#M379112</guid>
      <dc:creator>subodhbagade</dc:creator>
      <dc:date>2010-05-27T05:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637419#M379113</link>
      <description>please send us below output :&lt;BR /&gt;&lt;BR /&gt;# more /etc/dfs/dfstab&lt;BR /&gt;#more /etc/dfs/sharetab&lt;BR /&gt;&lt;BR /&gt;on client&lt;BR /&gt;showmount -e &lt;NFS server=""&gt;&lt;BR /&gt;&lt;BR /&gt;If it is then will it be work if i make in entry in /etc/dfs/sharetab ??&lt;BR /&gt;answer :&lt;BR /&gt;&lt;BR /&gt;i mean to share do not put nay entry related to sapcd in any dfstab or sharetab files..first we try to do it manually from commandline....if you succeed in these..then edit the sharetab file and run shareall to activate the shares...&lt;BR /&gt;&lt;BR /&gt;in short  instead of dfstab file you should use sharetab to export the filesystem from nfs server ....&lt;BR /&gt;&lt;BR /&gt;test it and let us know the result...&lt;BR /&gt;&lt;/NFS&gt;</description>
      <pubDate>Thu, 27 May 2010 12:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637419#M379113</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-05-27T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637420#M379114</link>
      <description>&amp;gt; I have unmounted the /sapcd successfully&lt;BR /&gt;&amp;gt; first and after that when i am trying to &lt;BR /&gt;&amp;gt; mount it again in that case it shows&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; mount: tachyon6:/sapcd is already mounted &lt;BR /&gt;&amp;gt; on /sapcd &lt;BR /&gt;&lt;BR /&gt;Are you sure the filesystem is actually unmounting?  I'd like to see the following:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mnttab&lt;BR /&gt;# umount /sapcd&lt;BR /&gt;# cat /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;That will show me if the system really is unmounting the filesystem.  If it is unmounting and you're not able to re-mount it then this is likely something confused at the VFS layer.  Only way to clear that up would be a reboot, but let's first verify whether the system thinks it's unmounting the filesystem or not.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 18:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637420#M379114</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2010-05-27T18:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Command Hang ... NFS related issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637421#M379115</link>
      <description>you should try a "ping 172.16.4.25"&lt;BR /&gt;&lt;BR /&gt;if answers it probably means that rpcbind is dead.&lt;BR /&gt;&lt;BR /&gt;if not, connectivity pb to 172.16.4.25&lt;BR /&gt;check your network.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 19:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-hang-nfs-related-issue/m-p/4637421#M379115</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2010-05-27T19:32:16Z</dc:date>
    </item>
  </channel>
</rss>

