<?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 Client problems with RedHat 8 or 9 and DL360 G2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017327#M5536</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have exported a filesystem successfully from NFS server to client, but what options I should be using with the mount command to mount it on the client node.&lt;BR /&gt;&lt;BR /&gt;I've used the following command to mount it but it doesn't work, I have also created a temporary mount point, to mount over it.&lt;BR /&gt;&lt;BR /&gt;mount -t nfs ILESYSTEM_NAME:MOUNTPOINT_NAME&lt;BR /&gt;now what is the correct syntax of the above command and do i need to specify the NFS server's node name as well, where the exported filesystem resides.&lt;BR /&gt;&lt;BR /&gt;Please advise&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Apr 2005 23:30:08 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2005-04-12T23:30:08Z</dc:date>
    <item>
      <title>NFS Client problems with RedHat 8 or 9 and DL360 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017325#M5534</link>
      <description>Hello, I'm trying to setup an NFS mount from a Compaq DL360 G2 server to an Compaq DL580 server. I am running  Red Hat Advanced Server on the DL580. On the DL360 G2 I've tried both Redhat 8 and 9. For the NFS Server setup on the DL580, I added a line in /etc/exports to export the filesystem. When I run the command 'exportfs' it shows the ip address and the exported filesystem. I am certain that the server is setup right because I have many compaq evo workstations that have nfs mounts to the DL580 that are working fine. Now, the problem that I have is with the client (running Red Hat 8 or 9). I have added the hostname for the server (DL580) to /etc/hosts. I then created the local directory to use as the mount point. Lastly, I added a line to /etc/fstab to mount the filesystem at boot time. Now, here's the problem. I get a failure from netfs during boot-up. Here's the error:&lt;BR /&gt;&lt;BR /&gt;Using Red Hat 8:&lt;BR /&gt;&lt;BR /&gt;RPC: Port mapper failure - RPC: Unable to receive.&lt;BR /&gt;&lt;BR /&gt;Using Red Hat 9:&lt;BR /&gt;&lt;BR /&gt;RPC: Remote system error - No route to host.&lt;BR /&gt;&lt;BR /&gt;Here's the strange part:&lt;BR /&gt;&lt;BR /&gt;I can ping from the NFS Client to NFS Server&lt;BR /&gt;&lt;BR /&gt;After the boot NFS mount failures, I can manually mount the filesystem with no problem.&lt;BR /&gt;i.e. mount -t nfs enwgs-asvr1:/backup /backup&lt;BR /&gt;&lt;BR /&gt;Also after the boot NFS mount failures, I can&lt;BR /&gt;restart the netfs service and the NFS mount works fine. So, netfs fails w/ NFS mounts during the normal boot sequence, but works fine&lt;BR /&gt;when restarted after boot-up!&lt;BR /&gt;&lt;BR /&gt;Could there be an issue with the firewall on the client? I am pretty certain that I have everything setup right on the client and server because I've done this before without problems.&lt;BR /&gt;(but not with a DL360 G2 as client). I really don't understand how the NFS client mount can fail during boot, but then work fine when mounted manually after bootup. Any ideas or suggestions would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Tony Rossomano&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 03:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017325#M5534</guid>
      <dc:creator>Tony Rossomano_2</dc:creator>
      <dc:date>2003-07-08T03:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client problems with RedHat 8 or 9 and DL360 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017326#M5535</link>
      <description>Two things come to mind.  Yes, firewall.  What are you using on the DL360?&lt;BR /&gt;&lt;BR /&gt;2nd is name resolution.  Using RH8, the Named service doesn't seem to want to respond to requests for a while.  Is the name 'nwgs-asvr1' in the hosts file on the client?&lt;BR /&gt;&lt;BR /&gt;You said you were using an IP address in the server's /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;You've gone through the /var/log/messages on the client to make sure tehre aren't any other errors, right?</description>
      <pubDate>Tue, 08 Jul 2003 03:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017326#M5535</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-08T03:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client problems with RedHat 8 or 9 and DL360 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017327#M5536</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have exported a filesystem successfully from NFS server to client, but what options I should be using with the mount command to mount it on the client node.&lt;BR /&gt;&lt;BR /&gt;I've used the following command to mount it but it doesn't work, I have also created a temporary mount point, to mount over it.&lt;BR /&gt;&lt;BR /&gt;mount -t nfs ILESYSTEM_NAME:MOUNTPOINT_NAME&lt;BR /&gt;now what is the correct syntax of the above command and do i need to specify the NFS server's node name as well, where the exported filesystem resides.&lt;BR /&gt;&lt;BR /&gt;Please advise&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 23:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017327#M5536</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2005-04-12T23:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client problems with RedHat 8 or 9 and DL360 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017328#M5537</link>
      <description>check these commands&lt;BR /&gt;showmount -e &lt;SERVERIP&gt;&lt;BR /&gt;rpcinfo -p &lt;SERVERIP&gt;&lt;BR /&gt;also ref to &lt;A href="https://bugzilla.redhat.com/beta/show_bug.cgi?id=107999" target="_blank"&gt;https://bugzilla.redhat.com/beta/show_bug.cgi?id=107999&lt;/A&gt;&lt;BR /&gt;&lt;/SERVERIP&gt;&lt;/SERVERIP&gt;</description>
      <pubDate>Wed, 13 Apr 2005 02:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017328#M5537</guid>
      <dc:creator>Srikanth A_1</dc:creator>
      <dc:date>2005-04-13T02:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client problems with RedHat 8 or 9 and DL360 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017329#M5538</link>
      <description>Thanks guys, I have managed to get it working.&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Wed, 13 Apr 2005 19:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-client-problems-with-redhat-8-or-9-and-dl360-g2/m-p/3017329#M5538</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2005-04-13T19:10:49Z</dc:date>
    </item>
  </channel>
</rss>

