Is it possible to backup Cisco CallManager with NCM?
I am also interested in this, did you get it to work? Thanks.
CUCM has the ability to execute backup functions via the CLI, connecting with SSH. As NCM has the ability to connect to an SSH CLI terminal and send commands, NCM can certainly be used to perform a backup.
You have two options:
Preferred
Create a new NCM Device Template, which has the necessary commands to apply the backup execution. Depending on version of CUCM I believe there are some differences, but all you are asking NCM to do in the template is pass the necessary commands to execute the backup function and then upload to SFTP server.
Then create the NCM backup job and I would suggest you create an individual job, just for the CUCM, so use the Node filter option within the Job wizard
Additional Option
Create a new Job, but rather than use the Backup option, use the Execute script option, for which you will write the script action to perform the backup and upload
The following links provide further information on the template function within NCM:
https://support.solarwinds.com/SuccessCenter/s/article/NCM-Device-Command-Templates
https://support.solarwinds.com/SuccessCenter/s/article/Creating-a-new-NCM-Device-Template-explained
Good luck and report back how you get on.
Mark Roberts
Prosperon - UK SolarWinds Partners
Installation | Consultancy | Training | Licenses
I'm going to work with our voice team and try to implement this. Thanks for the information.