Operations Console XML Element Descriptions

Configure Operations Console using opsconsole.properties, located in the OpsConsole/WebMonitoringConsole/bin folder. The locale can be set by configuring the file faces-config.xml located in the OpsConsole/WebMonitoringConsole/webapps/ROOT//WEB-INF folder.

Warning!  Shut down Operations Console before modifying any of its configuration elements.
Operations Console elements of opsconsole.properties

Element

Description

JINIServerHost

Contains the name of the machine hosting the JINI server.

JINIServerPort

Contains the JINI server port.

MonitorStatsRefreshRate

Contains the number of seconds after which the statistics appearing on the Operations Console monitoring page should be refreshed.

MonitorLatencyRefreshRate

Contains the number of seconds after which the latency information appearing on the Operations Console monitoring page should be refreshed.

DatabaseDriver

Contains information about the JDBC driver used to connect to the RAPCache database.

DatabaseUrl

Contains the RAPCache database JDBC URL used to connect to the RAPCache database.

DatabaseUser

Contains the user name used to connect to the RAPCache database.

DatabasePassword

Contains the password used to connect to the RAPCache database.

RapStoreCompletedFileDisplayTime

Specifies the amount of time (in minutes) that a binary file (containing messages) that has been successfully loaded into the RAPStore database appears on the Operations Console RAPStore subscriber file activity page.

RapStoreNonCompletedFileDisplayTime

Specifies the amount of time (in minutes) that a binary file (containing messages) that has not been successfully loaded into the RAPStore database appears on the Operations Console RAPStore subscriber file activity page.

RapLocale Specifies the locale to use. Defaults to en_US.
JobHistoryMaxRow The maximum number of rows to display on the Job History and Detailed Job History pages.
RAPCacheAggressiveTruncation This flag enables aggressive deletes to clear the cache immediately for cache-based rules.
SchedulerThreadPoolSize Specifies how many jobs can be executed simultaneously. Increase this number if you have many transfer or truncation rules that are executing simultaneously.
InterlinkCacheStatusJobInterval Specifies how often the cache will be checked to determine whether rules based on cache fullness need to be run. Intervals are specified in seconds.
InterlinkCacheStatusJobMaxThreadPoolSize Specifies the number of threads used when checking the cache status to determine whether to run cache-full based jobs. For maximum performance, one thread should be available for each RAPCache component with defined cache-full based rules.
InterlinkJobStatusCheckInterval Specifies how often to check the RAPCache to determine whether truncation operations are complete, and whether information is waiting to be loaded into the RAPStore. This setting affects the latency of information transfer between the RAPCache and the RAPStore for transfer rules. The interval is specified in seconds.
InterlinkJobStatusCheckMaxThreadPoolSize Specifies the number of threads available to check the status of ongoing transfers and truncations. For maximum performance, one thread should be available for each current truncation and transfer in progress.
Operations Console elements of faces-config.xml
Element Description
Default-locale Sets the locale for the Web pages in the Operations Console.
Related reference
Operations Console Installation Directory