Is there a way to capture only the latest Baseline config files from NCM v7.1.1?
It is supposed to be done under Manage Node in NCM
Select the config you want as the baseline and click SET\Clear Baseline
Observe the config change as the baseline config
Hope this helps
Thank you for your response Shawn. What I have is a requirement to pull the latest baselines and put them into ClearCase for Configuration Management. I'm looking for where the actual baseline configuration files are stored in SolarWinds so I can copy them and check them into ClearCase..
That sounds like a good idea for a Network Configuration Manager Feature Requests
This should work for you, but it's not the prettiest thing in the world.
SQL (Run from the NCM Database)
SELECT n.NODECAPTION AS "DEVICE NAME",DOWNLOADTIME AS "DOWNLOADED ON",c.CONFIGTYPE AS "CONFIG TYPE",c.CONFIG AS "CONFIG"from NODES njoin CONFIGARCHIVE c on '{' + CAST(n.NODEID AS VarChar(64)) + '}' = c.NODEIDWHERE c.BASELINE = 1
- ZackM
http://www.loop1systems.com