1832649 Members
2863 Online
110043 Solutions
New Discussion

Re: dce problem

 
RAKOTOARISON_1
New Member

dce problem

Hi,

Is someone can help me?
When I reboot my server, it stoppes at /sbin/rc2.d/S570dce, particulary after it launches "cdsd"

Thanks a lot
7 REPLIES 7
Dan Bonham
Advisor

Re: dce problem

Is there an error message in you rc.log?
RAKOTOARISON_1
New Member

Re: dce problem

Hi Rusty,

I haven't message in /etc/rc.log.
In fact, the system hangs up indefinitely.

Regards
linuxfan
Honored Contributor

Re: dce problem

Hi,

Since cdsd is being started, this host must be configured for a DCE server. Did you look at the /var/opt/dce/svc/*.log files? Do you have the DCE patches installed (i would say this is a must).
If you do a "ps -ef |rc" and look for the S570dce process, kill it and restart dce (/sbin/init.d/dce stop ; /sbin/init.d/dce start ).

Is it a recurring problem?

-Ramesh
They think they know but don't. At least I know I don't know - Socrates
Alex Glennie
Honored Contributor

Re: dce problem

I agree with ramesh ....... also worth checking the syslog.log too ..... perhaps your clearing house or cds namespace has become corrupted ? What was done to the system / DCE cell recently ? eg have you added/removed hosts or replica's from the cell ?

Also DCE is v.verbose the entries in the svc logs may have a lot of info you can use stdcode to help decode them
RAKOTOARISON_1
New Member

Re: dce problem

Hi all,

I explain again here the context of my problem:

When I rebooted my machine by the following command
shutdown -r -y 0
My machine is blocked at Start dce daemons.
Now I connected by telnet to see what's happenning?
I saw it launched the script /sbin/rc2.d/S570dce start.
I remarked if I removed and recreated the directory /var/opt/dce/security/creds,
I had less problem. And if this directory has some files when I launch the command
ls, it tooks many times.
My problem is recuring each time I reboot my server.
The log files in /var/opt/dce/svc are empty.
Even I reconfigure my namespace the problem appears.
I forget to tell you my server is standalone. We connect with exceed only.
Could you tell me which parameters I have to put? And which patches I have to have?
Please give me the way to check if all is Ok.

Thanks

John Bolene
Honored Contributor

Re: dce problem

If you are standalone, do you really need DCE?

Do you run any DCE stuff?
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Magdi KAMAL
Respected Contributor

Re: dce problem

Hi,

Try command "rgy_edit" to see if your cell is still reachable and your server is registred within it ( if not, dce wouldn't start dce processes : dced and dcsadv ).

#/usr/bin/rgy_edit
rgy_edit=> pr

Magdi