jpaluch ✭✭✭✭✭

Comments

  • Just wondering if a person from outside of the US/UK/Canada/Germany/Australia is eligible for prices?
  • Were you able to find solution for this?
  • Is it possible to redirect Orion Log Viewer to different database server? Is there a point in doing so? We were having some issues with DB performance of Orion and I would like to avoid adding more workload to it.
  • Hello, We are mostly interested in monitoring of replication sessions between LUNs. We would like to know if the sessions are starting and finishing properly or if they are idle for a longer time. Currently we are using uemcli for this, it displays the following information: The bottom of the screenshot lists all VMs that…
  • Can someone explain the difference between Legacy and Non-Legacy mode? I would like to fix the root cause instead of modifying application config.
  • You need to run this again after each update: Find the line: <add key="UseLegacyPowerShellImpersonation" value="false" Change the line to: <add key="UseLegacyPowerShellImpersonation" value="true" /> Those settings are getting reverted to "false" after each update.
  • We have the same thing happening in our environment. Fortunately this is a server deployed just for running monitoring scripts so I gave up on troubleshooting and instead I'm restarting it everyday. But similar to your case we are running several PowerShell monitor components on it, and it spawns dozens of processes which…
  • We have the same problem with vxrail nodes especially. This is related with the background process of password reset for vxrail components that happens every 6h. But we have also confirmed with DELL that starting from iDRAC version 6.10.30.20 DELL changed the OID responsible for uptime to 1.3.6.1.4.1.674.10892.5…
  • Not sure if this will help but you can get List of SAM components and their Ancestor/Parent by running this querry: SELECT Name, AncestorDisplayNames, Disabled FROM Orion.APM.Component WHERE Disabled = 'False'
  • I see it in SWQL studio: Anyway, glad it worked out for you :)
  • Add this to "Custom Query" widget - you can cut some Joins as I removed some other info from the query but it should work regardless. SELECT e.serverName as Node ,ToString(pe.CurrentUsage)+'%' as [Polling rate] ,Case WHEN pe.CurrentUsage > 95 THEN '/Orion/images/StatusIcons/Small-Up-Critical.gif' WHEN pe.CurrentUsage > 85…
  • We had a similar issue about year ago, not sure about the exact build number. We were given the following workaround: For the workaround can we perform the following: 1) Clean Volumes from Cortex DB with following query: delete from Cortex_Documents where Data LIKE '%"ModelType": "Orion.Volume"%' OR Data LIKE '%"Type":…
  • You can find it in Orion.APM.ComponentTemplateSetting table under Key = "SearchString" EDIT: You have to insert SQL query into email body - Add SQL queries to alert email notification (solarwinds.com) I put something to use as a starting point: ${SQL: SELECT C.Value FROM APM_ComponentTemplateSetting C JOIN APM_Component T…
  • SELECT n.Caption AS [Name],m.Comments, n.DetailsUrl, n.Status, TOSTRING(ROUND(AVG(Availability),2))+' %' AS [SLA], AVG(Availability) AS [SLATemp], CASE WHEN AVG(Availability) = 100 THEN 1 --Up/Green WHEN AVG(Availability) <100 AND AVG(Availability) >= 99.9 THEN 3 --Warning/Yellow WHEN AVG(Availability) <99.9 AND…
  • It is due to changes in warranty API.
  • I just got confirmation from support that this is a bug and it will be fixed in the next release.
  • Perform a centralized upgrade of an existing Orion deployment (2019.2 and later deployments) (solarwinds.com) Check the Pre-stage installation files in an offline environment step.
  • I have the same problem. This is the answer I got from support: "I checked my 2019.4 lab and they exist but on two of my colleagues 2020.2.5 the progress bars don't exist so it seems by design they were removed. Let me know if you have any further questions or may I close the case." I asked them to confirm it with…
  • @"jblankjblank" Thanks for the link. I have followed the advice and modified the URL a bit - now its set to https://XXX.com/Orion/SummaryView.aspx?ViewID=508 and it work fine. To answer your question - before upgrade we had URLs set to the following format https://XXX.com/Orion/SummaryView.aspx?netobject=&ViewID=509 -…
  • I would suggest to change "Does not start with" to "Does not contain" if it doesn't help then try to change "Message" to "Trap Type".
  • If you have specified just one node in the criteria then results will be limited to that one node only. If you want other nodes you have to either create one chart per node or adjust criteria in a way that more nodes will be included.
  • I would advise to try this based on the "Alert me when the free space of a volume is less than 5%" out of the box alert. Just copy it and adjust percentages based to your needs.
  • Could you try to change "I want to report on" to Volume and then in criteria specify the desired server + make sure that you chose "Fixed Disk" only as otherwise it will return memory data as well.
  • Your answer just gave me an idea. I was running this under Local Host execution mode (for some reason I thought it will run locally on the server where the template is assigned). I have changed it to Remote Host and now is working. Thanks a lot.
  • The problem here is that we are forced to use SNMP on physical servers (those are DELL servers) otherwise we won't get any hardware information which is more important to us.
  • In our case we are using domain accounts for both SolarWinds and VMware administration, so yes they are the same accounts. However there will be cases when creator of the snapshot won't have a vcenter account but we would still like to inform him about outdated snapshots (I guess this won't be a problem once VMware events…
  • I was wondering if there any plans to implement dynamic baseline thresholds that would change in time? What I mean is if we take one server and assume that noone uses it at night (from 10 PM to 6 AM) then Threshold for Critical CPU usage should be set to something around 20%, however during the day (from 6 AM to 10 PM) the…
  • In my case it was simple as we had only one alert that was generating the "Email web page" action. All what I can think of is to go to Manage Alerts -> Action Manager -> Group by Action Type and then go through each of them and verify that URL is correct. Other way would be to disable all alerts with this action and then…
  • Hi, Were you able to find a solution for point 1)? We have recently upgraded to 2019.4 and I'm struggling with extracting the varbinds variables to put them into alert message. For starters I'm trying to put AP name in email subject. Trap message looks like this: