<?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: start NFS core sub system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370335#M195545</link>
    <description>&lt;P&gt;Hi Eric and Bill,&lt;BR /&gt;&lt;BR /&gt;Bill - I had no idea this was a common problem. I've never heard of it before. I've seen stops responding in nfs.client (when there were problems with automount/AutoFS) but I hadn't heard of a common problem with stops responding iin nfs.core.&lt;BR /&gt;&lt;BR /&gt;I don't see how setting NFS_CLIENT or NFS_SERVER in the /etc/rc.config.d/nfsconf file will change this behavior, since the /sbin/init.d/nfs.core script doesn't source the nfsconf file, nor does it make any decisions based on the value of these NFS_* variables.&lt;BR /&gt;&lt;BR /&gt;All nfs.core does is take care of some backward compatibility stuff (i.e. adding entries in /etc/netconfig and /etc/net/* directories, create device drivers for tlcots, tlcotsod, and tlclts) and then start the rpcbind and nfskd daemons.&lt;BR /&gt;&lt;BR /&gt;Again, I haven't heard of any common problems with any of these steps. However, I've been out of WTEC for a few years, so perhaps this is a common problem.&lt;BR /&gt;&lt;BR /&gt;In any case, I'd be curious why it is happening.&lt;BR /&gt;&lt;BR /&gt;One way to find out where the nfs.core script is stopping would be to boot the system in single-user mode, mount all the local filesystems in /etc/fstab, and then modify the nfs.core script by adding a "set -x" command to the start of the nfs.core script so that each command in the script is printed to stdout. Then run the script and see where it stops responding i.&lt;BR /&gt;&lt;BR /&gt;Eric, if you're willing to do this, please let me know where the nfs.core script is stops responding i.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jun 2021 05:10:04 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2021-06-29T05:10:04Z</dc:date>
    <item>
      <title>start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370332#M195542</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Having a problem when I rebooted my HP-UX 11.0 server.  When it goes through the start up processes it freezes at the, start NFS core sub system.  &lt;BR /&gt;&lt;BR /&gt;Any ideas why this is happening?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 01 Sep 2004 16:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370332#M195542</guid>
      <dc:creator>Eric Zumwalt_2</dc:creator>
      <dc:date>2004-09-01T16:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370333#M195543</link>
      <description>This is very common problem. The only way to fix it is to turn off NFS and reboot. You may not be able to break out of the NFS lockup so you can see if you can telnet to the server. Edit the file: /etc/rc.config.d/nfsconf and set all the NFS services =0.&lt;BR /&gt; &lt;BR /&gt;Otherwise reboot into single user mode. Since single user mode does not have /usr, /tmp and /var mounted, you'll need to mount those 3 directories. Then edit the nfsconf file and reboot.</description>
      <pubDate>Wed, 01 Sep 2004 21:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370333#M195543</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-01T21:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370334#M195544</link>
      <description>&lt;P&gt;Hi Eric and Bill,&lt;BR /&gt;&lt;BR /&gt;Bill - I had no idea this was a common problem. I've never heard of it before. I've seen stops responding in nfs.client (when there were problems with automount/AutoFS) but I hadn't heard of a common problem with stops responding in nfs.core.&lt;BR /&gt;&lt;BR /&gt;I don't see how setting NFS_CLIENT or NFS_SERVER in the /etc/rc.config.d/nfsconf file will change this behavior, since the /sbin/init.d/nfs.core script doesn't source the nfsconf file, nor does it make any decisions based on the value of these NFS_* variables.&lt;BR /&gt;&lt;BR /&gt;All nfs.core does is take care of some backward compatibility stuff (i.e. adding entries in /etc/netconfig and /etc/net/* directories, create device drivers for tlcots, tlcotsod, and tlclts) and then start the rpcbind and nfskd daemons.&lt;BR /&gt;&lt;BR /&gt;Again, I haven't heard of any common problems with any of these steps. However, I've been out of WTEC for a few years, so perhaps this is a common problem.&lt;BR /&gt;&lt;BR /&gt;In any case, I'd be curious why it is happening.&lt;BR /&gt;&lt;BR /&gt;One way to find out where the nfs.core script is stopping would be to boot the system in single-user mode, mount all the local filesystems in /etc/fstab, and then modify the nfs.core script by adding a "set -x" command to the start of the script so that each command in the script is printed to stdout. Then run the script and see where the script stops &amp;nbsp;if you're willing to do this, please let me know where the nfs.core script is stops responding .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 05:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370334#M195544</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-29T05:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370335#M195545</link>
      <description>&lt;P&gt;Hi Eric and Bill,&lt;BR /&gt;&lt;BR /&gt;Bill - I had no idea this was a common problem. I've never heard of it before. I've seen stops responding in nfs.client (when there were problems with automount/AutoFS) but I hadn't heard of a common problem with stops responding iin nfs.core.&lt;BR /&gt;&lt;BR /&gt;I don't see how setting NFS_CLIENT or NFS_SERVER in the /etc/rc.config.d/nfsconf file will change this behavior, since the /sbin/init.d/nfs.core script doesn't source the nfsconf file, nor does it make any decisions based on the value of these NFS_* variables.&lt;BR /&gt;&lt;BR /&gt;All nfs.core does is take care of some backward compatibility stuff (i.e. adding entries in /etc/netconfig and /etc/net/* directories, create device drivers for tlcots, tlcotsod, and tlclts) and then start the rpcbind and nfskd daemons.&lt;BR /&gt;&lt;BR /&gt;Again, I haven't heard of any common problems with any of these steps. However, I've been out of WTEC for a few years, so perhaps this is a common problem.&lt;BR /&gt;&lt;BR /&gt;In any case, I'd be curious why it is happening.&lt;BR /&gt;&lt;BR /&gt;One way to find out where the nfs.core script is stopping would be to boot the system in single-user mode, mount all the local filesystems in /etc/fstab, and then modify the nfs.core script by adding a "set -x" command to the start of the nfs.core script so that each command in the script is printed to stdout. Then run the script and see where it stops responding i.&lt;BR /&gt;&lt;BR /&gt;Eric, if you're willing to do this, please let me know where the nfs.core script is stops responding i.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 05:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370335#M195545</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-29T05:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370336#M195546</link>
      <description>Sorry about the duplicate posts, I've been experiencing major connectivity problems with ITRC tonight.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 02 Sep 2004 02:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370336#M195546</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-02T02:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370337#M195547</link>
      <description>This is a 'feature' in 11.0 and 11i core installs only. It is probably due to partially completed network configs, misconfigured DNS, etc, but check with Randy S. in Roseville or some of the sysadmin RCEs for some history (or KDB). I can duplicate this on an 11i install by changing just the hostname in netconf but not the IP and using nsswitch=files the dns.</description>
      <pubDate>Thu, 02 Sep 2004 07:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370337#M195547</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-02T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370338#M195548</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Bill is right. Additional info - you should be able to interrupt NFS core "freezing" by folloving :&lt;BR /&gt;&lt;BR /&gt;ctrl+\   - jump over&lt;BR /&gt;trl Break  - jump inot console&lt;BR /&gt;&lt;BR /&gt;than repair your NFS related settings&lt;BR /&gt;&lt;BR /&gt;br Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2004 08:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370338#M195548</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-09-02T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: start NFS core sub system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370339#M195549</link>
      <description>Thanks for all the reply's.  I'll try this out and let you know.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 02 Sep 2004 09:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-nfs-core-sub-system/m-p/3370339#M195549</guid>
      <dc:creator>Eric Zumwalt_2</dc:creator>
      <dc:date>2004-09-02T09:44:35Z</dc:date>
    </item>
  </channel>
</rss>

