1827295 Members
3096 Online
109717 Solutions
New Discussion

ServiceGuard problem

 
SOLVED
Go to solution
???_185
Regular Advisor

ServiceGuard problem

Hello all,

My systems RAC(2 node, hpux 11.11) are running fine
But syslog appears appended file.

What does it means?
Thank you for your help
bye
2 REPLIES 2
Sameer_Nirmal
Honored Contributor
Solution

Re: ServiceGuard problem

As given in the file , all those events are being logged by cmclconfd deamon.This daemon is used by the Serviceguard commands to gather information from all the nodes within the cluster. It gathers configuration information such as information on networks and volume groups. This daemon is started by inetd(1M). Check the /etc/inetd.conf file.
You will find the entries for cmclconfd.
It does authorization checks across the cluster nodes. Hence you see the permission
messages.

These messages are being logged to syslog because debug logging is enabled in your system ccbs02. Check /etc/inetd.conf file with entries for cmclconfd with -T option.

Remember, syslog would grow quickly.
If you want , you can disable this debugging removing the -T option.




???_185
Regular Advisor

Re: ServiceGuard problem

Hi, Sameer Nirmal

Problem solved.

Sameer Nirmal's solution is working.

Thanks all of you.