Re: Trouble backing up CUCM & Unity to NCM
Jiri, I had previously put in a feature request asking for SFTP support in NCM. You marked it as IMPLEMENTED. https://thwack.solarwinds.com/ideas/4291But now you say:Jiri Cvachovec wrote: The tool used...
View ArticleRe: Trouble backing up CUCM & Unity to NCM
Maybe that's a misunderstanding. The idea says "Include SFTP Server in NCM". And yes, SFTP server is included. But NCM doesn't support SFTP transfers.Sorry if I mislead you. I didn't mean to pretend...
View ArticleConfig Change Template error
I am working on a new CCT and I'm running into an error that shows up in the output preview: The part in the above picture that shows "System.Collections.Generic.List..." is supposed to output the...
View ArticleBacking up Nexus 7000 VDC-All
Hi There We have recently installed nexus 7000 series switches and we were wondering if it is possible to change the backup script for the Admin VDC to show run vdc-all as opposed to just show run I...
View ArticleRe: Backing up Nexus 7000 VDC-All
Can you post a copy of your template? What issue are you running into? Did you enable Session Tracing?
View ArticleRe: Config Change Template error
After much playing around, I figured out how to resolve this. Rather than call '@CustomerPorts' in the string definition for 'PortDefA', I began to call '@CustomerPorts.InterfaceName'. I also...
View ArticleRe: Send " Enter" Key in NCM Schedule
Jiri, How would one go about passing this macro through a configuration change template?I'm trying to send 3 "enter" keys after a command to a Cisco ASA that needs confirmation of filenames when doing...
View ArticleRe: Re: Send " Enter" Key in NCM Schedule
Hi sixmill, You just use ${CRLF} in a CLI block. Jiri
View ArticleRe: Send " Enter" Key in NCM Schedule
Here is the CLI portion of a change template that is giving me an error when I click the "Validate" button. Does the syntax below look correct? { //Issue commands to the device CLI { copy...
View ArticleRe: PCI Compliance templates
Is there anywhere to get the ones that come as part of the NCM install? I don't know if someone had accidentally deleted them on my server but I cannot find them at the moment. Thanks,Joe
View ArticleRe: PCI Compliance templates
If you are using the newest version of NCM you would be able to download some of the Configuration Templates via the Shared on Thwack section. Whether you use PCI or DISA STIGs, the Configuration...
View ArticleAny NCM v6.0 upgrade gotchas?
I am currently on v6.0 of NCM and would like to upgrade to the latest version (7.3.2). Anyone know of any gotchas that I might experience before I pull the trigger? Can I go directly from 6.0 to...
View ArticleNew Thwackman Video
Please take a look at the new Thwackman video. You won't be disappointed. It is hilarious! https://thwack.solarwinds.com/ideas/4565 https://thwack.solarwinds.com/ideas/4563
View ArticleRe: Backing up Nexus 7000 VDC-All
Hi There All i did was copy the 6500 template and add a line for show run vdc-all but that didnt work Is this even possible or am I wasting my time? Cheers Cam
View ArticleRe: Any NCM v6.0 upgrade gotchas?
What version of NPM are you on? Check out the NCM upgrade path in this document. SolarWinds Knowledge Base :: Compatibility of SolarWinds Orion Products for Installation and Upgrade
View ArticleAdding nodes into NCM
Before upgrading to NPM 11.0.1,if I selected Add or Manage Nodes in the NCM Node Management settings. it would bring up a display where I could sort on what was in NCM and what was not. But now when I...
View ArticleRe: Send " Enter" Key in NCM Schedule
Validation Failed: An error occurred during script parsing. Position: Line 20, Character 6 Error message: no viable alternative at character '$' Please check script syntax.Line 20 is where the first...
View ArticleRe: Re: Send " Enter" Key in NCM Schedule
Sorry for the confusion. You can't use ${CRFL} in the CLI statement directly. You must use a little trick: ... string @myEnter='${CRLF}' CLI { @myEnter @myEnter @myEnter } ... Regards,Jiri
View ArticleRe: Backing up Nexus 7000 VDC-All
Without screenshots or session traces, it is hard to comment. But more than likely, you are *not* wasting your time.
View Article