[Linux-cluster] rgmanager inconsistency

Gianluca Cecchi gianluca.cecchi at gmail.com
Wed Feb 11 21:26:03 UTC 2009


On Wed, 11 Feb 2009 10:53:45 -0600 (CST) Chris St. Pierre wrote:
> Where do I start for troubleshooting this?

rgmanager can log (at least in latest releases afaik) to different
places and at different levels putting this inside cluster.conf

<rm log_level="..." log_facility="..." ... >

log_level is a number from 0..7, where 7 is 'debug' and 0 is
'emergency only'. The default value is 4 or 5 depending on versions
log_facility is a string containing a facility name, such as daemon,
local4, or similar. Possible values for this are described in
syslog.conf(5) manual page in the section entitled SELECTORS. The
default value is daemon.

If you have /etc/sysconfig/cluster, you could also put this in it to
have debug level

RGMGR_OPTS="-d"

and probably it will redirect to /var/log/messages

HIH,
Gianluca




More information about the Linux-cluster mailing list