Comments
-
Michael - Yes, that is what I'm looking for. Specifically I'd like to know: * what issues are fixed in this patch? * what bugs are not fixed but are documented? * under what conditions does the bug appear? * what is the severity/impact of the bug? * is there a workaround? As I previously mentioned I may be spoiled by Cisco…
-
I emailed mine to you from my work account on 8/13. No points showing at this time.
-
To help with prioritizing this, add me as another user requesting this feature also.
-
Add another +1 to the request count.
-
And until I know specifics of what's fixed, I don't know whether the patch addresses any existing issues. I have no info to help me determine scheduling priority. If there were a ReadMe that stated bug reports x, y, and z were fixed, then I could make an informed decision on whether and when to install a patch. It would…
-
Many many times. Below is what I'm executing in powershell and the resulting output. The value 86108 in the arguments is the AlertID of a specific alert which is confirmed as not being acknowledged. PS D:\ProgramData\Solarwinds\Scripts> $swis = Connect-Swis -h localhost -u <removed> -p <removed> PS…
-
Savell: All good to know. I'm still on NPM 10.1 and I've got just over a thousand (according to NCM) access-layer switches with a couple hundred unrouted vlans on each. We're planning on moving to 10.2 in the next couple weeks. Keep us updated on your disk space issue.
-
Click the "customize page" link and remove the unwanted section from the resources list.
-
After you created the UnDP did you test it on a few nodes? If so, what did the results show?
-
Hah! I think it made the post funnier when I inserted my favorite 4-letter word while reading. Apparently not a unix-oriented vocabulary in the filters.
-
Where do we find this hotfix? Can you provide a link to the hotfix release notes? I've looked in my customer portal but I do not see any hotfixes for NPM 11.5 I'm not having a problem with NetworkAtlas crashing, but I have had some system instability and hanging/timeouts after the 11.5 upgrade. Logs indicated that the…
-
A couple I've gotten to work are for failover status and global connections. I opened a TAC case a couple weeks ago for the number of translations used by each PAT address and received this response: "to monitor the number of translations in use for each PAT address. The OID cfwConnectionStatDescription…
-
I'm not trying to say the poll depends on ping: you can still SNMP poll a device w/o ICMP, but the up/down status is dependent on ping.
-
Add another +1 to the list of requestors. As this appears to have been on the roadmap for a couple years, is there any targeted release version/date where we will see this functionality?
-
Create a feature request on here that we can vote on. Hopefully that'll get the request more visibilty and priority.
-
Cool. Thanks.
-
Downloaded latest mibs.cfg (dated 3/18). Replaced old copy dated 12/15 of same size. No change. Looks like I'll be opening a support ticket tomorrow.
-
Just tested and confirmed. When adding a node with a duplicate IP I did get a warning that it is already monitored but I am given the option of choosing a different polling engine to assign the duplicate node to. This was the first time I've intentionally tried adding a duplicate node - I have no idea how the previous…
-
Thanks, but I've looked through that one. As I mentioned to Richard above, that is a nice step-by-step guide but doesn't include the syntax detail I was looking for.
-
I don't have a case open for my particular issue yet. So you're saying that SP1 is just performance tuning, and no bug fixes. Correct? This is helpful to know in case the assigned engineer responds with a statement along the lines of "that's a known bug fixed in the latest service pack."
-
Cisco ASR 1002. The specific sensors are for a SPA-1X10GE-L-V2 with XFP-10G-MM-SR optics.
-
Actually a couple Cisco 1100's. What doesn't show up well is all the coffee grounds spilled across the APs.
-
Can you tell us the bug ID so we know what to watch out for? Thanks.
-
There is a custom property if you make one. For example, I added 2 properties to all my nodes: NodeCpuWarn, and NodeCpuCrit. These are nothing more than just numeric fields that I enter values into - they have no relationship to any particular property other than being values associated with Nodes. The magic is when you…
-
This shouldn't remove the discovered info - it'll just prevent the discoveries from doing any further topology discovery.
-
What do your firewall logs show when you ping from your NPM server to the switch? If you have a Cisco ASA then the packet-tracer command can be very helpful here.
-
Good to know. It was always explained to me that it was the order in AD that mattered. Whenever it was an issue for us it was because the user changed role and the AD cleanup hadn't happened yet.
-
Below is what we finally got working using no XML. The script is called via the alert with this command line: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy unrestricted -command "D:\ProgramData\Solarwinds\Scripts\AlertAckScript.ps1 "${N=Alerting;M=AcknowledgeUrl} The alert action is using no…
-
I will second sstark85's request - please post your powershell code (minus the username and password, of course). I'm trying to do the same thing and am banging my head against the wall at this point.
-
Using the next ACL as the ending would add another dependency that may or not be there, whereas looking for anything that is not whitespace as the first character would match another ACL or the !. The regex I use for the config block end is ^[a-zA-Z0-9!]