Operating System - HP-UX
1834264 Members
77735 Online
110066 Solutions
New Discussion

How to stop DCE RPC daemon.

 
SOLVED
Go to solution
Gulam Mohiuddin
Regular Advisor

How to stop DCE RPC daemon.

While installing VPO, got this message:

The DCE RPC daemon is running.

How to stop this DCE RPC daemon.

I tried the command dce_config and selected the option number 3 to stop dce daemon.

But when I checked with #ps -ef|grep dce
It shows that foll. dce daemon is still running.
..../opt/dce/sbin/rpcd

Thanks,
Everyday Learning.
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: How to stop DCE RPC daemon.

I suppose this must be an 11.0 system.
cd /sbin/init.d
./Rpcd stop
If it ain't broke, I can fix that.
Joseph C. Denman
Honored Contributor

Re: How to stop DCE RPC daemon.

Think it is:

/sbin/init.d/dce stop

...jcd...
If I had only read the instructions first??
John Bolene
Honored Contributor
Solution

Re: How to stop DCE RPC daemon.

Curious that the install would not stop it if it needed stopping.

RPC is used for a number of things and is the default daemon.

If DCE is actually running, then you will not have rpcd, you will have dced, cdsd, etc.

DCE can be stopped by /sbin/init.d/dce stop
and replace the stop with start after you are done.

These daemons can also be killed with a -9 without doing any harm.

I would assume that the install would start them back up, but if only rpcd was running, just /sbin/init.d/rpcd start

John
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Vikas_2
Advisor

Re: How to stop DCE RPC daemon.

do../sbin/init.d/dce stop

to start again.../sbin/init.d/dce start
It should start rpcd, if not..run /opt/dce/sbin/rpcd

Hope this helps
Vikas