Comments
-
We're having the same issue. ASA with two outside interfaces where Loopback interfaces are not allowed.
-
To me, it doesn't necessairily have to work using a custom property. It would be sufficient if I could unmanage all items in a group with one click. I've read that some people do this using powershell scripts, but I need something more user-friendly.
-
not to forget: label backgrounds. I don't like the transparent background, and whenever I change it, I have to go through several additional clicks to get rid of this ugly grey background, which is unfortunately defaulted. A tool like Atlas should really, really enable me to change defaults.
-
In section "Custom Properties within Templates" you mention: Custom properties are tied with nodes, and therefore can be referenced via the node parameter. I see that this works. But there are also Custom Properties which are tied with interfaces. Will this not work? When I try to change an interface's Custom Property, I…
-
There's a way: In the Advanced Configuration, which can be found under: http://<server>/Orion/Admin/AdvancedConfiguration/Global.aspx you can specify the extension. But it seems only one extension at a time works. So still not very nice to the busy administrator.
-
I would use either "Show" or "Show full-configuration". the former is what I actually Need, the latter includes the defaults
-
In case anyone should experience the same problem: After spending some more time on this I discovered, that on the pages (where I tried to unmanage a node) is a chart that is created using Custom HTML. The HTML code used a different user and password (for whatever reasons) to generate the chart. This fact was revealed when…
-
Thanks for your input Casey! 1. There is no loadbalancer involved, but the server connects over 2 interfaces in teaming mode. 2. I've verified the multiple worker processes: it was already set to 1 As a despreate measure I have now disabled the user account which interferes. If the issue still arises I will act on your…
-
Thank you for the explanation. I've suspected this but lacking knowledge and experience I thought perhaps there's a way around this.
-
Thanks for your Input. I see what you mean: putting CDP Information as description to an interface, but I'm after something different. I need to add a description (e.g. a server name or asset Information which I cannot get this way). Therefore I need an input box for every interface I want to change.
-
Thanks for your suggestion. NET STOP and NET START does just what I need.
-
thanks for your input. A simple "show " is actually sufficient to display the configuration. If I call it from CLI it works. If I change the behaviour so that the template uses "Show full-configuration" the result (the error message) is the same. [22.07.2015 15:56:38] -----------------NCM 7.4------------------- [22.07.2015…
-
No, it's truncated. Here's the whole session trace: [22.07.2015 11:15:30] -----------------NCM 7.4------------------- [22.07.2015 11:15:30] UseCustomMorePromptBehaviour: False [22.07.2015 11:15:30] MorePromptKey: [22.07.2015 11:15:30] Login Attempts: 1 [22.07.2015 11:15:30] Custom UserName Prompt: [22.07.2015 11:15:30]…
-
Hi just found out: call the following URL in your browser: http://<your server>/Orion/Admin/AdvancedConfiguration/Global.aspx Which leads you to advanced configuration. There you'll find FirmwareRepositorySearchPattern, where *.bin is already configured. It looks as if you could enter more file extensions there, but it's…
-
I've done this: at the top of the script, before the commands are executed, I entered if (@ContextNode.SysName == 'xxxxxxxxx') { // Enter configuration mode CLI { .... here are the commands that will be executed... } } (instead of xxxxxxxxx you insert your SysName) This ensures, that the commands are executed only on that…
-
We are facing the same issue. Orion Platform 2015.1.2, NCM 7.4, NPM 11.5.2 After installing Hotfix OrionPlatform-v2015.1.2-HotFix2 our Fortigate firewalls became status "unknown" and the node details view was a default view. We have now uninstalled the hotfix on both our pollers and executed a repair and finally, after…
-
Solarwinds Support have provided the following solution which works very well: * Remove the "UseExactPromptMatch" * Set "VirtualPrompt" to value="\[.*\]" (which specifies the prompt's start and end in RegEx) * Set "UseVirtualPromptForCommands" to value "true" Now everything works as epected. These are the lines I have now…
-
OK, got one step further. There's the Advanced Configuration, which can be found under: http://<server>/Orion/Admin/AdvancedConfiguration/Global.aspx Unfortunately it does not say, how more than one expression can be used. It only says "The filter string NCM uses to determine what files to monitor in the firmware…
-
Hi Thibaut To see the current VLAN and Port Status, you need to adjust the following: Go to Settings -> NCM settings in the section NCM Node Management go to Node Inventory Settings. There you have to select Extend VLANs inventory which is disabled by default. After you run the inventory job you'll see the VLAN assignment…
-
OK. After playing around some more I found a solution. The user I was using on this device was a local one which causes the prompt of this device to end with a $-character. On the other devices I use remote users (TACACS) which causes the prompt of those devices to end with a #-character. As soon as I changed the user to…