1752294 Members
4787 Online
108786 Solutions
New Discussion юеВ

Re: nfs ploblem

 
huaxiang
Frequent Advisor

nfs ploblem


1. share/data2 on jfdb: jfdb#[/]share -o rw /data2

2.mount /data2 from jfdb :jfapp#[/]mount 10.1.0.17:/data2 /jfdbdata2
nfs mount: 10.1.0.17: : RPC: Program not registered
nfs mount: retrying: /jfdbdata2
nfs mount: giving up on: /jfdbdata2
6 REPLIES 6
AwadheshPandey
Honored Contributor

Re: nfs ploblem

have you started nfs services on client.
/sbin/init.d/nfs.client start
It's kind of fun to do the impossible
sreekanthtm
Trusted Contributor

Re: nfs ploblem

Hi,

Try this...

On the server
# share -F nfs -o rw /data2

then Client
# mount 10.1.0.17:/data2 /jfdbdata2

Rgds
Sreekatnh
huaxiang
Frequent Advisor

Re: nfs ploblem

problem solved ,


in /etc/rc.config.d/nfsconf;
NFS_SERVER="0",CHANGE TO "1",
then restart NFS_SERVER.


THANK U

sreekanthtm
Trusted Contributor

Re: nfs ploblem

One more doubt....

please post o/p of the cmmnd on both the servers

# ps -ef | grep -i nfs

Rgds
Sreekanth
huaxiang
Frequent Advisor

Re: nfs ploblem

how to make the NFS config remains after system reboot ?
sreekanthtm
Trusted Contributor

Re: nfs ploblem

Hi,

What you did is correct only, ie;

Edit /etc/rc.config.d/nfsconf
NFS_SERVER="0",CHANGE TO "1"

Nothing more......

Cheers
Sreekanth