Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
NFS server startup
Name: Vijay Velusamy Date: July 17, 2003 at 12:06:32 Pacific OS: Linux RedHat 8.0 CPU/Ram: P4 Xeon/2GB
Comment:
I am noticing that it takes unusually long (5-6 minutes) for the NFS services to startup (on bootup). This becomes an issue, whenever there is a power outage, and all the clients boot up (within a minute, say) while the server is still starting up the NFS services, thus not mounting the home directories.
Name: C_Legend Date: July 17, 2003 at 15:28:52 Pacific
Reply:
It sounds like it's timing-out to me. Does your NFS server have external mount points, and the network is not yet up and running and therefore it's waiting (or trying) to make that connection?
Summary: You need to have the following things in order to be a working nfs server: 1) Kernel modules nfs and nfsd loaded (assuming you want to use the kernel's nfsd). The additional modules lockd and sunrpc s...
Summary: i've an NFS server running on red hat, as well as 4 other servers mounted and running off this NFS server. what is the correct procedure to shutdown an NFS setup with minimum risk in data lost? ...
Summary: hi freinds, i have a redhat linux8.0 box with me n i want to configure nfs server init. so for that i used cmds in this sequence... exportfs -a chkconfig nfslock on chkconfig portmap on now i try to s...