Job Management Partner 1/Integrated Management - Manager Command and Definition File Reference

[Contents][Index][Back][Next]


System profile (.system)

Format

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

File

.system (system profile)

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

Storage directory

In Windows
Console-path\conf\console\profile\
shared-folder\jp1cons\conf\console\profile\ (logical host)

In UNIX
/etc/opt/jp1cons/conf/console/profile/
shared-directory/jp1cons/conf/console/profile/ (logical host)

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 500.

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=1
    :
[End]
[ServerDefine]
InvalidateTime = 1440
EventCount = 500
Debug = true
[End]
    :
[RetryInfo]
RetryCount = 3
RetryInterval = 10000
[End]
[LocaleInformation]
Language=English
[End]
 

[Contents][Back][Next]


[Trademarks]

All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.