Value | Description |
Database maintenance time | Specifies when the DBMaint component should start
the maintenance cycle. The default specifies that the database is
scanned daily at 3:00 a.m. for old acknowledged messages. It has
the following format: Syntax:
Examples:
|
Acknowledged message retention period (in days) | Specifies the time interval after which
acknowledged messages should be deleted. The default is 30
days.
Examples:
|
Messages processed per database transaction | Defines the maximum number of messages which can
be processed (exported or deleted) within one transaction. After
the defined number of messages has been processed, the current
transaction is committed and a new transaction is started to
process the next block of messages.
Syntax: Possible values: any value > 0 |
Maximum database maintenance scan duration (in seconds) | Defines the maximum time interval (duration) in
seconds DBMaint is allowed to perform its operation. If during
operation the end of the defined time interval is reached, but
there are still outstanding message blocks to be processed, then
DBMaint finishes the processing of the current message block by
committing the current transaction. DBMaint will not start
additional transactions so that it can continue with processing
further messages. In this case, it writes the following WARNING
message into the Windows Application Event Log:
(MS850) DBMaint stopped due to the maximum duration time limit being reached. Then DBMaint updates the table ov_ms_stats with the appropriate statistics. Messages which could not be processed (exported or deleted) due to the maximum time interval being reached will be processed the next time DBMaint is scheduled to run. Syntax: Possible values: 0 (indicates unlimited time; default) Use this configurational value if there is a danger that occasionally DBMaint could take too long (more than ~30 minutes), which could then lead to problems as it overlaps with other scheduled tasks. Example:1800 (Process messages maximum 30 minutes. Those messages which could not be processed within 30 minutes will be processed the next time DBMaint is scheduled to run.) |
Database maintenance time: 14:11
Acknowledged message retention period (in days): 0-0-0
The Acknowledged message retention period (in days) value of 0-0-0 means a time interval of zero, so it includes all acknowledged messages.
DBMaint automatically responds when any of its configuration values change.
DBMaint notifies all interested HP Operations Manager components on message deletions; running consoles register for message deletion events and update their acknowledged messages browser accordingly. Check your acknowledged messages browser to confirm that the messages have been deleted.
Related Topics: