+

Search Tips   |   Advanced Search

Intelligent Management: health controller commands with the AdminConfig object

Use the AdminConfig object to modify the health controller settings. We can change the controller cycle, prohibit server restarts at certain times of the day, and so on.

Health management comes equipped with smart defaults that accommodate most environments. However, if you discover that our health controller is not working the way we want, then tune the default parameters. We can change these settings in the administrative console or with the wsadmin tool.

To change configuration settings for the health controller, we must have configurator or administrator privileges. If we have operator privileges, we can only change the runtime configuration.

To edit the health controller properties:


Attributes

We can edit the following attributes:


Example

The following command example changes the restart timeout setting:

The following command sets the number of minutes for the approval timeout of runtime tasks for the health controller by specifying the com.ibm.ws.xd.hmm.controller.ControlConfig.approvalTimeOutMinutes JVM custom property. In this example specifically, the value of the approval timeout is set to 40 minutes:


Related:

  • Health management
  • Monitor and tuning health management
  • Configure health management
  • HmmControllerProcs.jacl script
  • Intelligent Management: health controller custom properties