Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command and Definition File Reference


System profile (.system)

Organization of this page

Format

DESC_VERSION=15
     :
[ServerDefine]
InvalidateTime = 1440
EventCount = event-buffer-count
Debug = true
[End]
     :
[RetryInfo]
RetryCount = retry-count
RetryInterval = retry-interval
[End]

File

.system (system profile)

.system.model (model file for the system profile)

Storage directory

In Windows
For a physical host:

Console-path\conf\console\profile\

For a logical host:

shared-folder\jp1cons\conf\console\profile\

In UNIX
For a physical host:

/etc/opt/jp1cons/conf/console/profile/

For a logical host:

shared-directory/jp1cons/conf/console/profile/

Description

This file defines the basic operation of the event console.

There is a system profile for each manager (JP1/IM - Manager). The file defines information about the system environment for the event console (such as the number of event buffers and a retry count for connecting to the event service during event search). The information defined in this profile affects all instances of JP1/IM - View that are connected to the manager to which this profile is applicable.

When the definitions are applied

The definition takes effect when JP1/IM - Manager starts or when the Apply button is clicked in the System Environment Settings window.

Information that is specified

EventCount = event-buffer-count

Specifies the maximum number of events that can be buffered at the manager when events are extracted from the event service.

The permitted value range is from 10 to 2,000. The default is 2,000.

RetryCount = retry-count

Specifies the maximum number of times automatic connection establishment can be retried after connection with the event service has failed or the connection has been lost during event search.

The permitted value range is from 0 to 100. The default is 3.

RetryInterval = retry-interval

Specifies in milliseconds the retry interval between attempts to establish connection after connection with the event service has failed or the connection has been lost during event search.

The permitted value range is from 1 to 86,400,000. The default is 10,000.

Notes

Example definition

DESC_VERSION=15
    :
[End]
[ServerDefine]
InvalidateTime = 1440
EventCount = 500
Debug = true
[End]
    :
[RetryInfo]
RetryCount = 3
RetryInterval = 10000
[End]
[LocaleInformation]
Language=English
[End]