Comments
-
I couldn't get it to work. I tried the same procedure as before in that I removed part of the query until it didn't give me an error. I did this to get the Custom Query to show some data with no errors using the below. SELECT N.NodeID, N.Caption, N.IPAddress, N.SNMPVersion FROM Orion.Nodes N When I add the other sections I…
-
And I thanks everyone who replied. Its greatly appreciated!
-
Scratch all the above. It worked! I just started over and added each line until it failed. I then removed that line ( it was c.Name AS [WMI/SNMPv3 Credential Name] ) and finished the rest of the query and all was good. I then attempted to re-insert the problem line again but this time it worked. Must have been a typo on my…
-
I just get "There was an error processing the request". If I look at Database Manager (which I understand is not the same as Studio) and expand the tables, I see that I have Nodes (View) and also NodesData but not just nodes. Not sure if this changed after moving to On Prem late last year but this database has been going…
-
Will this query work in Database Manager? Do I have to replace any entries above with something unique to my environment? I had to replace line 18 with FROM SWCredentials_SnmpV3 AS OSV3 as I was getting Invalid object name 'Orion.SNMPv3Credentials". After that my next query got to line 19 but it gave me an Invalid column…
-
I should add that most of the devices giving issues are legacy IOS. IOS-XE devices seem to take the commands and get rid of the message.
-
Ok. Works like a charm until it doesn't. I have devices that it worked and identical devices on same image that don't. Still researching this.
-
Had the issue. Applied the enable traps listed. Worked like a charm. Thanks!
-
SHA256....SHA512..... When oh when?
-
This would be very helpful. I agree.
-
I have similar issues with the VLAN poller. For whatever reason, some of my devices show as not a match even though I have other identical devices which do. If I do a mib browse or use the Poller Test app on the server, I can see the info. However, they still show as not a match. Doing a rediscovery helped fix some devices…
-
Mines back.
-
Me too. Same issue. Case opened.
-
To export Netflow from a Gigamon, you have to have the license as well as setup the Gigamon Netflow export configuration. To check if you have the license, type show license from your device. For example, this is what mine shows; <device name> # show license --------- Box 1 --------- Slot Feature Parameters Start Date…
-
Turns out that the mapi component wanted the FQDN for the domain account. This is why the error of not being able to open the default mailbox kept happening. Support called and we did a GoToMeeting. We updated the user account with the fqdn domain info for the user account info and the monitor started working.
-
I've had three gotomeetings with support. They are still working on the issue.
-
Ok. Thanks for the help and information!
-
I'm sure this has been beat to death but I'm still seeing the Hardware Receive Power Sensor issue on my Ten Gig Interface 1/1 on my 4900M. I'm running 10.7 RC3. This interface is admin shutdown but has the 10gig GBIC's installed. I guess the easiest way to get rid of the alert is to remove the GBIC. I did this and it…
-
I think you answered it higher in the post. You mentioned it was not possible using SWQL to extract only a portion of a field versus the entire field. However, you mentioned something about post processing after the data was retrieved. Since we are talking basically about ascii text, how would you post process that data…
-
One thing I forgot to mention. The server has .NET Framework 4 Extended and .NET Framework 4 Client Profile
-
The server is in the same domain. The user account used for monitoring has the ability to login to the server console. This login has logged into the console many times. The user account monitoring the mailbox has full exchange read only rights as well as domain admin and local admin. This account can view the inbox on the…
-
Thats the thing. I want to use SolarWinds's Custom Query and right it in SWQL.
-
One other thing. Could this be related to .NET or ASP?
-
The main issue appears to be the monitor invoking the opening of the default mailbox. On the server I can see the mailbox and watch the test messages come in. However, when the monitor test process runs it fails. I can also open the mailbox from my pc by logging in with the same credentials the SAM application uses and see…
-
Ok. I pulled it direclty from within SAM so I believe I got the right one. I will try it out.
-
I suppose. All I'm trying to do is get the operating system version from a Netapp without all the extra text that the mib provides. Below is what is pulled by Solarwinds by default. NetApp Release 8.0.0.P04 Thu Sep 25 11:12:00 PDT 2011 I just want to extract the 8.0.0.P04 without the rest of the text.
-
Exchange 2010 SP2 Version 14.2(Build 247.5) This is the first attempt at setting up a MAPI monitor for round trip time. The only other templates were using are the Exchange 2010 one's included in SAM5.2 such as HUB transport role counters, DAG, etc..
-
I'm going to work this one once I get the mapi template going. Have a bunch of other stuff on the go taking my time.
-
This worked like a champ after hours of trying everything else...
-
Is there any other command or combination of commands that could perform the task? Basically, there might be a way to extract just a certain portion of the text in a field with SWQL but I'm not familiar enough with database's or sql type commands to know if there is.