The most recent content from our members.
SCRIPTING HELP NEEDED - ALL INPUT IS HELPFUL I have an alert that lets me know when an interface hasn't been used in over 30 days. Currently, we are manually configuring these interfaces into shutdown ports. I want an NCM action to do this for us as we have found no exceptions to the policy so far. I need to script the…
I've come across a condition that seems to of been discussed in prior releases of NCM but this one is particularly frustrating. I'm trying to send a simple script to ISR 4451's(ios-xe) and the commands consist of [confirm] statements that typically a carriage return or line return would take care of. The script that…
This document outlines how you can use WMI to remotely call a process on a Windows Server. The really nice part about this script is it allows you to centrally store the script on the orion server and use WMI to remotely call a process on another server. This also does not require WinRM to be configured and should work on…
In the old days of NCM if you ran a script on multiple nodes you used to get a large, single results report that you could skim through or export to a text file to search though. It made finding errors super easy and quick.. (Also very useful to run a quick 'show run | inc xxx' on 1000 nodes to see quickly what gets pulled…
I'm trying to execute the following script on our multi context Cisco ASA firewall: changeto context system show ntp status show ntp associations However when I execute it it never completes and ends with an error and error details saying Connection Refused When I look in the stack trace I see the following: [28-04-2017…
It would be awesome to allow us to send the credentials that the template or node has with a script. (inherit credentials from node or inherit credentials from template) my example is: I'm monitoring an event log for key works indicating that net.tcp service is hung. I also monitor the service for up/down. Per this thread…
Hello All, In the old version of NCM we ran (7.3.2), when you went to execute a script against a node, at the bottom of the pop-up for choosing your script and hitting the "Execute" button, there was a radio box called "Execute Script in Config Mode" which gave the options of "Write to NVRAM" and "Reboot Device" In short…
I am new to Solarwinds (and code/scripting in general) as an intern this summer. I am trying to create a script as part of the remediation process for the local rules I am creating which can do two things. 1) if my string is not found at all in a device then I need the script to insert itself in 2) if my string is…
Hi, is it possible to make if-statements by an execute script? I want to execute a script (not a template) and want to ask if something is set or not. I know I can use variables so can I use the same functions such as in templates? Kind regards, Flo
I am in need of pushing the following config to every router in my network ip dhcp pool vlan777 network 172.xxx.yyy.0 255.255.255.0 default-router 172.xxx.yyy.1 For store 1 the network would be 172.35.1.0 255.255.255.0 default-router 172.35.1.1 for store 2 the network would be 172.35.2.0 255.255.255.0 default-router…
It looks like you're new here. Sign in or register to get started.