Get the latest news about SolarWinds Network Configuration Manager (NCM)
Hello all, I have written a config change template with variables. But my issue is I want to use different values for each node I want to push my change. How can I do this?
I have several policy rules that I need to create that have between 20-50 lines I have to check (lots of "ANDs" since they can be in any order). Is there an import tool/option anywhere? I have not been able to find one but hoping I have overlooked it.
The device is a NXOS 9.3.5 Nexus 9000 C948GC-FXP When we try to download the running config via NCM from the device, it fails and displays error: "Unable to login to device: Timeout" Validation/Troubleshooting Steps: The Solarwinds Windows box can successfully ping, poll with SNMP, and login via SSH to the device using…
How can I detect a Switchport in Config Change Templates? My attempt was to check if the Interface has IP addresses: int @isrouted = 0 // Increment if an IP exists foreach(@ip in @myInterface.IpAddresses){ if(@myInterface.InterfaceIndex == @ip.InterfaceIndex){ @isrouted = @isrouted + 1 } } if(@isrouted > 0){ CLI{ ! this…
I am trying to add an Opengear console server to NCM to run commands on a specific port (3004) wich is connected to a power PDU. The idea is to be able to turn off power to a specific device. I created a connection profile and changed the SSH port from 22 to 3004. Regretfully the connection profile test fails ( Test…
Hello, Quick question. When installing NCM on a production Orion server, will I need to create a new database? I ask because I need a DBA to create the new database if so.
Good afternoon. Recently discovered via ICMP a dozen AeroHive AP230 access points and would like to create a custom group called AeroHive AP230 to plunk them into. Can this be done! Thanks much!
Hello, I am able to test NCM connectivity to a device here... works fine! But when I try and download the configs I see... I've got another SolarWinds poller with NCM using the same creds downloading the configs and that one works fine. Here is the other SolarWinds environment downloading config : Where am I going wrong?
Looking for some input on why we're seeing a "gray" status icon for some devices when in the Configuration Management module. Backups are working, baseline is set and there are no config diffs when doing a config compare. I've deleted and re-added with no change in icon status. Any ideas?
I'm looking for a way to get AssetID information on a per Switch Stack Member basis. I see that there is an AssetID field in the table EntityPhysical but my attempts to update this field have been met with "Operation not supported". It doesn't look like this info is polled by NPM or NCM and I'd like a nice and clean way of…
It looks like you're new here. Sign in or register to get started.