cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2016
Views
0
Helpful
6
Replies

CUCM Database Replication Status MIB

Indrajith PC
Level 1
Level 1

Hi Guys,

 

Can you please help me whether we could monitor CCM database replication status through SNMP MIB or OID..

 

Also please guide me in how to configure SNMP traps for the MIBS??

 

Regards,

Indrajith PC

6 Replies 6

You can check status replication using the commands:

utils dbreplication runtimestate
utils dbreplication forcedatasyncsub

 

You can create a little script with plink to gather that information.

Ref: https://supportforums.cisco.com/docs/DOC-13672

HI Rolan,

 

Thanks for your revert , but i need the MIB(OID) for the particular command to poll the CUCM server with a 3rd party monitoring tool like solarwinds.... 

 

Thanks

Indrajith PC which version of CUCM do you have?

Do you have SNMP already configured?

 

Please check this links:

http://smbitsolutions.wordpress.com/2011/05/02/2-may-2011-1341/

http://www.kratosnetworks.com/networkzone/post/5_easy_steps_to_enabling_snmp_on_ciscos_unified_communications_manager_for_/

CUCM 9.0

SNMP is already configured.We just need to poll the DB replicator service through OID via SNMP community string.

Please let me know if any OID's available for that in Cisco.

 

Thanks

Hi,

please take a look at the CUCM serviceability guide:

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/service/9_0/admin/CUCM_BK_C136FE37_00_cisco-unified-serviceability-administration-90/CUCM_BK_C136FE37_00_cisco-unified-serviceability-administration-guide_preface_00.html

I'm afraid there's no trap generated when DB replication issues occur, so you might want to do periodic polling.

The above referenced document contains some basic information which MIB's may be interesting to you and how to get them.

Personally, I would download and register them all, and then just walk the whole tree and cherrypick ;-)

G.

 

issofunky
Level 1
Level 1

I'm looking for that same answer.

1.3.6.1.4.1.9.9.156.1.1.2.1.5   - doesn't respond on my 9.1.2.12900-11 servers.

In the interm, I've created a groovy that collects and reports the status every 15 minutes or so.

cli.expect("admin:")

cli.send("show perf query class \"Number of Replicates Created and State of Replication\"\n")

output.
 - Perf class (Number of Replicates Created and State of Replication) has instances and values:
    ReplicateCount  -> Number of Replicates Created   = 603
    ReplicateCount  -> Replicate_State                = 2

REGEX the Replicate_State and alert on !=2   (2 means everything is fine)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: