<?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: Not able to mount the NFS drive - Help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667300#M20519</link>
    <description>Are you able to ping / nslookup to NFS server? Connection refused is saying that "NFS Server daemon may not be running on NFS Server machine" also.&lt;BR /&gt;&lt;BR /&gt;Are you able to mount NFS Server's FS with some other machine? Post reponse for this.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
    <pubDate>Wed, 09 Nov 2005 00:44:19 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-11-09T00:44:19Z</dc:date>
    <item>
      <title>Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667298#M20517</link>
      <description>Hi,&lt;BR /&gt;I have this NFS mount-point hosted by my OpenVMS server and now I can't seem to mount from my Linux server.  Here is the error message, " mount /backup&lt;BR /&gt;mount: RPC: Unable to receive; errno = Connection refused "&lt;BR /&gt;&lt;BR /&gt;I checked the credentials for both environments and they appear to be correct.  I don;t know when it was dismount until I check it today.  This setup has been working for the last 2 years and not sure why it stopped working now.  Anyone has any ideas on how I can fix this??&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jasper</description>
      <pubDate>Tue, 08 Nov 2005 23:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667298#M20517</guid>
      <dc:creator>Jasper_15</dc:creator>
      <dc:date>2005-11-08T23:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667299#M20518</link>
      <description>does linuc nfs client allowed to mount that NFS share?? check it.</description>
      <pubDate>Wed, 09 Nov 2005 00:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667299#M20518</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-09T00:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667300#M20519</link>
      <description>Are you able to ping / nslookup to NFS server? Connection refused is saying that "NFS Server daemon may not be running on NFS Server machine" also.&lt;BR /&gt;&lt;BR /&gt;Are you able to mount NFS Server's FS with some other machine? Post reponse for this.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 09 Nov 2005 00:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667300#M20519</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-09T00:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667301#M20520</link>
      <description>Yes, I can ping the host and all.  I even have the other server in my /etc/hosts file as well.  I can even do ftp to the other server without any issues.  I am confused.  Do you think it might be a service that currently not running on my OpenVMS server?  if so, what would that be?</description>
      <pubDate>Wed, 09 Nov 2005 08:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667301#M20520</guid>
      <dc:creator>Jasper_15</dc:creator>
      <dc:date>2005-11-09T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667302#M20521</link>
      <description>From the client run:&lt;BR /&gt;&lt;BR /&gt;rpcinfo -p ip_of_nfs_server&lt;BR /&gt;showmount -e ip_of_nfs_server&lt;BR /&gt;&lt;BR /&gt;Verify that the name resolution is working correctly, check DNS and hosts files.&lt;BR /&gt;&lt;BR /&gt;On the server, verify that the nfs and portmap services are running.</description>
      <pubDate>Wed, 09 Nov 2005 09:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667302#M20521</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-09T09:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667303#M20522</link>
      <description>Here are the results from the Linux server;&lt;BR /&gt;&lt;BR /&gt;rpcinfo -p 171.168.1.11&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;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;&lt;BR /&gt;showmount -e 172.168.1.11&lt;BR /&gt;rpc mount export: RPC: Unable to receive; errno = Connection refused&lt;BR /&gt;&lt;BR /&gt;Where else can I do?&lt;BR /&gt;&lt;BR /&gt;Many thanks!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 12:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667303#M20522</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-11-09T12:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667304#M20523</link>
      <description>I think that you should restart nfs services, I don't see the mountd running in the output of rpcinfo.</description>
      <pubDate>Wed, 09 Nov 2005 12:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667304#M20523</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-09T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to mount the NFS drive - Help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667305#M20524</link>
      <description>i think there is some problem with the port</description>
      <pubDate>Mon, 06 Mar 2006 00:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/not-able-to-mount-the-nfs-drive-help/m-p/3667305#M20524</guid>
      <dc:creator>Bishnu Narayan Batas</dc:creator>
      <dc:date>2006-03-06T00:40:16Z</dc:date>
    </item>
  </channel>
</rss>

