Administer > Maintain NNMi > NNMi Self Monitoring

NNMi Self Monitoring

NNMi performs self-monitoring checks, including memory, CPU, and disk resources. NNMi generates an incident after the NNMi management server becomes low on resources or detects a serious condition.

To view NNMi health information, use one of the following methods:

  • From the NNMi console, select Help > System Information; then click the Health tab.
  • For a detailed self-monitoring report, select Help > NNMi System Information > Health and click View Detailed Health Report (Support).
  • Run the nnmhealth.ovpl script.

NNMi displays a status message at the bottom of the NNMi console and on the top of forms after NNMi detects a self-monitoring heath exception.

To disable this warning message, complete the following steps:

  1. Open the following file:

    • Windows: %NNM_PROPS\nms-ui.properties
    • Linux: $NNM_PROPS/nms-ui.properties
  2. Locate the text block containing the following line:

    #!com.hp.nms.ui.health.disablewarning=false
  3. Uncomment and edit the following line to read as follows:

    com.hp.nms.ui.health.disablewarning==true
  4. Save your changes.
  5. Restart the NNMi management server.

    1. Run the ovstop command on the NNMi management server.
    2. Run the ovstart command on the NNMi management server.

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.