On Tue, May 26, 2009 at 6:11 PM, Raoul Bhatia [IPAX] <r.bha...@ipax.at> wrote: > Raoul Bhatia [IPAX] wrote: >> 8. q. should pacemaker-openais add the service definition for pacemaker >> to /etc/init.d/openais.conf? >> >> e.g.: >> >>> service { >>> # Load the Pacemaker Cluster Resource Manager >>> ver: 0 >>> name: pacemaker >>> use_mgmtd: yes >>> } > > 10. and i would add this to /etc/openais/openais.conf >> diff -r b3473a1f4ebf openais/openais.conf >> --- a/openais/openais.conf Tue May 26 18:01:52 2009 +0200 >> +++ b/openais/openais.conf Tue May 26 18:10:23 2009 +0200 >> @@ -48,8 +48,10 @@ >> >> logging { >> to_stderr: no >> to_file: yes >> logfile: /var/log/openais/openais.log >> + to_syslog: no >> + syslog_facility: daemon >> debug: off >> timestamp: on >> }
I'd have to advise against this change. Logging to a file is not supportable - the first daemons to start run as root, which prevents those running as haclient from writing out any logs later on. the options should be set as: to_file: no to_syslog: yes syslog_facility: daemon _______________________________________________ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker