<?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 on Client Error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481013#M16231</link>
    <description>see if portmap service is running&lt;BR /&gt;service portmap status &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it's stopped you should start it with&lt;BR /&gt;service portmap start</description>
    <pubDate>Tue, 08 Feb 2005 10:22:05 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2005-02-08T10:22:05Z</dc:date>
    <item>
      <title>NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481012#M16230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to NFS Mount a filesystem from one server to the other.  I export successfuly on the source with exportfs -a&lt;BR /&gt;&lt;BR /&gt;When I get over to the client and try to mount the filesystem with:&lt;BR /&gt;&lt;BR /&gt;mount &lt;SOURCE name=""&gt;:/u11 /u11&lt;BR /&gt;&lt;BR /&gt;I get the following error:&lt;BR /&gt;&lt;BR /&gt;mount: RPC: Unable to receive; errno = Connection refused&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what this is complaining about?  &lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;-Ken&lt;/SOURCE&gt;</description>
      <pubDate>Tue, 08 Feb 2005 09:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481012#M16230</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-02-08T09:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481013#M16231</link>
      <description>see if portmap service is running&lt;BR /&gt;service portmap status &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it's stopped you should start it with&lt;BR /&gt;service portmap start</description>
      <pubDate>Tue, 08 Feb 2005 10:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481013#M16231</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-02-08T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481014#M16232</link>
      <description>that was already running.  That wasn't the issue it appears</description>
      <pubDate>Tue, 08 Feb 2005 10:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481014#M16232</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-02-08T10:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481015#M16233</link>
      <description>what is the output of rcpinfo -p &lt;HOSTNAME&gt;?&lt;BR /&gt;IF you have iptables running -try to close it...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 08 Feb 2005 10:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481015#M16233</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-02-08T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481016#M16234</link>
      <description>rpcinfo -p &lt;HOSTNAME&gt;  &lt;BR /&gt;&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;    100024    1   udp   1024  status&lt;BR /&gt;    100024    1   tcp  32768  status&lt;BR /&gt;    391002    2   tcp  32769  sgi_fam&lt;BR /&gt;    100021    1   udp   1051  nlockmgr&lt;BR /&gt;    100021    3   udp   1051  nlockmgr&lt;BR /&gt;    100021    4   udp   1051  nlockmgr&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 08 Feb 2005 11:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481016#M16234</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-02-08T11:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Mount on Client Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481017#M16235</link>
      <description>I'm all set on this....&lt;BR /&gt;&lt;BR /&gt;I figured out why this was happening.   NFS Service wasn't started on server source.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 12:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mount-on-client-error/m-p/3481017#M16235</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-02-08T12:22:32Z</dc:date>
    </item>
  </channel>
</rss>

