Wednesday, March 10, 2010

Nfs Server configuration

Nfs Server Configuration :
===========================
1>vim /etc/exports
2> /home 192.168.0.0/255.255.255.0(rw,sync)
3>open /etc/hosts.deny:
then portmap:ALL
4>Then for indivisual network address open /etc/hosts.allow:
and add portmap: 192.168.0.1 , 192.168.0.2
5>ps aux | grep portmap
6>service portmap restart.
chkconfig portmap on
7>rpcinfo -p
8>service nfs restart
chkconfig nfs on
9>showmount -e localhost or the ip address of the host

No comments: