Hitachi

JP1 Version 12 JP1/Network Node Manager i Setup Guide


21.27.2 Configuring node sensor status

You can configure whether a node sensor propagates its status to the node level by following the steps in the following subsections.

Organization of this subsection

(1) Propagating node sensor status to a node

  1. If not already present, create a new properties file with the name nnm-apa.properties in the following directory:

    • Windows: %NnmDataDir%shared\nnm\conf\props

    • Linux: $NnmDataDir/shared/nnm/conf/props

  2. Use a text editor to include the following text in this properties file:

    com.hp.ov.nms.apa.NodeSensorPropagateToNodeStatus_type=true

    type is the physical sensor. For details, see 21.27 Configuring sensor status.

  3. Save the properties file.

  4. Restart NNMi by running the following commands:

    ovstop
    ovstart
    Important

    When making file changes under High Availability (HA), you must make the changes on both nodes in the cluster. In the case of NNMi in an HA configuration, if the changes require that you stop and restart the NNMi management server, you must put the nodes in the maintenance mode before running the ovstop and ovstart commands. For details, see 19.6.1 Placing NNMi in maintenance mode.

(2) Configuring a node sensor's status to not propagate to the node

  1. If not already present, create a new properties file with the name nnm-apa.properties in the following directory:

    • Windows: %NnmDataDir%shared\nnm\conf\props

    • Linux: $NnmDataDir/shared/nnm/conf/props

  2. Use a text editor to include the following text in this properties file:

    com.hp.ov.nms.apa.NodeSensorNoPropagateToNodeStatus_type=true

    type is the physical sensor. For details, see 21.27 Configuring sensor status.

  3. Save the properties file.

  4. Restart NNMi by running the following commands:

    ovstop
    ovstart
    Important

    When making file changes under High Availability (HA), you must make the changes on both nodes in the cluster. In the case of NNMi in an HA configuration, if the changes require that you stop and restart the NNMi management server, you must put the nodes in the maintenance mode before running the ovstop and ovstart commands. For details, see 19.6.1 Placing NNMi in maintenance mode.