flg_create - Set a given LifeKeeper flag on a given node
Options:
-d <node to run command on>
-f <flag name>
flg_remove - Remove a given LifeKeeper flag on a given node
Options:
-d <node to run command on>
-f <flag name>
flg_list - List all LifeKeeper flags that are set on a given node
Options:
-d <node to run command on>
Turn on debug logging:
flg_create -f debug Turn on all the debug logging in LifeKeeper
flg_create -f debug_[source/Kit’s name Turn on the debug logging for a particular package/recovery kit
Turn off debug logging:
flg_remove -f debug Turn off all of the debug logging in LifeKeeper
flg_remove -f debug_[source/Kit’s name Turn off the debug logging for a particular package/recovery kit
Examples:
flg_create -f debug_ip Turn on the debug logging for IP Kit
flg_remove -f debug_ip Turn off the debug logging for IP Kit
Post your comment on this topic.