Comments
-
In case other people run into this, NetFlow v3 configuration might trigger a bug in Sql Server 2005 that is causing the "latch" errors. Until we work around the SQL Server bug, if you get the latch error, you can install the hotfix support.microsoft.com/.../942680 which you can download from support.microsoft.com/.../ The…
-
This thread was for an old version of the VoIP Module. So it will most likely not apply to IP SLA Manager. What are the issues you are facing?
-
The 2nd arguemnt to AddInterfaces needs to be an array of objects. So new[]{ new { ifIndex = view[i][0], Caption = view[i][1], ifType = view[i][2], ifSubType = view[i][3], InterfaceID = view[i][4], Manageable = view[i][5], ifSpeed = view[i][6], ifAdminStatus = view[i][7], ifOperStatus = view[i][8] }}
-
Chandru: We currently don't expose the target node's status for alerts which would give you to suppress alerts the way you wish. You should file a ticket with support and request it as a feature so you can track it.
-
Hi fabi, The snippet was just a starting point. Unfortunately this kind of integration requires some knowledge of web development. I would recommend that you have someone with that experience help you out.
-
If you want to use wildcard comparisons, then you need to use the LIKE operator. Your filter should be written as follows Node.Vendor LIKE 'net-snmp%'
-
I forgot to ask you how you have your Orion 9.1 setup. Did you setup your Orion as documented in http://www.solarwinds.com/NetPerfMon/SolarWinds/wwhelp/wwhimpl/js/html/wwhelp.htm#href=OrionAdministratorGuide.1.360.htm Is it on the same domain as EOC? Does your Orion account have the domain as part of the account name? If…
-
The fix for passthrough authentication requires Orion 9.5 . If you've updated to Orion 9.5 and it is still not working please let me know. What other issues are you having with the product?
-
We currently don't have a demo site available, and you may install the eval version on your product box and it will allow you to use it as a full SLX during the 30 day evaluation. If you do not have write access to the routers, you can request operations be created manually for you by your network engineers and then…
-
NinjaNerd56 : From what you described, I'm assuming that you created the operations through IP SLA. IP SLAM should try to recreate those operations. Since it did not I would open a support ticket so that the developers can look into this issue.
-
You can use the attached to find the location of the Solarwinds-Orion certificate. Make sure the Local System has access to it.
-
I think we may have a namespace mismatch. The QueryXml element in your request seems to be under the namespace "">http://tempuri.org/" it needs to be "">schemas.solarwinds.com/.../informationservice" If you can post your code I can try it here and see if I can debug it. Thanks.
-
I hope you understand, but I can't really speak about future releases. However, regarding your question about the query. You would get blank EventTime when a node doesn't have any matching rows in EOC.Event. This would happen because you are using a LEFT JOIN. By default EOC tries to retrieve the last 24hrs worth of events…
-
You have a couple of options. You can export all tables prefixed with Voip to a temporary database and send the backup, or you can use the bcp utility as such bcp <dbName>.[dbo].[VoipLinks] out VoipLinks.out -S<server> -T -c -U<username> -P<password> bcp <dbName>.[dbo].[VoipLinkTestResults] out VoipLinkTestResults.out…
-
after you refresh the page, can you look in the SWIS log ( C:\ProgramData\SolarWinds\InformationService\v3\Orion.InformationService.log) and post the error you see at the end . We have identified the bug and trying to identify a workaround for you.
-
fabi, Explaining how to do it would be too much for this post. If you have a fields with Id "username" "password" and "querytext" You can use something like jquery to make an ajax call like this $(function() { $("#send").click(function() { $("#error,#results").hide(); var address =…
-
Try grouping your conditions with parens. e.g. Node.Status <> 9 AND (Node.Vendor = 'Cisco' OR Node.Vendor = 'Juniper*' OR Node.Vendor = 'NetScaler' OR Node.Vendor = 'Riverbed Technology') Wildcards are support by using the LIKE operator and % symbol. e.g Node.Vendor LIKE 'net-snmp%'
-
Has there been any policy changes related to certificates? That's the only thing I can think that may cause these type of errors to show up all of a sudden. Another thing to verify is that the SolarWinds-Orion certificate is accessible by the SWIS service.
-
Just want to make sure. Are you using the right Orion account when you specify the credentials in the EOC account settings page? So if your Orion account is Chandru, then under your EOC account settings page, you should specify the Chandru account for that Orion server. If this is the case and you are not getting reports I…
-
You may want to check that * Network Service is part of the "Log on as a service" and "Adjust memory quotas for a process" * ASPNET and IIS_WPG are part of "Log on as a batch job" * IIS_WPG, ASPNET are part of "Impersonate a client after authentication"
-
Just to let you know this should be fixed in the next release of EOC.
-
Port 17777 is the port that SWIS listens on special for special bindings, while port 17778 is the port that SWIS listens on for HTTPS connections.
-
Nope, take a look at the VoIP Collector service resource on the actual Orion web site.
-
You can use the ConvertTo-SecureString command to set the $password variable.
-
Hi. Unfortunately EOC does not support Orion 8.0.1, you would need to upgrade your Orion 8.0 servers to Orion 8.5 in order to deploy EOC.
-
CallManager 6.1 SNMP support is disabled by default. The snmp service may be running, but CCM will not publish its MIBs unless you turn it on. 1. Connect to the Call Manager website 2. In the Navigation Dropdown in the top right, go to “Cisco Unified Serviceability” 3. Go to “Tools->Service Activation” 4. Check “Cisco…
-
It is currently not possible to extend or modify the hardware health info. Can you give an example of what you are trying to accomplish?
-
I'm assuming you specified the site's Configuration Mode as "manual". When you specified the operation number under Manual call paths, did you use the same number as you specified when creating the operation?
-
I don't know what version of Orion you have, but if you have the latest, with some javascript/jquery you should be able to do a http post to https://<orion ip>:17778/SolarWinds/InformationService/v3/Json/Query with the body containing your query. e.g. { "query":"SELECT NodeID, Caption FROM Orion.Nodes ORDER BY Caption"}…
-
If you are running in evaluation mode, when you run the IP SLA Manager licensing application you should be presented with a screen similar to the one above. Click on the middle button labeled "Enter licensing information" and that should prompt you for your key.