Administer > Use Single Sign-On (SSO) with NNMi > Enabling SSO for a Single Domain

Enabling SSO for a Single Domain

To enable SSO for use in a single domain, 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 = false

    Change this as follows:

    com.hp.nms.ui.sso.isEnabled = true
  3. Look for a section in the file that resembles the following:

    com.hp.nms.ui.sso.domain = mycompany.com

    Change mycompany.com to the domain the NNMi management server resides in. Make sure there is only one domain listed when enabling SSO in a single domain.

  4. Look for a section in the file that resembles the following:

    com.hp.nms.ui.sso.protectedDomains = mycompany.com

    Change mycompany.com to the domain the NNMi management server resides in. Make sure there is only one protected domain listed when enabling SSO in a single protected domain.

  5. Run the following command to commit the changes:

    nnmsso.ovpl -reload

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