<?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 mount issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092968#M442729</link>
    <description>Thanks, was trying to avoid a reboot, but I guess there isn't any other way...</description>
    <pubDate>Mon, 18 Feb 2008 13:14:31 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2008-02-18T13:14:31Z</dc:date>
    <item>
      <title>nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092962#M442723</link>
      <description>I have a server that has an nfs mount to another server that was taken offline...&lt;BR /&gt;&lt;BR /&gt;The remote server admin never informed us the server was being shutdown before and now our server is hanging looking for the nfs mounted file systems.... &lt;BR /&gt;&lt;BR /&gt;Is there any way to get these cleared short of a reboot ??&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2008 05:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092962#M442723</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-17T05:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092963#M442724</link>
      <description>Hy, if you have 11.23 or 11.31 you can use the umount -f /nfs_mountpint.&lt;BR /&gt;&lt;BR /&gt;If you have 11.11 you can try to stop the nfs client and nfs core processes(if you don't have any other nfs mounts).&lt;BR /&gt;&lt;BR /&gt;You can do it by:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;Try to umount it&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2008 10:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092963#M442724</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-02-17T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092964#M442725</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You may try and configure the connection with autofs.&lt;BR /&gt;&lt;BR /&gt;OR you can try this:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.core stop&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;That might help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 17 Feb 2008 11:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092964#M442725</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-17T11:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092965#M442726</link>
      <description>I have tried to stop the nfs.client, but it ust hangs, never shuts down... any way to force it down to free these mounts ?</description>
      <pubDate>Sun, 17 Feb 2008 19:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092965#M442726</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-17T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092966#M442727</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You are obviously using aging HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;Please refer to some good references:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1203288078675+28353475&amp;amp;threadId=1139757" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1203288078675+28353475&amp;amp;threadId=1139757&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/3929/ForciblyUnmountingNFSFilesystems.pdf" target="_blank"&gt;http://docs.hp.com/en/3929/ForciblyUnmountingNFSFilesystems.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Sun, 17 Feb 2008 22:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092966#M442727</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-02-17T22:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092967#M442728</link>
      <description>in environment where the nfs server might go up/down sometimes, there is a place to consider using automounter rather than using fstab.&lt;BR /&gt;you'll get more flexible behaviour</description>
      <pubDate>Mon, 18 Feb 2008 10:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092967#M442728</guid>
      <dc:creator>Avishay_Cohen</dc:creator>
      <dc:date>2008-02-18T10:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: nfs mount issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092968#M442729</link>
      <description>Thanks, was trying to avoid a reboot, but I guess there isn't any other way...</description>
      <pubDate>Mon, 18 Feb 2008 13:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-mount-issue/m-p/5092968#M442729</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-18T13:14:31Z</dc:date>
    </item>
  </channel>
</rss>

