An interesting NFS mounting problem

Zhou, Jingchen jingchen at slac.stanford.edu
Wed Oct 10 21:43:04 UTC 2007


By default, I have the following:
 
ls -all /etc/rc3.d/S99local
lrwxrwxrwx  1 root root 11 Jun 29 18:41 /etc/rc3.d/S99local -> ../rc.local
 
cat /etc/rc3.d/S99local
#!/bin/sh
touch /var/lock/subsys/local
 

________________________________

From: redhat-sysadmin-list-bounces at redhat.com on behalf of Howard, Chris
Sent: Wed 10/10/2007 2:27 PM
To: redhat-sysadmin-list at redhat.com
Subject: RE: An interesting NFS mounting problem




On one of my systems I have a network card that requires some diddling
during the bootup.   I put the diddling in rc.local as I recall.
That means that my network really isn't up until rc.local has been run.

You don't happen to have something goofy like that going on do you?
Because it sounds like the network isn't completely up by the
time the NFS script starts.


-----Original Message-----
From: redhat-sysadmin-list-bounces at redhat.com
[mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Zhou,
Jingchen
Sent: Wednesday, October 10, 2007 12:03 PM
To: redhat-sysadmin-list at redhat.com
Subject: RE: An interesting NFS mounting problem

Tried to use IPs on both server and client. Still not working. Thanks.

________________________________

From: redhat-sysadmin-list-bounces at redhat.com on behalf of anil rathod
Sent: Tue 10/9/2007 7:56 PM
To: redhat-sysadmin-list at redhat.com
Subject: Re: An interesting NFS mounting problem


Make the entry of your clients into your server's /etc/hosts
  vi /etc/hosts
     nfsclient1      *** IP  of client ***


On 10/10/07, Zhou, Jingchen <jingchen at slac.stanford.edu > wrote:

        I am having a problem to mount a NFS volume /home (exported by a
RHEL4 server nfs0) on a NFS client which is also RHEL4.
       
        The server (nfs0) is configured as such
        $ cat /etc/exports
        /home nfsclient1(rw)
       
        and the client (nfsclient1) as such:
        #cat /etc/fstab
        nfs0:/home            /home           nfs     defaults        0
0
       
        When the client boots up, I get the following error message:
       
        "Mounting NFS filesystems: mount: mount to NFS server 'nfs0'
failed: System Error: No route to host."
       
        However, I have no problem to ping the server (nfs0) from
nfsclient1 and I also can mount /home manually via e.g. "mount /home"
from command line.
       
        Am I missing any?
       
        Thanks,
        JC
       
       
        --
        redhat-sysadmin-list mailing list
        redhat-sysadmin-list at redhat.com
        https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list
       




--
Thanks and Regards,
   ANIL RATHOD
Red Hat Certified Engineer (RHCE)
_________________________
Linux System Administrator  
Kalinga Data Link Pvt. Ltd.
Pune-Satara Road, Pune - 411037 India.

Mob.No. 9860062917
________________________________

--
redhat-sysadmin-list mailing list
redhat-sysadmin-list at redhat.com
https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list






More information about the redhat-sysadmin-list mailing list