Hitachi

JP1 Version 12 JP1/Network Node Manager i Setup Guide


21.7.2 Configuring SNMP Set object access privileges

You can use the following file to configure the object access privileges required for using the SNMP Set feature on the nodes to which users have access:

For details about the SNMP Set feature, see NNMi Help. For details about object access privileges, see NNMi Help for Administer.

To configure object access privileges for the SNMP Set feature:

  1. Open the server.properties file.

    • Windows: %NnmDataDir%nmsas\NNM\server.properties

    • Linux: $NnmDataDir/nmsas/NNM/server.properties

  2. Add the following line:

    permission.override.com.hp.nnm.SNMP_SET=object-access-role

    The following are the valid values for object-access-role:

    com.hp.nnm.ADMIN
    com.hp.nnm.LEVEL2
    com.hp.nnm.LEVEL1
    com.hp.nnm.GUEST

    For example, to enable the Object Administrator and Object Operator Level 2 object access privileges to use the SNMP Set feature, enter the following.

    Example:

    permission.override.com.hp.nnm.SNMP_SET=com.hp.nnm.ADMIN,com.hp.nnm.LEVEL2

  3. Include all the object access privileges for which you want to enable access.

  4. Restart the NNMi ovjboss service by running the following commands on the NNMi management server:

    ovstop ovjboss
    ovstart

Changes to the server.properties file are read only at the time of ovjboss startup.