Getting the CMM Status of All Cluster Nodes
To get the CMM status of all cluster nodes, invoke
the getAllNodeInfo method. The getAllNodeInfo method takes no parameters, and returns a CmmMemberInfo[].
Manipulating Daemon Monitor Retry Settings
The
Daemon Monitor controls groups of processes and attempts to restart these
processes if they fail. The number of times that the Daemon Monitor attempts
to restart a group of failed processes can be set using the updateMaxRetryCount method of the PmdNameTagStatisticsMBean.
When this method is invoked, the current count of the number of times that
the Daemon Monitor has attempted to restart the process group is reset. When
a group of processes has been successfully restarted, invoke the resetRetryCount method to ensure that the stipulated number of retries
are attempted if the process group fails again.
|