Operating System - Linux
1830057 Members
2131 Online
109998 Solutions
New Discussion

Re: NFS daemon don't launch in HP-UX 11.00

 
SOLVED
Go to solution

NFS daemon don't launch in HP-UX 11.00

At the beginning of Server the NFS don't start
So the system try a lot of many times to do it.

What do I do, so skip it or resolve it?

Thank you very much for your answer.

Best regards
Arnaud (I'm french, so excuse me for erratum in my language ;) )
Administrator Unix
2 REPLIES 2
Seb_4
Valued Contributor
Solution

Re: NFS daemon don't launch in HP-UX 11.00

Arnaud,

Troubleshooting why the daemons are not starting is not my area... but stoping the deamons to load on boot is pretty simple:

Locate your simbolic link from the /etc/rc.d/rc#.d to these two files:
nfs
nfslock

The /etc/rc.d/rc#.d directories are the where the scripts are located in order to be started during boot, the # (1,2,3,4,5) means the init level from which the script will be executed.

Hope this helps,
Seb
Omololu Shobayo
Frequent Advisor

Re: NFS daemon don't launch in HP-UX 11.00

trobleshooting NFs could be simple as well as difficult.

To do this. You need to make sure your server can resolve well.
i.e nslookup "servername"

nslookup "ipaddress" are all correct.

then the file /etc/rc.config.d/nfsconf should be edited.

NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4

and

I am very sure START_MOUNTD=1 and should be kept as 1

save the file and run

/sbin/init.d/nfs.server start

let's see if it resolves your problem or not.