Re: Change detection notification but no change made
By default it should be only saving changed configs. By default it ignores quite a few things, which are found under "Comparison Criteria".. You can alter or add things to this to make it ignore...
View ArticleSQL Query to return Node Caption and SN?
Now that the NCM and NPM databases have merged in NPM 11, I'm having trouble figuring out how to do a SQL query to return a device serial number from the NCM_Cisco_Chassis table along with the node...
View ArticleRe: SQL Query to return Node Caption and SN?
the key is corenodeid in NCM_NodeProperties table then use NCMs nodeid=ncms nodeid... select n.Caption, ncmep.serialfrom Nodes n inner join NCM_NodeProperties ncm on n.NodeID=ncm.CoreNodeID...
View ArticleRe: SQL Query to return Node Caption and SN?
yep, so if you select ncmep.* instead of serial you'll get all components listed in entity_physical table and you have to get the chassis...I'm pretty sure the column "class" in the entity_physical...
View ArticleRe: Change detection notification but no change made
Yup if you go into conf t, it will log a syslog with 'Configured from console'. I use syslog for my RTCD and I only get an email if something has actually changed. I ignore the "! Last configuration...
View ArticleRe: NCM - configuration changes are not saved
In the first instance you added an extra line into the running config. In second instance you only removed the line out of the config and uploaded it again. To remove a route you need to do a no ip...
View ArticleRe: "NCM search" incomplete results?
I've only got 481 nodes in my NCM database and when I do a search on community I get a "hit" on all the configs. Maybe there's a bug with higher number of nodes in NCM. I would suggest to log a case...
View ArticleRe: SQL Query to return Node Caption and SN?
Thanks! This variation got me what I'm looking for without modules and such: select n.Caption, ncc.chassisserialnumber from Nodes n inner join NCM_NodeProperties ncm on n.NodeID=ncm.CoreNodeID...
View ArticleRe: Installation of NCM Integration Module 7.1.1 failed. Invalid exit code: -3
Quick update. Touched base with an NCM engineer at tech support. He advised that I do the install with AntiVirus disabled. I tried, but still it failed. We have a remote access meeting scheduled...
View ArticleRe: Installation of NCM Integration Module 7.1.1 failed. Invalid exit code: -3
Please keep the thread updated. We are on 7.0,2 and will be doing this same upgrade in the future.
View ArticleNCM 7.3.1 Additional Poller installation process
Background: Our SolarWinds installation has a primary SolarWinds server (IIS/poller), two pollers, and our database server. I've recently upgraded our primary installation to NPM 11.0.1, and NCM...
View ArticleRe: NCM 7.3.1 Additional Poller installation process
Did the NPM additional poller installation file automatically launch the Config Wizard towards the end of the install process?
View ArticleRe: NCM 7.3.1 Additional Poller installation process
Yes it did launch it, and this also happened with NCM after the installation process.
View ArticleNCM Ubiquiti AirOS Configuration Backup
Has anyone been able to backup Ubiquiti Wireless Bridges running Ubiquiti's airOS using Solarwind NCM? Only information I've been able to find is this threat Automate backup of config from Ubiquiti...
View ArticleRe: Does NCM support the Cisco Virtual Wireless Controller
It is a while ago, but I ran the vWLC as a test for a while. It was running version 7.3 and I also tested NCM on it.I had to create a file named "Cisco vWLC-1.3.6.1.4.1.9.1.1631.ConfigMgmt-Commands" in...
View ArticleRe: RTCD for Cisco ASA
I have the same problem, like you... it doesn't work.When I change the configuration on my Cisco ASA, it doesn't show on NCM, it doesn't save new config... I tried to a add new Syslog rule, but it...
View ArticleUsing SAM to backup a device configuration
Hello! I was wondering if anyone has ever explored using the SAM component templates for HTTP/HTTPS Response Time to extract a device's configuration? I have some devices that do not have any method...
View ArticleRe: SQL Query to return Node Caption and SN?
Thanks for your response. And if I would like to insert more field from table : NCM_Cisco_ImageMIB, what is the syntax please ? for example I would like to have: - caption name from node- chassis ID...
View ArticleRe: Installation of NCM Integration Module 7.1.1 failed. Invalid exit code: -3
Hi bharris, I took a look at jasadelll's support case. The key point want uninstallation of the 7.0.2 integration module. Then, NCM 7.1.1 installed successfully. Regards,Jiri
View ArticleRe: "NCM search" incomplete results?
Hi Craig Norborg, I've found out you had already opened a support case. I agree with the advice from the support rep -- try to force re-indexing. If that doesn't help then someone from engineering will...
View Article