Comments
-
On Error Resume Next ' version: 1/21/2010 StrComputer = WScript.Arguments(0) Set objWMIService = GetObject("Winmgmts:\\" & StrComputer & "\root\cimv2") Call CheckError Set ComputerObj = objWMIService.ExecQuery("Select * from Win32_ComputerSystem") Call CheckError For each comp in computerobj StringComputer = comp.name next…
-
Queues script: strSrv = WScript.Arguments(0) Set oLoc=CreateObject("WbemScripting.SWbemLocator") oLoc.Security_.ImpersonationLevel=3 oLoc.Security_.AuthenticationLevel=WbemAuthenticationLevelImpersonation Set owmi=oLoc.ConnectServer(strSrv,"root\cimv2") ' strQuery = "SELECT AggregateDeliveryQueueLengthAllQueues from…
-
We have issue #136910 for this issue. Sporatically it works so within the script we added error handling to help determine the failure. one script is a services stopped script and the other a Exchange Queues script. Here are the failure errors: 12:09am Unknown but queue length = 0 1:29am Windows script execution error.…
-
In addition to the WMI timeouts being worked from the Microsoft side by adjusting DCOM, we have opened a couple of support issues which we are working with development.. Here are the articles on increasing WMI wait time, http://msdn.microsoft.com/en-us/library/aa391769(VS.85).aspxCan use lSecurityFlags in the script to…
-
We are having the same issue and have been adjusting the DCOM timeout on the server.. You mentioned that you changed your polling interval to 70 sec and left your timeout to 300 sec. Doesn't this causing your polling to step on each other?
-
I have performend the steps replace the JobEngine.sdf file and that works for a while. until it reachs 250MB again and the jobengine starts failing again. We are also on Windows 2008
-
There are a couple of files that need to be copied over to the additional webserver when you have this failure on your reports leveraging Custom Properties: • CustomPropertyEditor.trace • OrionReportWriter.cfg • OrionReportWriter.schema This copies over the new custom properties updates your reports are using in order for…
-
Agents are definatley a need to really complete Solarwinds.. I do like the SNMP, WMI, and Script agent monitoring however when you move towards Win2008, WMI becomes problematic with UAC and the overall inconsistentcy of it. Go figure, its a microsoft product.. In addition in Firewall situations, If you have compliance, you…
-
Orion only has 1 alert engine.. Advanced Alert Manager: You can setup basic alerts or setup more advanced alerts: this link goes into the advanced alerts. What type of device down alert are you trying to setup, Server or Network? If server, I would look for a node status down.. If Network, you need to do a node status down…
-
It may be a little deeper than that.. IBM's AIX doesn't fully support SNMP. Specifcally the IBM AIX SNMP that is compiled by default doesn't compile the HOST-RESOURSE.MIB this is where you get process info, better cpu, memory, and better disk. You have to compile NET-SNMP or use custom scripts to monitor your AIX…
-
I meant Orion Netflow Analyzer
-
I did the "Update Report Schemas" and the problem didn't get resolved as well.. Are there other troubleshooting options? Thanks Chad
-
Denny, is there a way to test a blackberry message, Send a email to a blackberry devices and then act on the confirm response it gives.. Error if you don't get a response as well as calculate the turn around time?
-
byrona, how is the dev patch working? We currently have this problem with a 5 NPM pollers, 2 APM pollers, and 2 Netflow collectors.. I see a ton of "time out for buffer latch wait" in addition my DB will start to freeze and SQL is only using 8gb of the 24gb on the dedicated SQL server. I look in the DB and there is a ton…
-
Does Orion NCM not have the ability to forward the Netflow to the 2nd system such as QRadar
-
Has this progressed much in the year it has been out there? We are evaluating Solarwinds but half of our infrastructure is AIX.. We need application level monitoring of this in addition to the cpu and memory.
-
Is there a way to test to a Blackberry device within APM?
-
Make sure to include a Response time checker. Something like the Exchange MAPI Test.
-
Can you use VB or a Perl script that executes XMPP commands that can pull JVM memory, and thread information into the APM? I know APM 3.0 and 3.1 does have the capability but what functionality are you added to get this information since you can't get it with WMI or SNMP?
-
Update your Alert's "Trigger Condition" tab with "Do Not trigger this action until condition exists for more than XX minutes. Its easier to modify the alert rather than the template timeout.
-
Update your Alert's "Trigger Condition" tab with "Do Not trigger this action until condition exists for more than XX minutes. Its easier to modify the alert rather than the template timeout.