21.23.2 Suppressing NNMi health incidents
NNMi generates an incident after the NNMi management server detects unusual conclusions of self-monitoring. To suppress health incidents for specific conclusions, run the following command. The <conclusions> is a list of comma separated conclusion names:
-
Windows:
%InstallDir%\bin\nnmhealth.ovpl -suppress <conclusions>
-
Linux:
$InstallDir/bin/nnmhealth.ovpl -suppress <conclusions>
The modifications by nnmhealth.ovpl continue until the administrator restarts NNMi. If you want to persist the settings after restarting NNMi, do the following steps:
-
Open the following file:
-
Windows: %NNM_PROPS\nms-topology.properties
-
Linux: $NNM_PROPS/nms-topology.properties
-
-
Locate the text block containing the following line:
#!com.hp.ov.nms.health.SUPPRESSED_CONCLUSIONS=
-
Uncomment and edit the following line:
com.hp.ov.nms.health.SUPPRESSED_CONCLUSIONS=<conclusions>
The <conclusions> is a list of comma separated conclusion names.
-
Save your changes.
-
Restart NNMi by running the following commands:
ovstop ovstart
For the detail of how to know the names of conclusions, see the nnmhealth.ovpl Reference Page.
- Important
-
When making file changes under High Availability (HA), you need to make the changes on both nodes in the cluster. For NNMi using HA configurations, if the change requires you to stop and restart the NNMi management server, you must put the nodes in maintenance mode before running the ovstop and ovstart commands.