Operating System - HP-UX
1837785 Members
4005 Online
110119 Solutions
New Discussion

Re: stop rpcbind from starting up after a reboot

 
Kathy McGohan_1
Frequent Advisor

stop rpcbind from starting up after a reboot

Working on a N-Class 4000 with HP-UX 11.0.
in the /etc/rc.config.d/nfsconf file, I have
NFS_CLIENT and NFS_SERVER and START_MOUNTD set to 0
After doing a reboot, rpcbind still starts up. Where else is this being started up.
Thanks in advance.
2 REPLIES 2
Bill Hassell
Honored Contributor

Re: stop rpcbind from starting up after a reboot

Look at /etc/inetd.conf as a possibility. Are you using NIS? If so, rpcbind will be started in client or server scripts. Try:

grep rpcbind /sbin/init.d/*


Bill Hassell, sysadmin
Kathy McGohan_1
Frequent Advisor

Re: stop rpcbind from starting up after a reboot

Not using NIS and I had already looked at /sbin/init.d/*.
But thanks for your help so far.