Shows the configured database synchronization interval in the the dbSyncCheckProfile object.

Command Syntax

> show profiles dbSyncCheckProfile DEFAULT
syncCheckInterval 

Command Parameters


Db Sync Check Interval Parameters

Parameter
Description
syncCheckInterval

Timer interval, in minutes, at which database integrity is checked.

If the value is set to 0, the check is every minute, but traps are not generated. However, If there is a database out-of-sync condition, it is written to the .SYS log file.


Command Example

> show table profiles dbSyncCheckProfile
NAME                SYNC
                    CHECK
                    INTERVAL
------------------------------------
DEFAULT               5


  • No labels