Solaris Cluster tip:
How to enable debug mode for HA Solaris Container Agent?
1.) Edit the the config file depending on the type of container resource:
vi /opt/SUNWsczone/{sczbt/sczsh/sczsmf}/etc/config
2.) set the value either to ALL or the resource name depending on your need:
DEBUG={ALL|<resource name>}
3.) Set the syslog level and the file to which the debug messages must be logged to:
#vi /etc/syslog.conf
*.debug;kern.debug;daemon.debug /debug
4.) Restart syslog
svcadm restart system/system-log:default
