Information
The health_mon parameter allows you to specify whether you want to monitor the health of the instance, the databases, and the corresponding database objects. It is recommended that the health_mon parameter be set to on.
Enabling instance health monitoring will assist in ensuring instance data availability and integrity.
Solution
1. Attach to the DB2 instance.
db2 => attach to $DB2INSTANCE
2. Run the following command from the DB2 command window:
db2 => update database manager configuration using health_mon on
Default Value:
The default value for HEALTH_MON is ON.