Re: I need to decommision a node and have it removed from SolarWinds
Okay... That's what I wants to hear. I did that already but just needed some confirmation before shuttig down the devices as to not start setting off alerts. I was looking somewhere to remove the...
View ArticleIf Statement for NCM Compliance
Does anyone know how to do an If statement for the NCM Compliance reporting? The issue I am having is that I want to go backwards in the config. Specifically, this is what I want to do: I want to...
View ArticleRe: NCM 7.1.1, Additional Polling Engine, and FoE (Addtl Polling Engine License)
NCM installed on an Additional Poller that is protected by FoE is fully supported. It does however require a special license that must be obtained through support. If you own both an FoE Additional...
View ArticleNCM DB Migration from SQL Server 2005 to SQL Server 2012
Is there a document for the NCM DB migration like there is for the NPM (the NMP Document is called Moving Your Orion NPM Database.pdf). This document is perfect, so I am looking for the same type of...
View ArticleUnable to see serial number on Configuration manger console for Symbol RFS6000
I recently imported my network devices into configuration manager. Although I can see the serial number for all my Cisco devices I am unable to see serial numbers for Motorola / Symbol devices. Does...
View ArticleRe: Comparison critera with "and"?
! Last configuration change at [0-9][0-9]:[0-9][0-9]:[0-9][0-9] EST [A-Z][a-z][a-z] [A-Z][a-z][a-z] [0-9][0-9] 20[0-9][0-9] by userjoeblow This would be my best guess at it. Keep in mind, the regex...
View ArticleComparison criteria feature request for normal regular expressions.
I am posting this here because I added it as an idea/feature request. I am sure many of us have ran into the comparison criteria not working properly. So I have requested it use the same regex...
View ArticleRe: Unable to see serial number on Configuration manger console for Symbol...
You need to know the OID you are looking for and create a custom poller for it.
View ArticleRe: Issue while running a script
Sounds like a time out from the script not receiving expected output. Did you check logs to see what exactly was sent and received? Do you have a copy of the script you wrote?
View ArticleRe: If Statement for NCM Compliance
Thank you very much. This is exactly what I was looking for. I tested it and it works perfectly. In the Config block start: I used the Regex interface .*Ethernet to search both FastEthernet and...
View ArticleRe: If Statement for NCM Compliance
The problem with .*Ethernet is if in the config it says, description foo foo Ethernet, that line will match. You should try to be as specific as possible when creating regular expressions as you can...
View ArticleRe: If Statement for NCM Compliance
OK thanks. I changed it to that. I was having an issue before, but it was because I had a : in front of \S+ and it wasn't working. I see what you are saying. I appreciate all your help.
View ArticleNCM(7.2.2) Scripting is Really Slow
I'm Trying to run a script on multiple nodes in the NCM(7.2.2). I need to change the banner motd of a lot of Nodes, Im doing tests with one single node, a banner of:350 characters takes 10 minutes to...
View ArticleRe: Cisco IPS 4270 Interface not see On NPM
An SNMPWalk of the device would be handy. Also, @jp was nice enough to post a NCM template:Cisco IPS-1.3.6.1.4.1.9.1.655.ConfigMgmt-Commands.txt
View ArticleRe: Cisco IPS 4270 Interface not see On NPM
thanks now i try to import the template,I wanted to point out that interfaces 10gb are recognized but they are always down, even if they are Up.thanks
View ArticleHow do i update custom properties that have been imported from NPM
Sometime ago we imported several custom properties from NPM into our NCM database to help with grouping the nodes etc in NCM. We use these properties to store data like circuit info for the CPE etc and...
View ArticleRe: Cisco IPS 4270 Interface not see On NPM
Hi,How I can insert Cisco IPS-1.3.6.1.4.1.9.1.655.ConfigMgmt-Commands.txttemplate?Thanks
View ArticleNo device template for......
I have a backup config issue it throws back the above response within Solarwinds - config management. I have tested either device template - AUTO DETERMINE and CISCO IPS but no joy. Any other...
View ArticleRe: NCM(7.2.2) Scripting is Really Slow
The scripting method is one device one line at a time. I have always felt it was slow and do not use it. If I had to make a recommendation, use PyExpect or Perl, or Expect with fork enabled in TCL....
View Article