Hitachi

JP1 Version 12 JP1/Performance Management Reference


Auto alarm bind setting file (jpcautobind.cfg)

Organization of this page

Function

The auto alarm bind setting file is used with Performance Management to define the agents and alarm tables to which to apply the auto alarm bind setting.

Files

jpcautobind.cfg (Auto alarm bind setting file)

Location

The auto alarm bind setting file is stored in the following directory:

In Windows:
  • For physical hosts:

    installation-folder\

  • For logical hosts:

    environment-directory\jp1pc\

In UNIX:
  • For physical hosts:

    /opt/jp1pc/

  • For logical hosts:

    environment-directory\jp1pc\

Notes

How to modify

You can edit the auto alarm bind setting file as follows:

  1. Create a copy of the jpcautobind.cfg file in any folder you like.

  2. In a text editor or the like, open and edit the copy of the jpcautobind.cfg file.

  3. Save and then close the edited jpcautobind.cfg file.

  4. Check the format of the edited jpcautobind.cfg file by using the jpcabformcheck command.

  5. If the format is correct, overwrite the original jpcautobind.cfg file with the edited copy.

Setting items

Create an auto alarm bind setting file that complies with the format described in the table below.

Table 4‒5: Format of the auto alarm bind setting file

Item

Format

Format

CSV

Character code

UTF-8 (with or without BOM)

Line feed code

Windows

CR+LF

UNIX

LF

Comment

Lines beginning with a hash mark (#)

The table below describes the items to be set in the file.

Table 4‒6: Items to be set in the auto alarm bind setting file

No. (in order of appearance)

Item

Required/optional

Format

Range of values

1

Product ID

Required

Character string

The following characters can be used:

  • Single-byte alphanumeric characters not exceeding 1 byte (Only upper case letters are allowed.)

Single-byte spaces at the beginning and end of this item are ignored.

2

Name of the alarm table

Required

Character string

The following characters can be used:

  • Double-byte characters and single-byte alphanumeric characters not exceeding 64 bytes

  • The following symbols:

    % - ( ) _ . / @ [ ] single-byte space

This item is case-sensitive.

Single-byte spaces at the beginning and end of this item are ignored.

3

Condition category

Optional

Numeric value

To specify a business group as the agents to which to apply the setting, specify 1 for this item. In addition, you have to specify the condition.

Single-byte spaces at the beginning and end of this item are ignored.

4

Condition

Optional

Character string

If you are specifying Unassigned as the business group option, specify an empty character.

If you are specifying other business groups, specify the name of the business group. You can use the following characters to specify this item:

  • Double-byte characters and single-byte alphanumeric characters at least 1 byte and not exceeding 255 bytes in length

  • The following symbols:

    ! " # $ % & ' ( ) + - . : ; < = > @ [ \ ] ^ _ ` { | } ~ single-byte space

This item is case-sensitive.

Single-byte spaces at the beginning and end of this item are ignored.

If the same business group is specified multiple times within a single line, the specification is ignored.

5 or later

Repetition of item no. 3 and 4 above

Tip

Condition category and condition

  • When neither the condition category nor the condition is specified, the alarm table is automatically bound to the agents corresponding to the specified product ID.

  • When both the condition category and the condition are specified, the alarm table is automatically bound to the agents meeting the specified condition.

  • When you specify a business group name as the condition, the alarm table is automatically bound to the agents belonging to the specified business group.

The following is an example of an auto alarm bind setting file:

U,Table1,1,Group A
U,Table3,1,Group A
U,Table2,1,Group B,1,Group C
T,Table4