Operating System - HP-UX
1753536 Members
5779 Online
108795 Solutions
New Discussion юеВ

skipping part of the hpux bootup sequence

 
SOLVED
Go to solution
JOHN TURNER_2
Frequent Advisor

skipping part of the hpux bootup sequence

hi

i was wondering whether there is a way to skip one of the checks hpux does when the system boots up. I have just rebuilt a hpux 11.23 server, and on reboot, it gets to trying to start NFS and just keeps probing for it, but doesn't get any further. Can i skip this check , as there is and will be no NFS runnning on this server

cheers
John
GUI's are for wimps!
8 REPLIES 8
Pete Randall
Outstanding Contributor
Solution

Re: skipping part of the hpux bootup sequence

John,

Change /etc/rc.config.d/nfsconf. The parameters NFS_CLIENT and NFS_SERVER should be set to zero.


Pete

Pete
Peter Godron
Honored Contributor

Re: skipping part of the hpux bootup sequence

John,
if you find the corresponding file in /sbin/init.d, remove the link to this file in /sbin/rcX.d.
On my machine:
/sbin/rc3.d/S100nfs.server -> /sbin/init.d/nfs.server
Victor Fridyev
Honored Contributor

Re: skipping part of the hpux bootup sequence

Hi,

The best way to skip the check is to edit /etc/rc.config.d/nfsconf file and set NFS_CLIENT=0.

But !!! If boot procedure gets stuck on this stage, it means that the server has a difference in the host network definition in /etc/hosts amd /etc/rc.config.d/netconf.

Please look at the files when thge server is up and running and find the difference.

HTH
Entities are not to be multiplied beyond necessity - RTFM
rariasn
Honored Contributor

Re: skipping part of the hpux bootup sequence

Hi John,

ch_rc -l -a -p NSF_SERVER=0 /etc/rc.config.d/nfsconf

rgs,

ran
rariasn
Honored Contributor

Re: skipping part of the hpux bootup sequence

Sorry,

Not "-l" option,
ch_rc -a -p NSF_SERVER=0 /etc/rc.config.d/nfsconf
JOHN TURNER_2
Frequent Advisor

Re: skipping part of the hpux bootup sequence

problem now resolved

thanks for all your help

cheers john
GUI's are for wimps!
JOHN TURNER_2
Frequent Advisor

Re: skipping part of the hpux bootup sequence

problem resolved cheers!
GUI's are for wimps!
Victor Fridyev
Honored Contributor

Re: skipping part of the hpux bootup sequence

And what the problem was ?
Entities are not to be multiplied beyond necessity - RTFM