Hitachi

JP1 Version 12 JP1/Performance Management Reference


Host information configuration file (jpchosts)

Organization of this page

Function

The host information configuration file defines Performance Management-specific host information for services other than PFM - Web Console.

It defines host names and IP addresses, in the same way as the OS's hosts file. In this file, you can define IP addresses to be used to optimize the communication path when there are multiple IP routes.

Name of file

jpchosts (Host information configuration file)

Location

Windows
  • On physical hosts:

    installation-folder\

  • On logical hosts:

    installation-folder-for-the-executing-node-and-standby-node\

UNIX
  • On physical hosts:

    /opt/jp1pc/

  • On logical hosts:

    the-executing-node-and-standby-node/opt/jp1pc/

Timing of applying definition information

Definition information in the host information configuration file is applied at the timings shown below. Even if definition information in the host information configuration file is updated, there is no need to restart the service.

However, when you add, change, or delete an IP address for the local host name in the host information configuration file, you need to restart the service.

If definition information in the host information configuration file is applied, the KAVE00537-I message is output to common logs.

If access to the jpchosts file fails when an attempt is made to apply definition information in the host information configuration file, the KAVE00180-E message is output to common logs. In this case, the service continues processing by using the definition information in the jpchosts file that was loaded last time.

Notes

How to modify

See Procedure for modifying the host information configuration file (jpchosts).

Setting items

host-name IP-address-1, IP-address-2, IP-address-3, ..., IP-address-16

Note that if a hash mark (#) is specified, everything from the # until the end of the line is treated as a comment.

Definition example

This example gives definitions of hostA and hostB. In this case, only the first definition, hostA 192.168.92.1, is used as the host information for hostA.

# jpchosts sample
hostA  192.168.92.1
hostB  192.168.92.3 , 192.168.92.4
hostA  192.168.92.2