Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-23 Thread Andrew Beekhof
Ursprüngliche Nachricht- > Von: Andrew Beekhof [mailto:and...@beekhof.net] > Gesendet: Dienstag, 23. April 2013 01:45 > An: The Pacemaker cluster resource manager > Betreff: Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker > at runtime > > Depending on your

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andreas Mock
Hi Andrew, thank you for that hint. Best regards Andreas Mock -Ursprüngliche Nachricht- Von: Andrew Beekhof [mailto:and...@beekhof.net] Gesendet: Dienstag, 23. April 2013 01:45 An: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] Enabling debugging with cman, corosync

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andrew Beekhof
Depending on your version of pacemaker you can do... # Enable trace logging (if it isn't already) killall -USR1 process_name # Dump trace logging to disk killall -TRAP process_name # Find out what file it was dumped to grep blackbox /var/log/messages # Read it qb-blackbox /path/to/file Subseq

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andreas Mock
, 22. April 2013 19:39 An: 'The Pacemaker cluster resource manager' Betreff: Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime Hi Michael, this doesn't seem to have the desired effect. Please enlight me how to change the cluster.conf and telling

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andreas Mock
11 An: 'The Pacemaker cluster resource manager' Betreff: Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime Hi Michael, thank you. I'll have a look at it. Best regards Andreas Mock Von: Michael Schwartzkopff [mailto:mi...@clusterbau.com]

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andreas Mock
Hi Michael, thank you. I'll have a look at it. Best regards Andreas Mock Von: Michael Schwartzkopff [mailto:mi...@clusterbau.com] Gesendet: Montag, 22. April 2013 18:51 An: The Pacemaker cluster resource manager Betreff: Re: [Pacemaker] Enabling debugging with cman, cor

Re: [Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Michael Schwartzkopff
Am Montag, 22. April 2013, 18:41:33 schrieb Andreas Mock: > Hi all, > > is there a way to enable debug output on a cman, corosync, pacemaker > stack without restarting the whole cman stuff. > > I've found for cluster.conf, assuming that this > determines the value of the config-db-keys > cluste

[Pacemaker] Enabling debugging with cman, corosync, pacemaker at runtime

2013-04-22 Thread Andreas Mock
Hi all, is there a way to enable debug output on a cman, corosync, pacemaker stack without restarting the whole cman stuff. I've found for cluster.conf, assuming that this determines the value of the config-db-keys cluster.logging.debug=on logging.debug=on Is it enough to write new values to