Comments
-
Correct. There is not a role which would would limit access or visibility to jobs. It seems what is being looked for here are jobs may be like limitation placed on nodes. to restrict only to jobs one creates, may cause other issues. The jobs are really structured by author. The author is not necessarily one that created…
-
As long as the command would be the same one each device and you are removing the same FW file If I am not mistaken the command would be issued from the Priv Exec (hostname #) As long as NCM is able to log into the device, get to the priv exec level, and the User set up in NCM has the permission level to execute this…
-
There is an issue with 2022.3 where some routers will fail inventory for the Bridge MIB The work around is to remove the routers from the inventory job that is gathering the Bridge Mib and have their own inventory without the Bridge Mib This issue is resolved in the 2022.4.x GA release, and NCM will not fail the devices…
-
Good morning, Really the best option is to add Each Context to NCM via its own IP address, but understandably this is not always possible. If you have all of the Context names set up as custom config types, for example "Public" and then the system and the command in the device template being used: I use these as basics…
-
Call into the support queue: the nubmer is listed in the Contact up page at SolarWinds.com
-
nfordhk, please open a support ticket so we can analyze further. http://www.solarwinds.com/support/ticket refer to this thread
-
You can go into the NCM DUI File>Settings>Nertworking>SSH/Telnet Pump the timeout up 15 from to 45 seconds. This should be enough time.
-
If you open the NCM application. In the bottom right hand corner, it will tell you the database name and what server it is on: Database name on SQL Server..
-
Remove the .txt from the file. I ahd to add it to post it.
-
fast, I attached the entire template. Please add this to the Devive types folder and manually select it. From the session trace, the device is sending back the prompt and has not made it to the commands yet. I want you to open a support ticket for this at: http://www.solarwinds.com/support/ticket refer to this thread Put…
-
Update: This is reported to be resolved in the Next release of NCM by Dev.
-
Thank you Netavs. This will be helpful to others with the same issue.
-
This thread actually has two different issues: "Bad Data" and "No Such Host is known" For the "No Such Host is known" In the NPM admin tab go to the NCM setting and in the connection, simply use the ip address as 10.3.11.15. No Http and no :8888. after that is applied this should work, if not please open an support ticket.…
-
This has been Replicated by Support. Submitted to the Dev team as a bug. The only effective Workaround at this time is not to sort Jobs in the NCM Job list.
-
Grodech, Was not indicating NCM does not have a different cost structure that CatTools. I was indicating you would not have to purchase other Solarwinds products to stay with NCM. Again, not addressing the addition of additional licenses. Additional Licenses would cost more. For more information on costs, your sales…
-
The session traces are there for troubleshooting. There is no need for those to be on otherwise. If anything, turning off the session tracing will increase the speed of the download to some degree.
-
Tim, If all devices require this use a script as such: conf t no logging logging 1.1.1.1 logging 2.2.2.2 end you could use a compliance report to flag if logging established then execute a the remediation script as above for those that fail to criteria. See Attached for a screenshot of an example syslog logging rule
-
fast, Hard to say without a session trace. Is the transfer protocol set up to be TFTP on the 5508 itself or is it set to FTP? since the command line does not stipulate the protocol to use, it is going to try to use the preconfigured protocol. Verify you can tftp directly from the device to the TFTP server on the NCM…
-
droinspired My feature Requests have to be made internally and are not visible externally. I am not sure if anyone has created one here on Thwack, though.
-
It appears the naming may have changed with upgrades, so in the Device types folder it is: Cisco Adaptive Security Appliance Version 7-1.3.6.1.4.1.9.1.669.ConfigMgmt-Commands I am now showing in the drop down from the NCM 5.2 Gui as being Cisco Adaptive Security Appliance Version 7 Bill
-
Absolutely great way to do it. I have a small lab, but it did eliminate the CatOS and WLCs from the selection. this would also address brian_crypto suggestion from back in 2012. Thank you for the post.
-
Patriot, A couple of initial suggestions: With the nodes that are not displaying SNMP information correctly, please verify the SNMP version and community strings imported from Orion NPM are populated correctly. If the SNMP Version and at least the RO are correct, go to the NCM settings> Modify the Inventory so only System…
-
one could append the download config command in the Device template: Example: I am not sure the commands for Juniper so these are just examples and intended for concept. <Command Name="DownloadConfig" Value ="show ${ConfigType}${CRLF}set console page 22"/> Or on the Disconnect command now: <Command Name="Disconnect"…
-
This is most likely not an issue with the credentails, rather an NCM interpretation of the issue at the time. I would suggest to actually extend the telnet/SSH timeouts in the NCM settings by 15 -30 seconds and test. If that does not resolve the issue, then definitely open a support ticket.
-
Goliath, It is possible, but how difficult will depend on how many different OS version you want to exclude or include: Example: you can keep where the the vendor is Cisco and add another condition group and select nodes where any of the following apply then select where the OS version does not start with NX- and keep…
-
Grodech, Yes, NCM definitely has a deeper level of integration if you have other SolarWinds Products that utilize the Orion Core. NCM can still be a stand alone application, not requiring the other SolarWinds applications. Moving based on NPM costing too much should not be a factor at all. NCM 7.0 and beyond, does require…
-
TFTP is the only way to get this without --More-- Lines that I have come across, as there is not a way to turn off paging.(again from what I ahve been able to find) Back up the Current WLC Template: Replace the current WLC tempalte Commands with the following and set the transfer protocol to TFTP: <Command Name="Reset"…
-
Tim, If variables are not needed use "Execute Scripts" from the configuration management page. Enter the commands starting wtih "config t" end the command with "end" Just like you would in the CLI.
-
I would check several things. Database Size and free disk space. That is the first thing I would look at. Make sure session tracing and other logging is turned off for the time being and clear all of the logs out of the session trace and logging folders in the Configuration Management install directory. If that does not…
-
The job is expected to save only configuration that have changed. Based on the pattern listed, once a change is detected, NCM will download a new config, since it differs than the one before. The next time the job runs, NCM download the configs and saves it to the database, even though a change has not been detected. (A…