Operating System - HP-UX
1830622 Members
2259 Online
110015 Solutions
New Discussion

rpc daemon fails on start up

 
Mike_112
Advisor

rpc daemon fails on start up

I have an HP-UX 11.0 system, this is a new install. I have installed the March General Release patch, I have Oracle 8.0.5 installed and running and am now trying to install VPO 6. I see when the machine boots taht the rpc daemon fails to start. I am a little confused between roc and rpcd. VPO says that rpcd is not running, when I did a grep for rpcd I see taht it isn't. I tried to start it with /opt/dce/sbin/rpcd but it doesn't seem to make any difference. if I grep for rpc I get the following, actually here are the results for both rpc and rpcd;

# ps -ef | grep rpcd
root 2761 2212 2 08:18:02 pts/0 0:00 grep rpcd
# ps -ef | grep rpc
root 803 1 0 13:49:58 ? 0:00 /usr/sbin/rpcbind
root 874 1 0 13:50:00 ? 0:00 /usr/sbin/rpc.lockd
root 868 1 0 13:50:00 ? 0:00 /usr/sbin/rpc.statd
root 1703 1 0 13:51:53 ? 0:00 /usr/sbin/rpc.mountd
root 2763 2212 1 08:18:11 pts/0 0:00 grep rpc

Thanks
4 REPLIES 4
Kevin Wright
Honored Contributor

Re: rpc daemon fails on start up

got /sbin/init.d
stop all nfs deamons and ncs
then stop inetd
start nfs.core..to start the rpcbind/portmapper..this must be started before inetd..then start inetd..then start the nfs.client/server scripts
and then ncs..read through the ncs script for details...(this is on 10.20 anyway)
Mike_112
Advisor

Re: rpc daemon fails on start up

Thanks for the reply Kevin. Unfortunately I am not that good at this UNIX stuff. I do have a /sbin/init.d but I am not able to get the nfs daemons stopped. I have tried /etc/nfs stop and /etc/init.d/nfs.server stop and even cd'd to /sbin/init.d directory and did ./nfs stop stop nfs Obviousely I'm not doing it right. Could you please give me a little more detail on how to do this correctly?
Alan Riggs
Honored Contributor

Re: rpc daemon fails on start up

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
/sbin/init.d/inetd stop
/sbin/init.d/nfs.core start
/sbin/init.d/inetd start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start
Mike_112
Advisor

Re: rpc daemon fails on start up

Thanks for the help guys, i've actually got some other issues with the box right now when booting. I guess I'll post a new message to get some help. Thanks again.