animelov ✭✭✭✭✭

Comments

  • +2 from this thread: http://thwack.solarwinds.com/message/201621#201621
  • I will now for sure. In the coming posts will be one on formatting, so I'll be sure to include this as well. Thanks!!
  • Are you using a domain account? If so, are you using domain/username? The queries are valid on my end...
  • Sorry for the delay on this one! Doesn't appear to be anything wrong with the query, but actually with the update. There is a note on the github page that if you are on 2020.2.6 HF2 or later, there is an update to the SDK that you need to download. Otherwise, you'll get a 'System.FormatException' error.…
  • What he said :) But seriously, he is correct. Perf metrics just aren't available for that firmware level. I don't know where that would be documented, but it's been a known 'issue' for a couple of years. So yes, the only way to get performance metrics is to upgrade your firmware, but like Khue said, it is a very intensive…
  • It could also be if you have another provider installed on the same machine, such as EMC's. SMI-S is a standardization, so, it is very possible that there is a port conflict. And I assume there is a lack of performance charts...what version is the firmware of the array? There is an issue with v.6.60
  • Could be it yes. Pegasus is the SMI provider. Is it not running, even with admin permissions?
  • Looks like it, and I corrected the query: where it.datetime >= DATEADD(day, -1, GETDATE()) and it.in_averagebps IS NOT NULL and it.out_averagebps IS NOT NULL and interf.IsWanInterface=1
  • AHA! Found it. I referenced the wrong table in the where clause. Also note that yes/no was changed to 1 and 0. I highlighted the change below: SELECT (no.caption + ' - ' + interf.interfacename) as [Node Name], interf.interfacename as [Interface Name], it.datetime, it.in_averagebps as [Average BPS In], it.out_averagebps as…
  • Ahh Windows, I love you so much. Go ahead and uninstall/remove any residual information that may have been placed out there, and re-run the install, but right-click and explicitly state "Run as admin".
  • Officially we don't support 10.19 yet, but initial testing is showing that it works. 10.15 is the standard that we're still using for now though: Windows: www.lsi.com/.../Windows_Installer-WS32_10.15.GG.07.zip In any case, yes, you can install it on the same machine as the Profiler/STM server, as most customers do. One…
  • Ahh, such an unfortunate end, though producers said they come back one day and do side stories. But according to my wife, episodes 25 and 26 never happened, so, according to her, still alive :)
  • Would it be possible to copy/paste the full query. From what I can see ti looks fine, but that isn't the whole thing.
  • Good deal! Sorry for the late response on thwack, but if you need anything else, feel free to post again or email one of us @ SW.
  • Strange. can you open a case with support to investigate further? Getting on a GoTo might be easier at this point.
  • Can you copy/paste the query you are using?
  • It is a combination of the above examples, but: SELECT (no.caption + ' - ' + interf.interfacename) as [Node Name], interf.interfacename as [Interface Name], it.datetime, it.in_averagebps as [Average BPS In], it.out_averagebps as [Average BPS Out] FROM [dbo].[InterfaceTraffic] it inner join Interfaces interf on…
  • Actually, it is possible: This is your alert trigger for a mount point under 10% free (or rather, greater than 90%): WHERE VirtualMachines.VirtualVolumes.SpaceUtilization>=90 Then, for your alert message, you can use the following variables: The following Virtual Machine has a volume that is low on Free Space: Virtual…
  • 1. At Rule Creation, when selecting Any Instance (circled in image), will this still work when adding new storage arrays that aren't currently present in Storage Manager? Yes, if you make a few assumptions, and that is: - You select "Any Instance" (which you mention) - The rule is applied to the "Default SMI-S Policy" -…
  • Have you deleted the nodes yet? If you haven't, then export a node inventory report via the report writer for just those nodes as an excel or csv file. Then delete the nodes, re-run the network discovery, but specify a list of ip addresses instead of a range with only those nodes. That should bulk add pretty quickly If you…
  • With the GUI issue, are you using Chrome for a browser? Currently we don't support it and it will throw that error whenever you save configurations (but the changes and everything will be made) On the second poller, are you referring to a Profiler Agent or the legacy SMI-S provider? cimworkshop cannot be tested against…
  • Sorry for the delay, can you paste the query that you are using? Using the Solarwinds SWQL studio in the SDK you can see where the error occurs in a SQL-like error message. GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…
  • The agent that is gathering the exchange information, is it running as a domain admin that can see the private stores? If so, then you can set the logs to debug mode (in the wrench icon for the Exchange portion in profiler), and that should tell you line by line what the output of those commands are. Let me know if you see…
  • Sorry, this is going to be lengthy with screenshots. Ok, apparently I'm wrong on the location, but the good news is that there is still a way to do it and the KB article is actually more relevant. It IS a threshold rule, not an asset change rule. Overall rules in Storage Manager are a 3 step process. First step: Go to…
  • It's here now: WHAT WE'RE WORKING ON FOR WPM (UPDATED AUGUST 2015)
  • Sorry I'm looking through old posts. HiCommand is the old name for the entire suite of products. More specifically, the SMI-S Provider is embedded in Device Manager, and 5.9 should work. Go ahead and try out the software and let us know if you need any help!
  • Give me just a little bit, I'm running into a meeting, however, use this KB as a stop-gap: http://knowledgebase.solarwinds.com/kb/questions/2054/How+to+set+Thresholds+and+Alerts+in+Profiler. Instead of selecting a threshold, do a asset change rule instead, but the process is otherwise the same.
  • Then you can create them: Create a custom property
  • I assume you have a custom property set for the interfaces you wish to filter on? If so, just add that to the where clause: ... where it.datetime >= DATEADD(day, -1, GETDATE()) and it.in_averagebps IS NOT NULL and it.out_averagebps IS NOT NULL and it.<custom_property_name>=<custom_property_value> group by it.interfaceid ...
  • If you do not have NCM, this report will error out. If that is the case, use this report instead: ACM+License+Usage+Summary+-+No+NCM.xml