<?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: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215285#M465764</link>
    <description>The NFS failure is because of the lockmgr not being started.  Is there any more detail concerning lock mgr in rc.log?  If not, we need to take a look at /etc/rc.config.d/lockmgr to see if there is something obviously wrong there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 18 Dec 2009 18:38:39 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-12-18T18:38:39Z</dc:date>
    <item>
      <title>How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215277#M465756</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to start the NFS server on HP-UX 11.31 at start up (boot up) automatically.&lt;BR /&gt;&lt;BR /&gt;For that i have done following configuration in /etc/rc.config.d/nfsconf&lt;BR /&gt;---------------------------------------&lt;BR /&gt;# vi /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;NFS_CORE=1&lt;BR /&gt;&lt;BR /&gt;LOCKMGR=1&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;But NFS server is not starting automatically.&lt;BR /&gt;&lt;BR /&gt;where as i am able to start manually and access the NFS share.&lt;BR /&gt;&lt;BR /&gt;I used following commands to start NFS manually&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/lockmgr start&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How to solve this issue&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 16:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215277#M465756</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-18T16:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215278#M465757</link>
      <description>That should start it automatically when you boot the system.&lt;BR /&gt;&lt;BR /&gt;What does '/etc/rc.log' show?  Any error messages for the NFS start processes?</description>
      <pubDate>Fri, 18 Dec 2009 16:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215278#M465757</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-12-18T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215279#M465758</link>
      <description>do you have Startup scripts in the /sbin/rc2.d directory. &lt;BR /&gt;&lt;BR /&gt;if yes, check /etc/rc.log to see what is the error causing it to fail.</description>
      <pubDate>Fri, 18 Dec 2009 16:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215279#M465758</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2009-12-18T16:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215280#M465759</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please find the output from /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;# more /etc/rc.log | grep -i nfs&lt;BR /&gt;Start NFS core subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S400nfs.core start":&lt;BR /&gt;    Starting NFS CORE networking&lt;BR /&gt;Start NFS IPv6 subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S401nfs.core-ipv6 start":&lt;BR /&gt;Start NFS IPv6 subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S402nfs.core2-ipv6 start":&lt;BR /&gt;Start NFS client subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S430nfs.client start":&lt;BR /&gt;    Starting NFS CLIENT subsystem&lt;BR /&gt;"/sbin/rc2.d/S430nfs.client start" FAILED&lt;BR /&gt;Start NFS server subsystem&lt;BR /&gt;Output from "/sbin/rc3.d/S100nfs.server start":&lt;BR /&gt;"/sbin/rc3.d/S100nfs.server start" FAILED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# more /etc/rc.log | grep -i lock&lt;BR /&gt;Start lock manager subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S425lockmgr start":&lt;BR /&gt;    Starting up the lock manager daemon&lt;BR /&gt;        /usr/sbin/rpc.lockd&lt;BR /&gt;ERROR: rpc.lockd not running.  Run "/sbin/init.d/lockmgr start" to start rpc.lockd, exiting&lt;BR /&gt;Start clock daemon&lt;BR /&gt;ERROR: rpc.lockd not running.  Run "/sbin/init.d/lockmgr start" to start rpc.lockd, exiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So as per above log, the "NFS server" and "lockmgr" are not started.&lt;BR /&gt;&lt;BR /&gt;How to solve this issue.</description>
      <pubDate>Fri, 18 Dec 2009 17:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215280#M465759</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-18T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215281#M465760</link>
      <description>We need to see more of the rc.log file.  See if there are any errors in that section of the file.  Just grep'ing for NFS may not show you the errors it encountered.</description>
      <pubDate>Fri, 18 Dec 2009 17:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215281#M465760</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-12-18T17:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215282#M465761</link>
      <description>Hi senthil,&lt;BR /&gt;&lt;BR /&gt;   you grepped the nfs word, it will not show the error it gave while failed. So, can you attach the /etc/rc.log with your post or paste the error from the file here to further look into.</description>
      <pubDate>Fri, 18 Dec 2009 17:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215282#M465761</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2009-12-18T17:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215283#M465762</link>
      <description>Hi Senthil:&lt;BR /&gt;&lt;BR /&gt;By any chance did you make a backup of '/etc/rc.config.d/nfsconf' when you changed its settings?  If so, did you retain that backup copy in '/etc/rc.config.d'?  There are ways to do this and ways to _not_ do this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Dec 2009 17:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215283#M465762</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-18T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215284#M465763</link>
      <description>Please find logs related to NFS services from the output of /etc/rc.log:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start NFS core subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S400nfs.core start":&lt;BR /&gt;----------------------------&lt;BR /&gt;    Starting NFS CORE networking&lt;BR /&gt;&lt;BR /&gt;    Starting up the rpcbind&lt;BR /&gt;        /usr/sbin/rpcbind&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start lock manager subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S425lockmgr start":&lt;BR /&gt;----------------------------&lt;BR /&gt;    Starting up the Status Monitor daemon&lt;BR /&gt;        /usr/sbin/rpc.statd&lt;BR /&gt;    Starting up the lock manager daemon&lt;BR /&gt;        /usr/sbin/rpc.lockd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start NFS client subsystem&lt;BR /&gt;Output from "/sbin/rc2.d/S430nfs.client start":&lt;BR /&gt;----------------------------&lt;BR /&gt;    Starting NFS CLIENT subsystem&lt;BR /&gt;&lt;BR /&gt;ERROR: rpc.lockd not running.  Run "/sbin/init.d/lockmgr start" to start rpc.lockd, exiting&lt;BR /&gt;"/sbin/rc2.d/S430nfs.client start" FAILED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start NFS server subsystem&lt;BR /&gt;Output from "/sbin/rc3.d/S100nfs.server start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR: rpc.lockd not running.  Run "/sbin/init.d/lockmgr start" to start rpc.lockd, exiting&lt;BR /&gt;"/sbin/rc3.d/S100nfs.server start" FAILED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it enough?</description>
      <pubDate>Fri, 18 Dec 2009 18:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215284#M465763</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-18T18:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215285#M465764</link>
      <description>The NFS failure is because of the lockmgr not being started.  Is there any more detail concerning lock mgr in rc.log?  If not, we need to take a look at /etc/rc.config.d/lockmgr to see if there is something obviously wrong there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 18 Dec 2009 18:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215285#M465764</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-18T18:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215286#M465765</link>
      <description>&lt;!--!*#--&gt;&amp;gt; For that i have done following [...]&lt;BR /&gt;&lt;BR /&gt;Using SAM / SMH to enable NFS might get&lt;BR /&gt;everything done right automatically.  Not&lt;BR /&gt;using the easy-to-use tools may make more&lt;BR /&gt;sense if you know what you're doing, but if&lt;BR /&gt;you're asking here about what went wrong,&lt;BR /&gt;then I'd vote for using the easy-to-use&lt;BR /&gt;tools.&lt;BR /&gt;&lt;BR /&gt;After it works, you can go back in and play&lt;BR /&gt;with exporting/sharing particular file&lt;BR /&gt;systems in particular ways.</description>
      <pubDate>Fri, 18 Dec 2009 20:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215286#M465765</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-18T20:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215287#M465766</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I tried following:&lt;BR /&gt;&lt;BR /&gt;smh --&amp;gt; Networking and Communications --&amp;gt;  Network Services Configuration  ---&amp;gt; Networked File Systems --&amp;gt; Automounted Remote File Systems&lt;BR /&gt;&lt;BR /&gt;but it gives the below error:&lt;BR /&gt;&lt;BR /&gt;Command Unsuccessful&lt;BR /&gt;press enter Key to continue</description>
      <pubDate>Sat, 19 Dec 2009 17:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215287#M465766</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-19T17:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215288#M465767</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] --&amp;gt; Automounted Remote File Systems&lt;BR /&gt;&lt;BR /&gt;And then what?  "Run"?  Around here, it says:&lt;BR /&gt;&lt;BR /&gt;Run Command     /usr/sam/lbin/samx -C -s nfs_client /usr/sam/lib/C/nfs.ui&lt;BR /&gt;&lt;BR /&gt;Try that command from a shell?&lt;BR /&gt;&lt;BR /&gt;In SMH, is the "Display" setting correct?&lt;BR /&gt;On my system, it seems always to point to the&lt;BR /&gt;server itself, even when I had DISPLAY set to&lt;BR /&gt;some other system when I ran SMH.&lt;BR /&gt;&lt;BR /&gt;Anything under the SMH "stderr" tab when the&lt;BR /&gt;command is finished?</description>
      <pubDate>Sat, 19 Dec 2009 21:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215288#M465767</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-19T21:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215289#M465768</link>
      <description>I think Pete is asking the right questions.  Rpc.lockd appears to be starting as part of the lockmgr script but when the nfs.client script tries to start it finds rpc.lockd is not running.  So the real issue to figure out is why does rpc.lockd not continue running after it's started.&lt;BR /&gt;&lt;BR /&gt;My first question is what version of ONCplus are you running?  Issuing the command:&lt;BR /&gt;&lt;BR /&gt;# swlist ONCplus&lt;BR /&gt;&lt;BR /&gt;will tell you the exact version.  If you're not running the latest version of ONCplus you can try installing the latest bits available for download from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ONCplus" target="_blank"&gt;https://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ONCplus&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Once you're running a version of ONCplus that includes debug KLM logging (we added that feature in ONCplus B.11.31.01), I'd recommend you enable debug KLM logging via the command:&lt;BR /&gt;&lt;BR /&gt;# kctune klm_log_level=9&lt;BR /&gt;&lt;BR /&gt;Once you've enabled debug logging, try the following:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/lockmgr stop&lt;BR /&gt;# /sbin/init.d/lockmgr start&lt;BR /&gt;&lt;BR /&gt;If it says rpc.lockd started, use the ps command to see if it is still running or if it died:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep rpc.lockd&lt;BR /&gt;&lt;BR /&gt;If the daemon died, look for a core file either in /, or in /usr/sbin or in the directory you executed the "lockmgr start" command.  I'd then examine any debug log messages from rpc.lockd when it tried to come up.  These should be logged to dmesg or to the /var/adm/syslog/syslog.log file.  &lt;BR /&gt;&lt;BR /&gt;The entries generated by rpc.lockd and the KLM subsystem will all begin with the string "KLM:"&lt;BR /&gt;&lt;BR /&gt;Hopefully either updating ONCplus or enabling debug KLM logging will help you make some forward progress.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 19 Dec 2009 23:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215289#M465768</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-12-19T23:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215290#M465769</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am new to HP-UX.&lt;BR /&gt;&lt;BR /&gt;1)I have find that the follwoing services only have been started after system reboot.&lt;BR /&gt;&lt;BR /&gt;1.1)nfs.core:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i rpcbind&lt;BR /&gt;    root  1702     1  0 09:03:39 ?         0:00 /usr/sbin/rpcbind&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.2)rpc.statd only has been started from lockmgr but not rpc.lockd:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i rpc.statd&lt;BR /&gt;  daemon  1713     1  0 09:03:46 ?         0:00 /usr/sbin/rpc.statd&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i rpc.lockd&lt;BR /&gt;(no output)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As per above outpiut the file /sbin/init.d/lockmgr has been called during boot up.&lt;BR /&gt;but it has started only "rpc.statd" and not "rpc.lockd".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)I have used following commands to start manually:&lt;BR /&gt;&lt;BR /&gt;2.1)Stopped nfs.core and lockmgr:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.core stop&lt;BR /&gt;killing rpcbind&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/lockmgr stop&lt;BR /&gt;killing rpc.statd&lt;BR /&gt;&lt;BR /&gt;(here it is killing only rpc.statd since rpc.lockd is not started.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.2)Starting nfs.core, lockmgr and nfs.server:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.core start&lt;BR /&gt;    Starting NFS CORE networking&lt;BR /&gt;&lt;BR /&gt;    Starting up the rpcbind&lt;BR /&gt;        /usr/sbin/rpcbind&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/lockmgr start&lt;BR /&gt;    Starting up the Status Monitor daemon&lt;BR /&gt;        /usr/sbin/rpc.statd&lt;BR /&gt;    Starting up the lock manager daemon&lt;BR /&gt;        /usr/sbin/rpc.lockd&lt;BR /&gt;&lt;BR /&gt;Now /rpc.lockd" has been started:&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep -i rpc.lockd&lt;BR /&gt;    root  1719     1  0 09:03:46 ?         0:00 /usr/sbin/rpc.lockd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.3)# /sbin/init.d/nfs.server start&lt;BR /&gt;    Starting NFS SERVER subsystem&lt;BR /&gt;&lt;BR /&gt;    Reading in /etc/dfs/dfstab&lt;BR /&gt;    Starting up the mount daemon&lt;BR /&gt;        /usr/sbin/rpc.mountd&lt;BR /&gt;    Starting up the NFS server daemon&lt;BR /&gt;        /usr/sbin/nfsd&lt;BR /&gt;      Starting up nfsmapid daemon&lt;BR /&gt;        /usr/sbin/nfsmapid&lt;BR /&gt;&lt;BR /&gt;Now "nfs.server" is starting successfully.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my understanding is:&lt;BR /&gt;&lt;BR /&gt;1) There is no issues with file "/sbin/init.d/lockmgr", since it is starting "rpc.statd" and "rpc.lockd" successfully while trying manual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) There might be issues with file "/sbin/init.d/nfs.core" or while starting this file at boot up,&lt;BR /&gt;since i have tried to restart (stop and start) the "/sbin/init.d/lockmgr" with out restarting (stop and start) nfs.core.&lt;BR /&gt;That time also the "rpc.lockd" is not started. &lt;BR /&gt;&lt;BR /&gt;But when i restarted (stop and start) the "/sbin/init.d/lockmgr" after restarting (stop and start) nfs.core. now the "rpc.lockd" is started successfully.&lt;BR /&gt;&lt;BR /&gt;So i believe that there may be issues while starting nfs.core at boot up.&lt;BR /&gt;&lt;BR /&gt;And i believe there is no issues with /etc/rc.config.d/nfsconf since it starting the "lockmgr" at boot up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pls help me to resolve this since i am facing this issue for all my new hp-ux 11.31 running on integrity VM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have attached my "/sbin/init.d/nfs.core" and "lockmgr"&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2009 15:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215290#M465769</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-21T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215291#M465770</link>
      <description>And what about all the diagnostics that Dave Olker suggested?  Did you run any of those? &lt;BR /&gt;&lt;BR /&gt;Trust me, Dave is the #1 source for networking wisdom.  You would be very wise to take his words as gospel and follow his suggestions explicitly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 21 Dec 2009 15:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215291#M465770</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-21T15:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215292#M465771</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what does this file /etc/default/nfs contain on the system.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 21 Dec 2009 16:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215292#M465771</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-21T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215293#M465772</link>
      <description>hi also &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;on the NFS  server can you please run the following commnd and give the O/p&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client start &lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to see what NFS services are satrtted and stopped due to this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also in the server in /etc/rc.config.d/nfsconf try using&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2009 17:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215293#M465772</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-21T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215294#M465773</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I had asked, "did you make a backup of '/etc/rc.config.d/nfsconf' when you changed its settings? If so, did you retain that backup copy in '/etc/rc.config.d'?"&lt;BR /&gt;&lt;BR /&gt;I can't see where you responded to this question.  Please answer this.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 21 Dec 2009 17:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215294#M465773</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-21T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215295#M465774</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am finding below mentioned errors in /var/adm/syslog/syslog.log, this logs are being created while starting "lockmgr" with out stopping "nfs.core" immediately after reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;Dec 21 11:33:11 emdlaghpvm04 /usr/sbin/rpc.lockd[1735]: Cannot get address for transport udp host \1 service lockd&lt;BR /&gt;Dec 21 11:33:11 emdlaghpvm04 /usr/sbin/rpc.lockd[1735]: Cannot establish NLM service over /dev/udp: transport setup problem.&lt;BR /&gt;Dec 21 11:33:11 emdlaghpvm04 /usr/sbin/rpc.lockd[1735]: Cannot get address for transport tcp host \1 service lockd&lt;BR /&gt;Dec 21 11:33:11 emdlaghpvm04 /usr/sbin/rpc.lockd[1735]: Cannot establish NLM service over /dev/tcp: transport setup problem.&lt;BR /&gt;Dec 21 11:33:11 emdlaghpvm04 /usr/sbin/rpc.lockd[1735]: Could not start NLM service for any protocol. Exiting.&lt;BR /&gt;Dec 21 11:33:32 emdlaghpvm04 /usr/sbin/rpc.lockd[1765]: Cannot get address for transport udp host \1 service lockd&lt;BR /&gt;Dec 21 11:33:32 emdlaghpvm04 /usr/sbin/rpc.lockd[1765]: Cannot establish NLM service over /dev/udp: transport setup problem.&lt;BR /&gt;Dec 21 11:33:32 emdlaghpvm04 /usr/sbin/rpc.lockd[1765]: Cannot get address for transport tcp host \1 service lockd&lt;BR /&gt;Dec 21 11:33:32 emdlaghpvm04 /usr/sbin/rpc.lockd[1765]: Cannot establish NLM service over /dev/tcp: transport setup problem.&lt;BR /&gt;Dec 21 11:33:32 emdlaghpvm04 /usr/sbin/rpc.lockd[1765]: Could not start NLM service for any protocol. Exiting.&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Hi sujit,&lt;BR /&gt;&lt;BR /&gt;I am getting below error message when starting "nfs.client"&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfs.client start&lt;BR /&gt;    Starting NFS CLIENT subsystem&lt;BR /&gt;&lt;BR /&gt;ERROR: rpc.lockd not running.  Run "/sbin/init.d/lockmgr start" to start rpc.lockd, exiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi James,&lt;BR /&gt;&lt;BR /&gt;I checked, i did not take any backup of nfsconf.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2009 18:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215295#M465774</guid>
      <dc:creator>senthil_kumar_2</dc:creator>
      <dc:date>2009-12-21T18:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to start the NFS server on HP-UX 11.31 at start up (boot up) automatically</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215296#M465775</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a template copy of nfsconf can be found at /usr/newconfig/etc/rc.config.d/nfsconf,&lt;BR /&gt;&lt;BR /&gt;you shall need to edit that when using as /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;Senthil,&lt;BR /&gt;&lt;BR /&gt;you can add as earlier said to /etc/rc.config.d/nfsconf on the server &lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;also please post the O/p of /etc/default/nfs&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Dec 2009 18:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-the-nfs-server-on-hp-ux-11-31-at-start-up-boot-up/m-p/5215296#M465775</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-12-21T18:37:13Z</dc:date>
    </item>
  </channel>
</rss>

