<?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: Can't startup service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445522#M15431</link>
    <description>hi Peter,&lt;BR /&gt;&lt;BR /&gt;first check whether you have correct runlevel setting:&lt;BR /&gt;&lt;BR /&gt;chkconfig --list | grep nfs&lt;BR /&gt;you should see somthing like this&lt;BR /&gt;&lt;BR /&gt;nfs 0:off 1:off  2:off 3:on 4:off 5:off 6:0ff  &lt;BR /&gt;&lt;BR /&gt;if nfs is off on runlevel you boot, enable that by :&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 3 nfs on  &lt;BR /&gt;&lt;BR /&gt;(the principle is about adding start/stop links to rcx.d  which start/stop service form init.d, therefore adding only nfs to init.d isn't sufficient)&lt;BR /&gt;&lt;BR /&gt;rgds Jan&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Dec 2004 05:36:24 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2004-12-17T05:36:24Z</dc:date>
    <item>
      <title>Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445516#M15425</link>
      <description>I have already add the nfs to the path /etc/rc.d/init.d , but still can't startup when the server reboot , could suggest what is wrong ? thx &lt;BR /&gt;&lt;BR /&gt;#ll nfs&lt;BR /&gt;-rwxr-xr-x    1 root     root         4522 Aug  1  2002 nfs&lt;BR /&gt;# pwd&lt;BR /&gt;/etc/rc.d/init.d</description>
      <pubDate>Thu, 16 Dec 2004 21:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445516#M15425</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-12-16T21:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445517#M15426</link>
      <description>did symbolic links get made into /etc/rc.d/rc3.d/ or whatever run level's you are using?&lt;BR /&gt;&lt;BR /&gt;if you're on a RH machine, using the command 'chkconfig --add nfs' will do it for you (if it's set up right), otherwise you'll need to manually create '/etc/rc.d/rc3.d/S60nfs' (or some such) to make sure it starts when the system hits run-level 3.</description>
      <pubDate>Thu, 16 Dec 2004 21:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445517#M15426</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-12-16T21:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445518#M15427</link>
      <description>thx reply , if I use chkconfig , do the services (nfs) will also auto start when system restart ? I use RH linux . thx</description>
      <pubDate>Fri, 17 Dec 2004 00:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445518#M15427</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-12-17T00:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445519#M15428</link>
      <description>It should do.&lt;BR /&gt;&lt;BR /&gt;chkconfig --list nfs&lt;BR /&gt;&lt;BR /&gt;it should report that run levels 345 are ':on'.  Runlevels 0126 are off.  This is a good thing.</description>
      <pubDate>Fri, 17 Dec 2004 01:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445519#M15428</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-12-17T01:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445520#M15429</link>
      <description>First try to start nfs when server is up ?&lt;BR /&gt;Is there any error ?&lt;BR /&gt;use ps -ax|grep nfs &lt;BR /&gt;Is there nfs daemon ?&lt;BR /&gt; &lt;BR /&gt;Secound  &lt;BR /&gt;When your server start did you see messege like: &lt;BR /&gt;Starting NFS server or similar ?&lt;BR /&gt;&lt;BR /&gt;Did you check /var/log/messages for error ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 03:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445520#M15429</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2004-12-17T03:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445521#M15430</link>
      <description>redhat : "chkconfig mysqld on" or "ntsysv"&lt;BR /&gt;suse: "chkconfig -s mysqld on" or "yast-&amp;gt;system-&amp;gt;runlevel editor"</description>
      <pubDate>Fri, 17 Dec 2004 04:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445521#M15430</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2004-12-17T04:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445522#M15431</link>
      <description>hi Peter,&lt;BR /&gt;&lt;BR /&gt;first check whether you have correct runlevel setting:&lt;BR /&gt;&lt;BR /&gt;chkconfig --list | grep nfs&lt;BR /&gt;you should see somthing like this&lt;BR /&gt;&lt;BR /&gt;nfs 0:off 1:off  2:off 3:on 4:off 5:off 6:0ff  &lt;BR /&gt;&lt;BR /&gt;if nfs is off on runlevel you boot, enable that by :&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 3 nfs on  &lt;BR /&gt;&lt;BR /&gt;(the principle is about adding start/stop links to rcx.d  which start/stop service form init.d, therefore adding only nfs to init.d isn't sufficient)&lt;BR /&gt;&lt;BR /&gt;rgds Jan&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Dec 2004 05:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445522#M15431</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-12-17T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't startup service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445523#M15432</link>
      <description>yet another info&lt;BR /&gt;&lt;BR /&gt;if you are using only nfs client,only running portmaper (AKA rcpbind) is needed&lt;BR /&gt;&lt;BR /&gt;on server side must be running&lt;BR /&gt;&lt;BR /&gt;mountd  (AKA rpc.mountd)&lt;BR /&gt;nfslock  (AKA rcp.lockd)&lt;BR /&gt;status    (AKA nfstat or rpc.statd)&lt;BR /&gt;nfsserver  (AKA nfs, nfsd)&lt;BR /&gt;nfs_acl&lt;BR /&gt;&lt;BR /&gt;get it rpcinfo -p  IP of server&lt;BR /&gt;&lt;BR /&gt;nfstat you can get by &lt;BR /&gt;&lt;BR /&gt;nfstat -s&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Fri, 17 Dec 2004 05:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-service/m-p/3445523#M15432</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-12-17T05:45:42Z</dc:date>
    </item>
  </channel>
</rss>

