Administer > NNMi Logging > Sign-in and Sign-out Logging

Sign-in and Sign-out Logging

NNMi 10.30 is not configured to generate a log entry for each user that signs in to or out of the NNMi console. If you want to configure NNMi to log sign-in and sign-out activity, do the following:

  1. Edit the following file:

    • Windows: %NnmDataDir%\shared\nnm\conf\props\nnm-logging.properties
    • Linux: $NnmDataDir/shared/nnm/conf/props/nnm-logging.properties
  2. Search for the text block containing the following line:

    com.hp.ov.nnm.log.signin.level = OFF

  3. Modify the line to read as follows:

    com.hp.ov.nnm.log.signin.level = INFO

  4. Save your changes.
  5. Restart the NNMi management server:

    1. Run ovstop on the NNMi management server.
    2. Run ovstart 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.