Comments
-
Well, if the IP you want Solarwinds products to not reach is one of your nodes, you could set it to Unmanage, or just delete it. But, what is probably going on is you have some sort of auto-initiated scan configured. When scanning for new devices, you can set the scans to ranges, not just via IP addresses and subnets. So,…
-
---------------------------------------- ...I don't know, what does happen when you drop your Blackberry in the toilet? Funny you should ask... just a few days ago, my brother's Blackberry Pearl dropped through a storm drain, and landed in about 9 inches of water. We got a ladder, climbed down there and fished it out. It…
-
Chadder, I agree. We also purchased Orion NPM with the Wireless Module, in December 07, with the misconceived understanding that it would support Cisco WLC and LWAP. No where that I saw did SW advertizements indicate that it was not compatible with LWAP. We started complaining about this to SolarWinds in February 2008.…
-
Hi Serena, I do not know the answer to your question. I am not familiar with DPAIM. What should I look for?
-
Hi wes.reneau, I have a need to create reports involving Unmanage and Mute too. I reviewed the code you posted, and made my own changes. I have some questions for you on your solution. First, what version of Orion are you using? We are using 2019.2 HF3 (NPM 12.5). IN our deployment, the table AlertSuppression is empty. We…
-
Hi. I did some more checking into the false positives we have been experiencing with our firewalls. I have found three causes, which I presume to fit the scenarios for different outtages, though two of them are the based upon the same idea. The first two are regarding busy firewalls/routers: configuration and traffic. We…
-
mikeit83 -- but if you do that, then you won't have an excuse to wear the button.
-
Okay. I'm going to answer my own question. I did a little exploring, and made the following notes. I suggest that you work off a current exported list of Custom properties so that you don't overwrite recent work with old field values. To that end, I am also including how to Export Custom Properties so you can work off the…
-
If I were interested in a single device going up down, I would examine several searches: 1 - All events for the device (what else is going on), 2 - All down events for the device (look at timing, any pattern), 3 - Look at nearby and related device events (like UPS or core switch/router). These might expose something that…
-
4-year bump
-
Hi again Brian. Perhaps updating from the Config management > Script Management instead of from Config Change Templates might help. It's worth a try. The banner script I posted above does work in my environment on Cisco IOS devices. I changed the text of the MOTD before posting here. When I run exactly what I posted above,…
-
Denny, If Solar Winds does phase-out basic alerts, please build the easy check-to-select-nodes feature of the basic alert. It would be a real pain the have to write 200 lines of "NodeName is equal to name"
-
I e-mail Tesh Support and Bill was very helpful. I have now created several pollers which will give me the information we need after we figure out how to calculate a delta. In the items below, I abbreviated unicast, multicast and broadcast as Ucast, Mcast, Bcast, erspectively. These pollers are set up as Interface Pollers,…
-
Another couple fine points if working with [NCM_Entity_Physical] table: * There may be some entries with blank serial numbers -- these are provisioned switch members which don't exist yet, or they are switch stack members which have been removed from the stack. * There may be some entries with NULL serial numbers -- I…
-
Continuing on with my deciphering of serial numbers in the Orion NCM database tables, I have found out that the data in [NCM_Entity_Physical] may be unreliable if NCM Inventory is not current. I ran the following two queries and compared the two. Query 1 joining [NCM_Nodes] table with [NPM_SwitchStackMember] table: SELECT…
-
troy.allen I like it!. Do you have the rest of the mappings for Entity_Class?
-
Here is the SQL code to put into the alert e-mail to include the syslog message in the e-mail. ${SQL: SELECT Top 1 Message FROM Syslog WHERE (PATINDEX ('%service recommended%',Message) > 0) AND NodeID=${Nodeid}} Note: the string ("service recommended" in this example) should match the string in the alert exactly.
-
Funny that the link in ding's e-mail came out different when I quoted her comment. I checked, the doc number is the same DOC-188116. odd.
-
Bump on the last day of July.
-
jblankjblank, I Successfully upgraded to 2019.2 HF2. The 5 nodes I was concerned about now show more devices in the Map tab of Node Details. However, for example, an access switch only "sees" 5 APs, and 16 connected devices which have IPs in a DHCP scope. What is painfully missing is the uplink from the access switch to…
-
Please include more info. Do other alerts work, or adv alerts, or are no alerts working? What are the action settings? Does your SMTP server require authentication? Is your mail server an SMTP server? More info?
-
Hi jblankjblank, thanks for replying. in the map I posted, the top 3 devices (a distribution switch and 2 access switches) have NPM Network Topology like this: The bottom 2 devices are core devices, and they do have some information in the NPM Network Topology field, only 4 or 6 topology links listed. None of those are…
-
Rick, It looks like you want to group the results by a field. My table is not grouped. Are you trying to group, and by which field? By the way, I'm no SQL guru. I'm just self-teaching. At a previous employer, we had to outsource our SQL coding to the experts at Loop1. At this new employer, I "own" the Solarwinds Campus, so…
-
I had to run the Config Wizard three times due to errors, but finally did get a successful completion. I logged into the web interface and checked the volume sizes. They are present and correct. Thanks for your help. Website configuration failed: • Web Request for /Orion/Login.aspx failed - The operation has timed out…
-
Have you made any progress with your Tripplite needs?
-
So, here's where I am now. I have found out that I can't access the raw Multicast data with the NPM database as it is. I may be able to create a Custom Poller to Poll the data directly from the interfaces. As it is, we can access Min, Max and Averages of Multicast data, in and out of an interface. If was take a Standard…
-
sja, This thread topic has changed a bit, so I'm going to start a new thread. I have a SQL search which I use to find specific syslog entries, because I find it difficult using Orion's Log front end to find specific entries. I'll create a new thread, then edit this message to post a link to it. Link: SQL: How to search…
-
Thank you for replying christopher.t.jones123. For some reason, I thought I replied earlier, but the message didn't post, it was saved as a draft. Yes, the TFTP directory is c:\tftp-root. I copied the files there myself. However, I think back-then, the tftp target directory had been changed by someone (perhaps me while I…
-
@"yumdarling", any further insight into this question? Thanks,
-
Thanks mesverrum. I searched the DB information schema for 'master' and 'list'. I didn't find anything that seemed applicable. Is there any more information you can provide? Such as, what is the masterlist, where/how is it stored, how is it accessed/modified?