<?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.server stop' does not work on Itanium 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987024#M545124</link>
    <description>Thanks, Geoff.&lt;BR /&gt;&lt;BR /&gt;That proves that it is supposed to work :&amp;gt;)&lt;BR /&gt;&lt;BR /&gt;Now, the question is why not on my systems :[&lt;BR /&gt;&lt;BR /&gt;The only patch difference I see here is that I have tried 2 later NFS cumulative patches than your PHNE_32055 (PHNE_33655 and PHNE_33982).&lt;BR /&gt;&lt;BR /&gt;However, my OE is also a little earlier (sep04)&lt;BR /&gt;&lt;BR /&gt;  HPUX11i-OE-MC                 B.11.23.0409   HP-UX Mission Critical Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;I guess I'm just stuck.&lt;BR /&gt;&lt;BR /&gt;bv</description>
    <pubDate>Thu, 22 Jun 2006 17:46:39 GMT</pubDate>
    <dc:creator>Bob_Vance</dc:creator>
    <dc:date>2006-06-22T17:46:39Z</dc:date>
    <item>
      <title>'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987020#M545120</link>
      <description>HPUX 11.23&lt;BR /&gt;rx1600 itanium&lt;BR /&gt;&lt;BR /&gt;*********************************&lt;BR /&gt;NFS server starts up fine at boot.&lt;BR /&gt;*********************************&lt;BR /&gt;&lt;BR /&gt;It also will start if I&lt;BR /&gt;. disable NFS server (NFS_SERVER=0 in nfsconf)&lt;BR /&gt;. reboot&lt;BR /&gt;. re-enable NFS (NFS_SERVER=1 in nfsconf)&lt;BR /&gt;. 'nfs.server start'&lt;BR /&gt;&lt;BR /&gt;I get processes like this:&lt;BR /&gt;&lt;BR /&gt;daytona2 ## psg nfs&lt;BR /&gt;... root     9     0  0 08:48:52 ?         0:00 nfsktcpd&lt;BR /&gt;... root  1708  1702  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1707  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1702  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1700     1  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1701     1  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1703  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1704  1702  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1710  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1711  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1712  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1713  1701  0 08:51:15 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1714  1702  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1716  1702  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1717  1701  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1718  1702  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1719  1702  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;... root  1720  1702  0 08:51:16 ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;&lt;BR /&gt;And it works -- clients can mount stuff.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;**********&lt;BR /&gt;However,&lt;BR /&gt;**********&lt;BR /&gt;when I try a &lt;BR /&gt;... /sbin/init.d/nfs.server stop&lt;BR /&gt;not all the 'nfsd' processes get killed.&lt;BR /&gt;&lt;BR /&gt;Furthermore, I cannot kill the remaining ones, even with a 'kill -9 ...'&lt;BR /&gt;&lt;BR /&gt;No clients have mounted anything, so it is clean -- just after a reboot.&lt;BR /&gt;&lt;BR /&gt;At this point, even if I manually start&lt;BR /&gt;'rcp.mountd'&lt;BR /&gt;clients still cannot mount anything.&lt;BR /&gt;&lt;BR /&gt;A RESTART doesn't help either:&lt;BR /&gt;&lt;BR /&gt;daytona2 ## /init.d/nfs.server start&lt;BR /&gt;.. starting NFS SERVER networking&lt;BR /&gt;..... starting up the rpcbind daemon&lt;BR /&gt;........ rpcbind already started, using pid: 796&lt;BR /&gt;..... Reading in /etc/exports&lt;BR /&gt;..... starting up the mount daemon&lt;BR /&gt;........ rpc.mountd already started, using pid: 14631&lt;BR /&gt;..... starting up the NFS daemons&lt;BR /&gt;........ nfsd(s) already started, using pid(s): 1707 1702 1701 1712 ...&lt;BR /&gt;..... starting up the Status Monitor daemon&lt;BR /&gt;........ rpc.statd already started, using pid: 842&lt;BR /&gt;..... starting up the Lock Manager daemon&lt;BR /&gt;........ rpc.lockd already started, using pid: 848&lt;BR /&gt;&lt;BR /&gt;clients still cannot mount anything.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;******************************&lt;BR /&gt;I have the latest NFS patches:&lt;BR /&gt;******************************&lt;BR /&gt;&lt;BR /&gt;daytona2 ## grep -i nfs /tmp/swlistpr&lt;BR /&gt;...  PHCO_32523            1.0            quota(1) on an NFS client;uid enhancement &lt;BR /&gt;...  PHKL_32713            1.0            nfs client hang; cache FS umount &lt;BR /&gt;...  PHNE_33098            1.0            Core NFS cumulative patch &lt;BR /&gt;...  PHNE_33655            1.0            NFS cumulative patch &lt;BR /&gt;&lt;BR /&gt;Actually, PHNE_33655 has been superseded by PHNE_33982,&lt;BR /&gt;but PHNE_33982 does not help, either.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This procedure works perfectly fine on 11.11, of course,&lt;BR /&gt;but I do not have an 11.23 PA-RISC system to check.&lt;BR /&gt;&lt;BR /&gt;Has anyone else seen this on Itanium 11.23??&lt;BR /&gt;Or do they have one where it works fine ?&lt;BR /&gt;&lt;BR /&gt;tks&lt;BR /&gt;bv</description>
      <pubDate>Thu, 22 Jun 2006 08:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987020#M545120</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2006-06-22T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987021#M545121</link>
      <description>Before attempting to stop the server, you should stop the client first.&lt;BR /&gt;&lt;BR /&gt;Correct order to recycle NFS is:&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;&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;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 09:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987021#M545121</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-06-22T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987022#M545122</link>
      <description>Thanks, Geoff&lt;BR /&gt;&lt;BR /&gt;But I only want to stop the server.&lt;BR /&gt;You can certainly stop the server without stopping the client -- there is logic in the scripts to handle this and it seems to work fine on 11.11.&lt;BR /&gt;&lt;BR /&gt;Further, the problem (11.23 NFS server unable to be stopped) exists even when client has never been started; e.g., NFS server-only system.&lt;BR /&gt;&lt;BR /&gt;Anyway, stopping client first made no difference to the problem on Itanium 11.23.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tks&lt;BR /&gt;bv</description>
      <pubDate>Thu, 22 Jun 2006 10:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987022#M545122</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2006-06-22T10:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987023#M545123</link>
      <description>Okay - I'll try it - I have 1 Itanium box running 11.23:&lt;BR /&gt;&lt;BR /&gt;root@sha1 [ / ]&lt;BR /&gt;# ps -ef |grep nfs&lt;BR /&gt;    root    10     0  0  Jun 20  ?         0:02 nfsktcpd&lt;BR /&gt;    root  3363  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3345  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3367  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3359  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3365  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3338     1  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3347  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3340     1  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3341  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3351  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3356  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3353  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3370  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3372  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3373  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3374  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;    root  3375  3340  0  Jun 20  ?         0:00 /usr/sbin/nfsd 16&lt;BR /&gt;&lt;BR /&gt;root@sha1 [ / ]&lt;BR /&gt;# /sbin/init.d/nfs.server stop&lt;BR /&gt;killing nfsd&lt;BR /&gt;killing rpc.mountd&lt;BR /&gt;&lt;BR /&gt;root@sha1 [ / ]&lt;BR /&gt;# ps -ef |grep nfs&lt;BR /&gt;    root    10     0  0  Jun 20  ?         0:02 nfsktcpd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And startup worked:&lt;BR /&gt;&lt;BR /&gt;root@sha1 [ / ]&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;    starting NFS SERVER networking&lt;BR /&gt;&lt;BR /&gt;    starting up the rpcbind daemon&lt;BR /&gt;        rpcbind already started, using pid: 1313&lt;BR /&gt;    starting up the mount daemon&lt;BR /&gt;        /usr/sbin/rpc.mountd&lt;BR /&gt;    starting up the NFS daemons&lt;BR /&gt;        /usr/sbin/nfsd 16&lt;BR /&gt;    starting up the Status Monitor daemon&lt;BR /&gt;        rpc.statd already started, using pid: 1434&lt;BR /&gt;    starting up the Lock Manager daemon&lt;BR /&gt;        rpc.lockd already started, using pid: 1440&lt;BR /&gt;&lt;BR /&gt;Here's the version I'm running:&lt;BR /&gt;&lt;BR /&gt;# swlist |grep OE&lt;BR /&gt;  HPUX11i-OE-MC                 B.11.23.0512   HP-UX Mission Critical Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's my patches:&lt;BR /&gt;&lt;BR /&gt;# show_patches |grep -i nfs&lt;BR /&gt;  PHCO_31645            Japanese NFS/LIBNSL manpages&lt;BR /&gt;  PHCO_31647            Japanese NFS manpages&lt;BR /&gt;  PHCO_31661            Japanese NFS/RCMDS manpages&lt;BR /&gt;  PHCO_31662            Japanese NFS/NIS manpages&lt;BR /&gt;  PHCO_31666            Japanese core NFS manpages&lt;BR /&gt;  PHCO_32523            quota(1) on an NFS client;uid enhancement&lt;BR /&gt;  PHKL_32713            nfs client hang; cache FS umount&lt;BR /&gt;  PHNE_32055            NFS cumulative patch&lt;BR /&gt;  PHNE_33098            Core NFS cumulative patch&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 13:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987023#M545123</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-06-22T13:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987024#M545124</link>
      <description>Thanks, Geoff.&lt;BR /&gt;&lt;BR /&gt;That proves that it is supposed to work :&amp;gt;)&lt;BR /&gt;&lt;BR /&gt;Now, the question is why not on my systems :[&lt;BR /&gt;&lt;BR /&gt;The only patch difference I see here is that I have tried 2 later NFS cumulative patches than your PHNE_32055 (PHNE_33655 and PHNE_33982).&lt;BR /&gt;&lt;BR /&gt;However, my OE is also a little earlier (sep04)&lt;BR /&gt;&lt;BR /&gt;  HPUX11i-OE-MC                 B.11.23.0409   HP-UX Mission Critical Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;I guess I'm just stuck.&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Thu, 22 Jun 2006 17:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987024#M545124</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2006-06-22T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987025#M545125</link>
      <description>Yeah - I loaded the Dec05 version in January. So far - it's been very stable. This is on my workstation - I usually run new releases on it for 6 months prior to moving to any test servers, then I roll out to production.&lt;BR /&gt;&lt;BR /&gt;As far as your issue - I would put a cal into HP - as what you want to do does work - just not on that server for some reason.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 23 Jun 2006 08:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987025#M545125</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-06-23T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987026#M545126</link>
      <description>Agreed.&lt;BR /&gt;Thanks, Geoff.&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Fri, 23 Jun 2006 10:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987026#M545126</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2006-06-23T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: 'nfs.server stop' does not work on Itanium 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987027#M545127</link>
      <description>Yesterday, I updated the system with all the latest patches.&lt;BR /&gt;&lt;BR /&gt;They included a new NFS cum patch.&lt;BR /&gt;This seems to have fixed the problem:&lt;BR /&gt;&lt;BR /&gt;old patch&lt;BR /&gt;... PHNE_33982 1.0 NFS cumulative patch&lt;BR /&gt;&lt;BR /&gt;new patch&lt;BR /&gt;... PHNE_35118 1.0 NFS cumulative patch&lt;BR /&gt;&lt;BR /&gt;tks&lt;BR /&gt;bv</description>
      <pubDate>Thu, 01 Feb 2007 14:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-stop-does-not-work-on-itanium-11-23/m-p/4987027#M545127</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2007-02-01T14:09:10Z</dc:date>
    </item>
  </channel>
</rss>

