<?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: NFS Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338469#M568286</link>
    <description>And just a note about NFS and production machines. Once you use NFS on a production machine, neither the server nor the network can ever fail or you will have big problems (as you have seen). NFS, while convenient to share files, is a real filesystem and may have open files, directories, inodes that are etting updated, etc. Take away the link and it is like ripping a disk drive out of the system--a lot of things will hang. You may want to evaluate the risks in using a network filesystem.</description>
    <pubDate>Sat, 24 Jul 2004 12:41:36 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-07-24T12:41:36Z</dc:date>
    <item>
      <title>NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338457#M568274</link>
      <description>Hello, &lt;BR /&gt;I have following problem, there was network failure and nfs between two servers is comming down, On one side (NFS server i have restart all nfs processes but, on client side there is no possibility to restart nfs.client or umount nfs filesystem ( there is a hard mount ), I have tried to kill rpc.statd, rpc.lockd and delete /var/statmon/state and /var/statmon/sm but without success.&lt;BR /&gt;Important is that this is production server and I cannot reboot.&lt;BR /&gt;Thanks for response&lt;BR /&gt;Best regards.&lt;BR /&gt;Frantisek.</description>
      <pubDate>Thu, 22 Jul 2004 06:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338457#M568274</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2004-07-22T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338458#M568275</link>
      <description>You can tru this.&lt;BR /&gt;&lt;BR /&gt;Run lsof(list open files tool) on nfs mount point on client. Kill all related process.&lt;BR /&gt;&lt;BR /&gt;You should be fine after this.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 22 Jul 2004 06:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338458#M568275</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-22T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338459#M568276</link>
      <description>Frantisek,&lt;BR /&gt;Have you tried to issue a force unmount on the client side. I would think that it might help as it unmounts irrespective of any open files. I would certainly give it a try&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 22 Jul 2004 06:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338459#M568276</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-07-22T06:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338460#M568277</link>
      <description>Hi,&lt;BR /&gt;Have you tried identifying the running processes by ps -aef and &lt;BR /&gt;kill those by fuser -ku ( carefully ) &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 06:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338460#M568277</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-07-22T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338461#M568278</link>
      <description>Hi, I didnot found force option for umount, on Solaris there it is "-f" on HP-UX I don`t know.&lt;BR /&gt;lsof i dont have instaled but a have used glance.&lt;BR /&gt;Any trial to kill some process that use NFS without success.&lt;BR /&gt;Frantisek&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 07:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338461#M568278</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2004-07-22T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338462#M568279</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I know you have tried maximum possibilities.&lt;BR /&gt;Please try this also..and revert&lt;BR /&gt;&lt;BR /&gt;#fuser -uck /&lt;FILESYSTEM&gt;&lt;BR /&gt;Where &lt;FILESYSTEM&gt; is the Stale filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FILESYSTEM&gt;&lt;/FILESYSTEM&gt;</description>
      <pubDate>Thu, 22 Jul 2004 07:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338462#M568279</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-07-22T07:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338463#M568280</link>
      <description>Sometimes, you can also manually mount the exported file system somewhere else - say /mnt.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 22 Jul 2004 07:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338463#M568280</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-22T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338464#M568281</link>
      <description>I know, thans very much for help, i cannot kill any process that use /usr/data/MIS, a have tried to stop, nfs.server nfs.core and nfs.client but without success. I think that my only possibility is to reboot server.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Best Regards.&lt;BR /&gt;Frantisek</description>
      <pubDate>Thu, 22 Jul 2004 08:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338464#M568281</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2004-07-22T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338465#M568282</link>
      <description>I have tried to mount the exported filesystem on other server too, and there was no problem. But this didnot work on my first server.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Frantisek</description>
      <pubDate>Thu, 22 Jul 2004 08:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338465#M568282</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2004-07-22T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338466#M568283</link>
      <description>I have found the remedies in the attached HP document to be of great assistance in this situation. Hope it helps you too.</description>
      <pubDate>Fri, 23 Jul 2004 09:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338466#M568283</guid>
      <dc:creator>Joe Short</dc:creator>
      <dc:date>2004-07-23T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338467#M568284</link>
      <description>&lt;P&gt;Hi Frantisek,&lt;BR /&gt;&lt;BR /&gt;There currently is no way to forcibly unmount a hung or stale NFS filesystem via the unmount command. However, we will be adding support for this feature soon in the upcoming 11i v2 update 2 (aka 11i v2 0409) release, where we will add a "forcible" option to the unmount command. This will allow you to forcibly unmount a hung or stale NFS filesystem without having to reboot the client.&lt;BR /&gt;&lt;BR /&gt;In the mean time, I've written a white paper that discusses ways of getting hung or stale NFS filesystems to unmount. If your interested it's available at: &lt;A href="http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf." target="_blank" rel="noopener"&gt;http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, I would strongly advise against *ever* removing entries from the /var/statmon/sm directory. These entries are used by rpc.lockd/statd to keep track of which remote systems are performing file locks with the local system. Removing these entries can actually *cause* file lock stops responding to occur. If you are interested in the details let me know and I'd be happy to explain how.&lt;BR /&gt;&lt;BR /&gt;Best of luck,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 11:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338467#M568284</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-23T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338468#M568285</link>
      <description>One minor note, the URL I pasted doesn't work unless you strip off the trailing '.', so the real URL is:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry about that.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 24 Jul 2004 01:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338468#M568285</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-07-24T01:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338469#M568286</link>
      <description>And just a note about NFS and production machines. Once you use NFS on a production machine, neither the server nor the network can ever fail or you will have big problems (as you have seen). NFS, while convenient to share files, is a real filesystem and may have open files, directories, inodes that are etting updated, etc. Take away the link and it is like ripping a disk drive out of the system--a lot of things will hang. You may want to evaluate the risks in using a network filesystem.</description>
      <pubDate>Sat, 24 Jul 2004 12:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-problem/m-p/3338469#M568286</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-07-24T12:41:36Z</dc:date>
    </item>
  </channel>
</rss>

