Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Consolidated Management 2/Network Node Manager i Setup Guide


16.3.3 Setting application failover communications

During installation, NNMi queries all network interface cards (NICs) on the system to find one to use for cluster communications. If your system has multiple NICs, you can use the following procedure to choose the NIC to use for nnmcluster operations (the network interface that the cluster will use for communications):

  1. Run nnmcluster -interfaces to list all available interfaces.

    For details, see the nnmcluster Reference Page.

  2. Edit the following file:

    • Windows: %NnmDataDir%\conf\nnm\props\nms-cluster-local.properties

    • UNIX: $NnmDataDir/conf/nnm/props/nms-cluster-local.properties

  3. Locate the line containing text similar to the following:

    com.hp.ov.nms.cluster.interface=value
  4. Change the value as desired.

    The interface value must pertain to a valid interface; if it does not, the cluster might not start.

    An example of the value is eth3 that was output by nnmcluster -interfaces in step 1.

    In Windows, the description of the system interface is displayed following the value such as eth3.

    Map the interface to be used with the value such as eth3 by checking the description of the interface by using a command such as ipconfig /all.

    In UNIX, the name of the interface is displayed. Check the name of the interface to be used by using a command such as ifconfig.

  5. Save the nms-cluster-local.properties file.

    The com.hp.ov.nms.cluster.interface parameter permits an NNMi administrator to select the communication interface to be used for nnmcluster communication. Make sure that the IP address obtained from the NIC specified in com.hp.ov.nms.cluster.interface matches the IP address that can be resolved from the host name specified in com.hp.ov.nms.cluster.member.hostnames. In an environment where multiple IP addresses are resolved to the same host name, specify the IP address used for application failover communication, not the host name, in the com.hp.ov.nms.cluster.member.hostnames parameter. Specify the com.hp.ov.nms.cluster.member.hostnames parameter in the following file:

    • Windows: %NnmDataDir%\shared\nnm\conf\props\nms-cluster.properties

    • UNIX: $NnmDataDir/shared/nnm/conf/props/nms-cluster.properties