Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Administration Guide


10.8.5 Changing the free disk space thresholds for operation logs

If available disk space for operation logs is insufficient, an event is displayed in the Events module. You can specify free-space thresholds that trigger this event to be reported.

To change the free disk space thresholds for operation logs:

  1. Add the settings to the configuration file.

    The configuration file (jdn_manager_config.conf) is stored in:

    JP1/IT Desktop Management 2-installation-folder\mgr\conf

  2. Restart the services for JP1/IT Desktop Management 2.

Events will be reported according to the settings specified in the configuration file.

The following table shows the definitions you can specify in the configuration file:

Property

Description

Set value calculation formula

Capacity_OplogDBPathWarningThreshold

Free-space warning threshold for the operation log database folder

Required capacity-of-the-operation-log-database x 0.1

Capacity_OplogDBPathErrorThreshold

Free-space error threshold for the operation log database folder

Required capacity-of-the-operation-log-database x 0.03

Capacity_OplogBKPathWarningThreshold

Free-space warning threshold for the operation log backup folder (periodical export is disabled)

70 KB x number-of-managed-devices x 7

Capacity_OplogBKPathErrorThreshold

Free-space error threshold for the operation log backup folder (periodical export is disabled)

70 KB x number-of-managed-devices x 3

Capacity_OplogBKPathWarningThreshold_ExportEnabled

Free-space warning threshold for the operation log backup folder (periodical export is enabled)

730 KB x number-of-managed-devices x 7

Capacity_OplogBKPathErrorThreshold_ExportEnabled

Free-space error threshold for the operation log backup folder (periodical export is enabled)

730 KB x number-of-managed-devices x 3

Capacity_DataPathWarningThreshold_OpLogEnabled_ExportDisabled

Free-space warning threshold for the data folder (operation log is enabled and periodical export is disabled)

15.3 MB x number-of-managed-devices x 0.5 + 3 GB

Capacity_DataPathErrorThreshold_OpLogEnabled_ExportDisabled

Free-space error threshold for the data folder (operation log is enabled and periodical export is disabled)

15.3 MB x number-of-managed-devices x 0.3 + 500 MB

Capacity_DataPathWarningThreshold_OpLogEnabled_ExportEnabled

Free-space warning threshold for the data folder (operation log is enabled and periodical export is enabled)

21.4 MB x number-of-managed-devices x 0.5 + 3 GB

Capacity_DataPathErrorThreshold_OpLogEnabled_ExportEnabled

Free-space error threshold for the data folder (both operation log and periodical export are enabled)

21.4 MB x number-of-managed-devices x 0.3 + 500 MB

The following is an example of configuration file settings:

# 
# Configuration file 
#
# Free-space warning threshold for the operation log database folder
Capacity_OplogDBPathWarningThreshold=10000