I've been assigned a task to replicate the NCM backup archive between pollers for redundancy and DR. What's the best way to do this? I'm more Python-oriented and have been using the OrionSDK library with the API to make calls to the NCM.ConfigArchive API, but here are the main questions with this approach:
- The configurations are not user-friendly. They have a ConfigID and NodeID that that provide much help. They're both just long text strings with letters and numbers, and I'd like to replicate the files in a way that makes sense. IE: Device-name_Date_Config.txt. What is the best way to decipher the NodeID to an actual Node hostname?
- What's the best way to replicate only the most current configuration the database has?
- What's the best way to replicate all of this to another poller running Windows Server 2012?