In this section:
Use the dbSyncCheckProfile
object to configure the interval at which the SBC checks whether its configuration database and policy database are in sync. A database out-of-sync condition occurs when there is a mismatch between the databases in the count of trunk groups, IP Peers, relay ports, and so on. When an interval is defined and the SBC detects such a condition, it triggers an SNMP trap sonusDatabaseConfigPolicyDataOutOfSyncNotification
to report the condition.
You can set the interval at which database synchronization is checked to a value between 5 and 30 minutes. Alternatively you can set the value to 0. When set to 0, the SBC still checks the databases every minute and logs any integrity errors in the .SYS
file at /var/log/sonus/sbx/evlog,
but trap notifications are not automatically triggered.
DEFAULT is the only dbSyncCheckProfile
object you can configure, thus allowing a single, configured interval for the system.
% set profiles dbSyncCheckProfile DEFAULT syncCheckInterval <unsignedInt, 0 | 5 .. 30>
% set profiles dbSyncCheckProfile DEFAULT syncCheckInterval 25