<?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: NFS mount error &amp;quot;pmap_getmaps rpc problem...&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343852#M81880</link>
    <description>From the commands output, I think that the problem is caused by the firewall enabled on the RH 5 server.&lt;BR /&gt;&lt;BR /&gt;If you really need the firewall enabled there, ensure that you allow incoming traffic to the portmap service and other ports required by NFS (don't remember exactly).&lt;BR /&gt;&lt;BR /&gt;If you don't need the firewall, run:&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;chkconfig iptables off&lt;BR /&gt;&lt;BR /&gt;You should stop your firewall anyway to diagnose the problem, use the service iptables stop command to do that.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Jan 2009 18:07:45 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2009-01-24T18:07:45Z</dc:date>
    <item>
      <title>NFS mount error "pmap_getmaps rpc problem..."</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343849#M81877</link>
      <description>When I issue the following mount command from IP 172.16.40.25 - a RH 3 server, I receive this error:&lt;BR /&gt;mount 172.16.40.40:/u /mnt/u &lt;BR /&gt;Error:  pmap_getmaps rpc problem: RPC: Unable to receive; errno = No route to host &lt;BR /&gt;mount: RPC: Remote system error - No route to host &lt;BR /&gt;&lt;BR /&gt;I have /mnt/u created on 172.16.40.25&lt;BR /&gt;&lt;BR /&gt;On 172.16.40.40 (a RH 5 server), my /etc/exports file shows:&lt;BR /&gt;/u 172.16.40.25(ro) &lt;BR /&gt;/u2 172.16.40.25(ro) &lt;BR /&gt;/dtx 172.16.40.25(ro) &lt;BR /&gt;/v 172.16.40.25(ro) &lt;BR /&gt;&lt;BR /&gt;I have confirmed that nfs was listed in /proc/filesystems as "nodev nfs" on 172.16.40.25 and rpc.rquotad, rpc.mountd and portmap are running.&lt;BR /&gt;&lt;BR /&gt;Any help on this will be assigned points and be much appreciated.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 18:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343849#M81877</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-01-23T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount error "pmap_getmaps rpc problem..."</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343850#M81878</link>
      <description>Ensure that your netmask configuration is correct and you don't have any extrange route in your routing table for both servers.&lt;BR /&gt;&lt;BR /&gt;Please provide the output of the following commands on the RH 3 Server.&lt;BR /&gt;&lt;BR /&gt;ping 172.16.40.40&lt;BR /&gt;rpcinnfo -p 172.16.40.40&lt;BR /&gt;showmount -e 172.16.40.40&lt;BR /&gt;&lt;BR /&gt;And on the RH 5 server:&lt;BR /&gt;&lt;BR /&gt;ping 172.16.40.25&lt;BR /&gt;service iptables status&lt;BR /&gt;getenforce</description>
      <pubDate>Fri, 23 Jan 2009 19:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343850#M81878</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-23T19:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount error "pmap_getmaps rpc problem..."</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343851#M81879</link>
      <description>&lt;!--!*#--&gt;From RH3 server at 172.16.40.25:&lt;BR /&gt;1.   PING 172.16.40.40 (172.16.40.40) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 172.16.40.40: icmp_seq=0 ttl=64 time=0.470 ms&lt;BR /&gt;64 bytes from 172.16.40.40: icmp_seq=1 ttl=64 time=0.169 ms&lt;BR /&gt;Ã²&lt;BR /&gt;--- 172.16.40.40 ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 received, 0% packet loss, time 1011ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.169/0.319/0.470/0.151 ms, pipe 2&lt;BR /&gt;-------&lt;BR /&gt;2.   rpcinfo -p 172.16.40.40&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Remote system error - No route to host&lt;BR /&gt;-------&lt;BR /&gt;3.   showmount -e 172.16.40.40&lt;BR /&gt;mount clntudp_create: RPC: Port mapper failure - RPC: Unable to receive&lt;BR /&gt;========&lt;BR /&gt;On RH 5 server at 172.16.40.40:&lt;BR /&gt;ping 172.16.40.25&lt;BR /&gt;PING 172.16.40.25 (172.16.40.25) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 172.16.40.25: icmp_seq=1 ttl=64 time=0.244 ms&lt;BR /&gt;64 bytes from 172.16.40.25: icmp_seq=2 ttl=64 time=0.235 ms&lt;BR /&gt;64 bytes from 172.16.40.25: icmp_seq=3 ttl=64 time=0.283 ms&lt;BR /&gt;Ã²&lt;BR /&gt;--- 172.16.40.25 ping statistics ---&lt;BR /&gt;3 packets transmitted, 3 received, 0% packet loss, time 2001ms&lt;BR /&gt;------&lt;BR /&gt;2.    service iptables status&lt;BR /&gt;Table: filter&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;num  target     prot opt source               destination&lt;BR /&gt;1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0&lt;BR /&gt;&lt;BR /&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;num  target     prot opt source               destination&lt;BR /&gt;1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0&lt;BR /&gt;&lt;BR /&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;num  target     prot opt source               destination&lt;BR /&gt;&lt;BR /&gt;Chain RH-Firewall-1-INPUT (2 references)&lt;BR /&gt;num  target     prot opt source               destination&lt;BR /&gt;1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0&lt;BR /&gt;2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255&lt;BR /&gt;&lt;BR /&gt;3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0&lt;BR /&gt;4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0&lt;BR /&gt;5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353&lt;BR /&gt;6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631&lt;BR /&gt;7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631&lt;BR /&gt;8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,&lt;BR /&gt;ESTABLISHED&lt;BR /&gt;9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:21&lt;BR /&gt;10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:25&lt;BR /&gt;11   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:22&lt;BR /&gt;12   ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp&lt;BR /&gt;dpt:137&lt;BR /&gt;13   ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp&lt;BR /&gt;dpt:138&lt;BR /&gt;14   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:139&lt;BR /&gt;15   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:445&lt;BR /&gt;16   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:443&lt;BR /&gt;17   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:23&lt;BR /&gt;18   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:80&lt;BR /&gt;19   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:110&lt;BR /&gt;20   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp&lt;BR /&gt;dpt:631&lt;BR /&gt;21   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with ic&lt;BR /&gt;mp-host-prohibited&lt;BR /&gt;&lt;BR /&gt;-------&lt;BR /&gt;3.    getenforce&lt;BR /&gt;Disabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 20:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343851#M81879</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-01-23T20:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount error "pmap_getmaps rpc problem..."</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343852#M81880</link>
      <description>From the commands output, I think that the problem is caused by the firewall enabled on the RH 5 server.&lt;BR /&gt;&lt;BR /&gt;If you really need the firewall enabled there, ensure that you allow incoming traffic to the portmap service and other ports required by NFS (don't remember exactly).&lt;BR /&gt;&lt;BR /&gt;If you don't need the firewall, run:&lt;BR /&gt;&lt;BR /&gt;service iptables stop&lt;BR /&gt;chkconfig iptables off&lt;BR /&gt;&lt;BR /&gt;You should stop your firewall anyway to diagnose the problem, use the service iptables stop command to do that.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Jan 2009 18:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343852#M81880</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-24T18:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount error "pmap_getmaps rpc problem..."</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343853#M81881</link>
      <description>I was able to get one of my filesystems mounted on .25 now that I disabled the firewall on .40 yesterday.   At that time, I could cd to /mnt/u and see the files from that remote system.&lt;BR /&gt;&lt;BR /&gt;However, today the server at .25 seems to hang when i try to cd to /mnt/u.&lt;BR /&gt;&lt;BR /&gt;Here is what my mount command shows now:&lt;BR /&gt;172.16.40.40:/u on /mnt/u type nfs (rw,addr=172.16.40.40)&lt;BR /&gt;&lt;BR /&gt;But when I cd /mnt/u, nothing comes back and my session appears hung.  I see no errors in /var/log/messages from a different session on .25.  Any ideas?&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 18:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-error-quot-pmap-getmaps-rpc-problem-quot/m-p/4343853#M81881</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2009-01-27T18:13:48Z</dc:date>
    </item>
  </channel>
</rss>

