Operating System - HP-UX
1844520 Members
3315 Online
110233 Solutions
New Discussion

Re: how to disable the dce from starting in boot time

 
SOLVED
Go to solution
AlNa
Occasional Advisor

how to disable the dce from starting in boot time

Hi

i wanted to know how can i diable the dce ?
i have move the file from the /sbin/init.d
but i want to know how to diable it on a config file of the dce .
7 REPLIES 7
Stefan Farrelly
Honored Contributor

Re: how to disable the dce from starting in boot time

change it in /etc/rc.config.d/dce

This is the correct way to stop/start a service.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Massimo Bianchi
Honored Contributor

Re: how to disable the dce from starting in boot time

config file is in

/etc/rc.config.d/dce

See if there is something there for you.

Massimo
Elena Leontieva
Esteemed Contributor

Re: how to disable the dce from starting in boot time

In the /etc/rc.config.d/dce file, the configuration flags could be set to zero.

Elena.
Uday_S_Ankolekar
Honored Contributor

Re: how to disable the dce from starting in boot time

dce can be stopped from /etc/rc.config.d/dce file.

The 0 flag tells not to start and 1 tells to start the daemon at boot time.

Also have a look at /etc/rc.config.d/Rpcd file This also starts some dce process. This is basically required during Openview installtion.

Goodluck.
-USA..

Good Luck..
AlNa
Occasional Advisor

Re: how to disable the dce from starting in boot time

Hi

if you will edit this file you will see this lines :

# WARNING: This script should not be manually edited !!!
# The DCE system management tools maintain this file
# to reflect the current DCE configuration of this system.
# DO NOT MODIFY THIS SCRIPT !!!
AlNa
Occasional Advisor

Re: how to disable the dce from starting in boot time

Hi

also i can see that the flag is set to zero but still in the rc.log of the boot time i can see that the dce is starting .

any more ideas ?
Paulo A G Fessel
Trusted Contributor
Solution

Re: how to disable the dce from starting in boot time

Hello, Alice.

Go to /sbin/rc2.d directory and issue the command:

mv S570dce s570dce

Have you noticed the lowercase "s" in this command?

When you change the initial "S" (or "K") in the scripts present at this directory, the startup scripts of HP-UX will pass over them and won't run those you change - in this case, the S570dce script which has been renamed to s570dce.

For more information regarding the security of your HP-UX installation, see

http://www.giac.org/practical/gsec/Larry_Harker_GSEC.pdf

HTH
Paulo Fessel
L'employé propose, le boss dispose.