If your redhat NFS client takes too long to mount, but it does mount the shares, it may need portmap to be turned on:
# chkconfig –level 2345 portmap on
# /etc/init.d/portmap start
This will make the mounts come up almost instantly
122/433
some Unix notes
If your redhat NFS client takes too long to mount, but it does mount the shares, it may need portmap to be turned on:
# chkconfig –level 2345 portmap on
# /etc/init.d/portmap start
This will make the mounts come up almost instantly
122/433