Comments
-
Ok...this also explains why I couldn't figure it out initially..I was looking for current and then my scope expanded to historical. I had already looked into doing what you have suggested and have done a smaller interval. Thanks,
-
Been off the last several days...will let you know if I see them again.
-
It was sporatic I didn't have it happen at all before yesterday but then throughout the day it kept occurring. Today so far so good.
-
So I had a support call scheduled on Thursday to look into this matter. The window came and went with no call from support. I emailed in about 20 minutes after my window began and didn't get a reply until the next morning asking if I had time to do a call that day. I was out on Friday so I emailed in this morning saying I…
-
I have always just deleted the info in that field and it resets. Is this not the case?
-
+1 to this enhancement.....This request came up today in my environment.
-
What are your top 3? I have one and only one but it's a huge request. If you are running EOC then you likely are a MSP running multiple licenses of solarwinds. That being said the workstation you are bringing up EOC or SolarWinds for that matter likely isn't on the same network as that of which you are polling. To have EOC…
-
That sounds like an awesome suggestion for a feature request idea
-
Thanks...Andy....I went back and looked and found that it is something wrong with the Join I'm doing to get the data. I'm pulling data from 3 tables to write this query. It looks right but something is indeed wrong. I'll get one of my DBAs to help me figure out what I'm doing wrong. Thanks for the feedback.
-
In working my other case yesterday I had the engineer look at the notes on this one. Dev is able to replicate the issues but I don't know when it will be fixed. I've had to do several repairs lately due to some issues we have had so I had my DBA write me a query to dump the trap rules to a temp table before I run the…
-
I will agree with the point about spaces....they are the forums but someone doesn't know that just by looking at the site. I too found that confusing when first logging in. I am now following the spaces I usually review so that they pop up in my direct feed. Clicking on the thwack community logo shows recent content which…
-
That's where the account limitations come in per the doc I posted. If you say a user is limited to view a certain set of devices that is all they can see. Any user not restricted can see everything.
-
I have a SQL script that we wrote to update all of the interface captions to match the description on the interfaces. I was vary reluctant to run it because I didn't like the idea of mass updating 2000 interfaces but it did work correctly. I have a similar query that we use for the device names. To have this restored would…
-
FYI they are also in the latest copy of the Network Atlas documentation. This may be more up to date considering that other link is from 6/2010 http://www.solarwinds.com/documentation/orion/docs/OrionNetworkAtlasAdminGuide.pdf
-
Have you tried a different browser? Do any of the other &dataformat= commands work like csv or excel?
-
Here is a further clarification that really shows the massive nature of this problem for me. This is a small excerpt of about 10 devices from our network discovery. On each of these access switches there is a very small number of ports that I care about. The rest of them I would prefer to be ignored from future discoveries…
-
The original case 282534 is resolved. I set a pre-command to alter the prompt per Solarwinds support recommendation. set cli prompt "%u@%h" This sets the prompt to Username@hostname> and the config download is now working. Suspect that when the prompt was only > NCM was fooled into thinking the download was completed which…
-
Ended up with two separate cases on this one. The original is 282534 in which the NCM server cannot pull in the entire config is still unresolved. While working with the engineer we also tried to transfer the configs via SCP Case 282626. The problem we faced was we can get the configs to transfer but it Solarwinds does not…
-
Well If I didn't it wouldn't poll at all now would it That's not entirely true which is why I asked the question. Many networking devices allow for a subnet to be an allowed SNMP host. Cisco for instance you can create an ACL that allows 10.x.x.x to poll your community string. Windows servers on the other hand require…
-
So I looked to see how bad the problem is. I upgraded on Friday and I have over 22,000 traps classified as this snmpTraps.7 from a myriad of devices, Avaya, APC, Cisco, Netapp, NetBotz, VMware, etc. Are there other's out there with this same issue?
-
This will give you the IP, Name, and SNMP Location for all nodes that are type SNMP from the Database Select IP_address, Caption, Location From Nodes Where ObjectSubType like 'SNMP'
-
Thanks...that will forever be in my mind when i go to this site. LOL
-
That is what I did and it worked fine. The SQL template has queries that you will need to edit as well, along the lines of object_name = 'Sqlserver:General Statistics' to object_name like '%:General Statistics%' and not all of them need to be edited. You could test against a server using SSMS. Then just change the name of…
-
You would be surprised how many shops use public/private. Not that that makes it a good thing! ;) I would definitely have to agree. I have a separate issue. I managed an Orion instance that serves about 100 customers...each have their own SNMP strings (sometimes a different string per site within a customer). This makes…
-
You don't you can't build a poller for a trap OID. You can configure the device to send traps to SolarWinds but you can't poll a trap OID.
-
You aren't the first one to treat me as spam :D
-
I simply add &Printable=TRUE to the end of the URL removes the logos and the footer. Gives a nice clean NOC view.
-
It's the Y2K bug....it was just laying dormant for 9 years. :)
-
Go to that view under manage views...choose edit...then preview it......Copy the URL from your browser.
-
There is no hardware field within the nodes table. I am looking for a way to run a report that lists nodes that are physical and nodes that are virtual. Can you please explain how to accomplish this?