Disabling SSO

If you have a need to disable SSO, complete the following steps:

Note When making file changes under High Availability (HA), you must make the changes on both nodes in the cluster. 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. See Maintenance Mode for more information.

  1. Open the following file:

    • Windows: %NNM_PROPS%\nms-ui.properties
    • Linux: $NNM_PROPS/nms-ui.properties
  2. Look for a section in the file that resembles the following:

    com.hp.nms.ui.sso.isEnabled = true

    Change the isEnabled property to false:

    com.hp.nms.ui.sso.isEnabled = false
  3. Run the following command to commit the changes:

    nnmsso.ovpl -reload

    See the nnmsso.ovpl reference page, or the Linux manpage, for more information.