<?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 NFS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568904#M84883</link>
    <description>Red Hat Enterprise Linux&lt;BR /&gt;Server A and Server B&lt;BR /&gt;Server B has configured the /etc/exports:&lt;BR /&gt;/opt/LC/prod/TMP        Ita1(rw,sync) Ita2(rw,sync)&lt;BR /&gt;&lt;BR /&gt;Ita1 and Ita2 are properly maped in /etc_/hosts.&lt;BR /&gt;&lt;BR /&gt;And I have executed the exportfs -a command without error.&lt;BR /&gt;&lt;BR /&gt;I go to server A and try to mount the NFS /opt/LC/prod/TMP, bur I receive the following error:&lt;BR /&gt;&lt;BR /&gt;[root@Ita1 root]# mount 172.16.110.17:/opt/LC/prod/TMP /apptmp/pruebas&lt;BR /&gt;mount: RPC: Program not registered&lt;BR /&gt;&lt;BR /&gt;Any idea bout it?</description>
    <pubDate>Wed, 22 Jun 2005 17:46:52 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2005-06-22T17:46:52Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568904#M84883</link>
      <description>Red Hat Enterprise Linux&lt;BR /&gt;Server A and Server B&lt;BR /&gt;Server B has configured the /etc/exports:&lt;BR /&gt;/opt/LC/prod/TMP        Ita1(rw,sync) Ita2(rw,sync)&lt;BR /&gt;&lt;BR /&gt;Ita1 and Ita2 are properly maped in /etc_/hosts.&lt;BR /&gt;&lt;BR /&gt;And I have executed the exportfs -a command without error.&lt;BR /&gt;&lt;BR /&gt;I go to server A and try to mount the NFS /opt/LC/prod/TMP, bur I receive the following error:&lt;BR /&gt;&lt;BR /&gt;[root@Ita1 root]# mount 172.16.110.17:/opt/LC/prod/TMP /apptmp/pruebas&lt;BR /&gt;mount: RPC: Program not registered&lt;BR /&gt;&lt;BR /&gt;Any idea bout it?</description>
      <pubDate>Wed, 22 Jun 2005 17:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568904#M84883</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-22T17:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568905#M84884</link>
      <description>A few things to try on the servers..&lt;BR /&gt;&lt;BR /&gt;On ServerB:&lt;BR /&gt;&lt;BR /&gt;Check the firewall (iptables -nvL), making sure that port 111 is allowed through (this is the 'portmap' service).&lt;BR /&gt;&lt;BR /&gt;Also make sure that the portmap service is running ('service portmap status'), as is the NFS service ('service nfs status').  Whilst not required, it's a good idea to have the NFSLock service as well ('service nfslock status').  If any of these services aren't running, stop them all, then start them in the following order:&lt;BR /&gt;&lt;BR /&gt;portmap&lt;BR /&gt;nfs&lt;BR /&gt;nfslock&lt;BR /&gt;&lt;BR /&gt;It's important not to start 'nfs' prior to 'portmap'.  &lt;BR /&gt;&lt;BR /&gt;Once that's done, issue the command 'rpcinfo -p localhost'.  You should see a list of available RPC services, including a number of 'nfsd' and 'mountd'.&lt;BR /&gt;&lt;BR /&gt;On ServerA:&lt;BR /&gt;&lt;BR /&gt;We just need to make sure that those RPC services are available fron the other server, so issue 'rpcinfo -p ita2'. (I assume 'ServerB' is 'ita2' ?).  You should see the same output.  If not, then one of the steps above hasn't been done.&lt;BR /&gt;&lt;BR /&gt;Also, when you're doing the mount, if 'ita1' and 'ita2' are in the hosts files, why aren't  you just using 'mount ita2:/opt/LC/prod/TMP /apptmp/pruebas' ?</description>
      <pubDate>Wed, 22 Jun 2005 18:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568905#M84884</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-22T18:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568906#M84885</link>
      <description>Solved. &lt;BR /&gt;Really good and exact solution.&lt;BR /&gt;THANK YOU!</description>
      <pubDate>Wed, 22 Jun 2005 19:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs/m-p/3568906#M84885</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-22T19:05:04Z</dc:date>
    </item>
  </channel>
</rss>

