<?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 do I turn on NFS Server on Linux ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107562#M7581</link>
    <description>To set up the service you may need to use this command:&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 345 nfs on&lt;BR /&gt;&lt;BR /&gt;Most Linux installs already have that step done though.&lt;BR /&gt;&lt;BR /&gt;Let me know how it turns out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
    <pubDate>Fri, 31 Oct 2003 12:19:27 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-10-31T12:19:27Z</dc:date>
    <item>
      <title>How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107560#M7579</link>
      <description>I'm bumbling my way along on my first Linux machine.&lt;BR /&gt;&lt;BR /&gt;I'm getting the following error on my HP-UX client:&lt;BR /&gt;&lt;BR /&gt;# mount 172.20.209.22:/var/tomcat4/invoicingXML /tmp/dummy&lt;BR /&gt;nfs mount: get_fh: 172.20.209.22:: RPC: Program not registered&lt;BR /&gt;nfs mount: get_fh: 172.20.209.22:: RPC: Program not registered&lt;BR /&gt;nfs mount: retry: retrying(1) for: /tmp/dummy after 5 seconds&lt;BR /&gt;nfs mount: retry: giving up on: /tmp/dummy&lt;BR /&gt;you have mail in /var/mail/root&lt;BR /&gt;&lt;BR /&gt;I take this to mean that RPC or NFS Server is not started on the Linux Server.&lt;BR /&gt;&lt;BR /&gt;Here is what I'm running on Linux:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ps -ef | grep rpc&lt;BR /&gt;rpc        582     1  0 Sep09 ?        00:00:00 [portmap]&lt;BR /&gt;rpcuser    610     1  0 Sep09 ?        00:00:00 [rpc.statd]&lt;BR /&gt;root      1088     1  0 Sep09 ?        00:00:00 rpc.rstatd&lt;BR /&gt;root      4681  4243  0 11:55 pts/3    00:00:00 grep rpc&lt;BR /&gt;&lt;BR /&gt;How do I start this stuff on Linux?&lt;BR /&gt;&lt;BR /&gt;On HP-UX I:&lt;BR /&gt;1.  cd /etc/rc.config.d/ &lt;BR /&gt;2.  vi nfsconf&lt;BR /&gt;..........Set parameters the way I want them&lt;BR /&gt;3.  /sbin/init.d/nfs.server start</description>
      <pubDate>Fri, 31 Oct 2003 12:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107560#M7579</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-10-31T12:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107561#M7580</link>
      <description>On Linux&lt;BR /&gt;&lt;BR /&gt;service nfs start&lt;BR /&gt;&lt;BR /&gt;You will need an /etc/exports file&lt;BR /&gt;&lt;BR /&gt;To restart&lt;BR /&gt;&lt;BR /&gt;service nfs restart&lt;BR /&gt;&lt;BR /&gt;or /etc/init.d/nfs start&lt;BR /&gt;/etc/init.d/nfs restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 31 Oct 2003 12:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107561#M7580</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-31T12:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107562#M7581</link>
      <description>To set up the service you may need to use this command:&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 345 nfs on&lt;BR /&gt;&lt;BR /&gt;Most Linux installs already have that step done though.&lt;BR /&gt;&lt;BR /&gt;Let me know how it turns out.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Fri, 31 Oct 2003 12:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107562#M7581</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-31T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107563#M7582</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is a small page on step by step setting up your server :&lt;BR /&gt;&lt;A href="http://www.europe.redhat.com/documentation/rhl9/rhl-rg-en-9/s1-nfs-server-config.php3" target="_blank"&gt;http://www.europe.redhat.com/documentation/rhl9/rhl-rg-en-9/s1-nfs-server-config.php3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Fri, 31 Oct 2003 12:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107563#M7582</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-10-31T12:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107564#M7583</link>
      <description>Stuart, &lt;BR /&gt;Generally the RPC: Program Not Registered denotes the portmapper is not working correctly.  Either the portmapper is not restarted after the changes or it is not running at all.&lt;BR /&gt;&lt;BR /&gt;Try,&lt;BR /&gt;service nfs stop; service nfs start;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Fri, 31 Oct 2003 12:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107564#M7583</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-10-31T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107565#M7584</link>
      <description>Hi, Stuart.&lt;BR /&gt;You should note that the startup scenario is very similar to that under hpux.&lt;BR /&gt; &lt;BR /&gt;'service' is simply a script that executes the familiar (to us hpux guys) startup script. The "init.d" directory can be in various places depending on the Linux distribution, e.g.,&lt;BR /&gt;... /etc/init.d&lt;BR /&gt;... /etc/rc.d/init.d&lt;BR /&gt; &lt;BR /&gt;Umapathy is correct about 'portmapper', also:&lt;BR /&gt; &lt;BR /&gt;Here is an example on my 6.2 RH system where NFS is not automatically started.  herman, mandy, and winky are linux servers -- winky will be NFS server in this example (note that I have put periods at beginning of output) :&lt;BR /&gt; &lt;BR /&gt;winky ## ll /init.d | sed 's/^/. /' | sed 's/    */  /g'&lt;BR /&gt;. lrwxrwxrwx  1 root  root  12 Dec  6  2000 /init.d -&amp;gt; /sbin/init.d&lt;BR /&gt;winky ## ll /sbin/init.d | sed 's/^/. /' | sed 's/    */  /g'&lt;BR /&gt;. lrwxrwxrwx  1 root  root  16 Oct 25  2000 /sbin/init.d -&amp;gt; /etc/rc.d/init.d&lt;BR /&gt;winky ## cat /etc/exports    | sed 's/^/. /'&lt;BR /&gt;. /cdrom *(ro,no_root_squash)&lt;BR /&gt;. /var/tmp *(rw,no_root_squash)&lt;BR /&gt;winky ## exportfs -v   # nothing exported yet :)&lt;BR /&gt;winky ## /init.d/portmap start&lt;BR /&gt;winky ## /init.d/nfs start&lt;BR /&gt;winky ## /init.d/nfslock start&lt;BR /&gt;winky ## exportfs -v |sed 's/^/. /'&lt;BR /&gt;. /mnt/cdrom            *(ro,async,wdelay,no_root_squash)&lt;BR /&gt;. /var/tmp              *(rw,async,wdelay,no_root_squash)&lt;BR /&gt;mandy-DEB ## rpcinfo -p winky | sed 's/^/. /'&lt;BR /&gt;.    program vers proto   port&lt;BR /&gt;.     100000    2   tcp    111  portmapper&lt;BR /&gt;.     100000    2   udp    111  portmapper&lt;BR /&gt;.     100011    1   udp    683  rquotad&lt;BR /&gt;.     100011    2   udp    683  rquotad&lt;BR /&gt;.     100005    1   udp    691  mountd&lt;BR /&gt;.     100005    1   tcp    693  mountd&lt;BR /&gt;.     100005    2   udp    696  mountd&lt;BR /&gt;.     100005    2   tcp    698  mountd&lt;BR /&gt;.     100003    2   udp   2049  nfs&lt;BR /&gt;.     100003    3   udp   2049  nfs&lt;BR /&gt;.     100021    1   udp   1026  nlockmgr&lt;BR /&gt;.     100021    3   udp   1026  nlockmgr&lt;BR /&gt;.     100024    1   udp    733  status&lt;BR /&gt;.     100024    1   tcp    735  status&lt;BR /&gt;linux1 ## mount -o ro,bg,intr,soft winky:/mnt/cdrom /mnt/cdrom &lt;BR /&gt;linux1 ## mount | grep winky | sed 's/^/. /'&lt;BR /&gt;. winky:/mnt/cdrom on /mnt/cdrom type nfs (ro,bg,intr,soft,addr=192.168.1.7)&lt;BR /&gt;linux1 ## ls -l /cdrom/ | sed 's/^/. /' | grep -v total | head -5 &lt;BR /&gt;. -rw-r--r--   8 root     root        18385 Sep  7  1999 COPYING&lt;BR /&gt;. -rw-r--r--   9 root     root         3400 Mar  8  2000 README&lt;BR /&gt;. -rw-r--r--  18 root     root        16300 Mar  8  2000 RELEASE-NOTES&lt;BR /&gt;. -rw-r--r--   8 root     root         1908 Sep 25  1999 RPM-GPG-KEY&lt;BR /&gt;. drwxrwxr-x   5 root     root         2048 Mar  8  2000 RedHat&lt;BR /&gt;linux1 ## umount /mnt/cdrom&lt;BR /&gt;linux1 ## ls -l /cdrom/ | sed 's/^/  /' | grep -v total&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;bv</description>
      <pubDate>Mon, 03 Nov 2003 10:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107565#M7584</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2003-11-03T10:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I turn on NFS Server on Linux ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107566#M7585</link>
      <description>Ooops.&lt;BR /&gt;Too much apache for dinner.&lt;BR /&gt; &lt;BR /&gt;The NFS unknown or anonymous user id isn't "nobody", but actually "-2" ( = 65534 16-bit ).&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;bv</description>
      <pubDate>Mon, 03 Nov 2003 16:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-turn-on-nfs-server-on-linux/m-p/3107566#M7585</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2003-11-03T16:40:51Z</dc:date>
    </item>
  </channel>
</rss>

