Administer > Configure NNMi Console > Disable the Analysis Pane

Disable the Analysis Pane

NNMi allows you to disable the analysis pane from the NNMi console by performing the following steps:

  1. Edit the following file:

    • Windows: %NNM_PROPS%\nms-ui.properties
    • UNIX: $NNM_PROPS/nms-ui.properties
  2. Append the following text to the end of the file:

    # Disables the analysis pane from being shown by default.

    # The analysis pane can still be shown by toggling it open

    # or using the "Show Analysis Pane" menu item.

    # com.hp.nnm.ui.analysisPaneDisabled = true

  3. Uncomment the property (the last line) to disable the analysis pane.
  4. Save your changes.