1832861 Members
2654 Online
110048 Solutions
New Discussion

NFS problem

 
Manuel_8
Advisor

NFS problem

Hello,
I set NFS_CLIENT and NFS_SERVER variables in /etc/rc.config.d/nfsconf to 1 and I execute nfs.client command.
I get the following output:
sbin/init.d/nfs.client start
starting NFS CLIENT networking

starting up the rpcbind
rpcbind already started, using pid: 802
starting up the BIO daemons
/usr/sbin/biod 16
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
starting up the Automount daemon
/usr/sbin/automount -f /etc/auto_master

NFS server (pid17691@/net) not responding still trying
NFS server (pid17691@/net) not responding still trying
NFS server (pid17691@/net) not responding still trying
NFS server (pid17691@/net) not responding still trying
NFS server (pid17691@/net) not responding still trying


I try to set AUTOMOUNT variable to 0 and I heve started the daemons successfully.
Can somebody tell me where is the problem?

Thanks

14 REPLIES 14
U.SivaKumar_2
Honored Contributor

Re: NFS problem

Hi,
What is the cotents of /etc/auto_master file ?.
please paste it.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Manuel_8
Advisor

Re: NFS problem

This File is empty, like the /etc/export file.
My hp-ux is 11.11
U.SivaKumar_2
Honored Contributor

Re: NFS problem

Hi,
please paste /etc/fstab
regards,
U.SivaKumar
Innovations are made when conventions are broken
Manuel_8
Advisor

Re: NFS problem

This is my /etc/fstab file

# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2


thanks
U.SivaKumar_2
Honored Contributor

Re: NFS problem

Hi,
what is the process with PID 17691 ?
ps -ef | grep 17691
regards,
U.SivaKumar
Innovations are made when conventions are broken
Manuel_8
Advisor

Re: NFS problem

If I execute the ps command for find indicate process I see the following output
ps -ef |grep -i 7691
root 11461 9144 3 12:02:29 ttyq3 0:00 grep -i 7691

I hope thet somebady can help me please

Thanks
U.SivaKumar_2
Honored Contributor

Re: NFS problem

Hi,
you left the 1
ps -ef | grep 17691

regards,
U.SivaKumar
Innovations are made when conventions are broken
Manuel_8
Advisor

Re: NFS problem

Yes, I have execute the grep comman whit 17691 pid's number.

U.SivaKumar_2
Honored Contributor

Re: NFS problem

Hi,
Then what is the output of
#ps -ef | grep 17691
regards,
U.SivaKumar
Innovations are made when conventions are broken
Manuel_8
Advisor

Re: NFS problem

ps -ef |grep -i 17691
root 11461 9144 3 12:02:29 ttyq3 0:00 grep -i 17691

I write incorectly before
Sean OB_1
Honored Contributor

Re: NFS problem

Ok, stop the nfs client, and restart it. Then when you get the NFS server not respond, grep for the PID that it shows and let us know what it is.


Also try adding a comment line to the auto_master file and verify that it truly is empty.

Then start the automounter and see if you get the same problem.
Shannon Petry
Honored Contributor

Re: NFS problem

Did you reboot after setting automount to 0? Did you set AUTOFS=1? If you set AUTOFS=1, then your automounter is still running as the new daemon (automound) does not stop with simply stopping the script. Also, ensure that /etc/auto_master is empty, and that it has not been re-created by the system.

Regards,
Shannon
Microsoft. When do you want a virus today?
John Dvorchak
Honored Contributor

Re: NFS problem

Just my 2 cents worth, but you didn't make a copy of /etc/rc.config.d/nfsconf in the /etc/rc.config.d directory did you? If so init will still source it (the old one) on reboot.
If it has wheels or a skirt, you can't afford it.
Sean OB_1
Honored Contributor

Re: NFS problem

Manuel,

Just a reminder to give points out to those who answered your questions. It only takes a moment, and helps make the forums more useful to everyone.

Sean