Comments
-
We are in the same boat. We only bought licenses for our block storage arrays.
-
Reviewed.
-
Don't think about it too much. The answer is towards the start of the video.
-
Is there documentation out there for the topics discussed in this session? I would like to implement some of their recommendations.
-
adatole patrick.hubbard KMSigma do you guys have these guidelines published?
-
You could query the database for the top 100 nodes or something similar to accomplish this. Select NodeID, Caption, IP_Address, CustomProperty1, CustomProperty2 From Orion.Nodes Order by NodeID DESC
-
Implementing hyperconverged backup solution
-
Is the AppInsight template available for use on SAM 6.7? Our servers are running Windows 2012 R2 and is a roadblock for upgrading to the newest versions of NPM and SAM.
-
Thanks Lindsey! I've sent you a message with my contact info.
-
That did the trick. Thank you!
-
We have a few ESX hosts discovered in our environment via SNMP. I am not seeing hardware health in the node's resources. Does it require WMI to poll hardware health?
-
Thank you aLTeReGo. My use case is actually moving the resources on the first tab of a view to a new tab on that same view. I have a custom dashboard setup for a critical application at our company. I created this a while back but I have been asked to overhaul it and separate out compute, storage, network, and application…
-
Good luck, I've been fighting with support for two months now over the collector service spiking to 60+% usage after database maintenance runs. Have gotten no traction at all with them. Just the usual runaround: are hot fixes applied, config wizard/permissions checker run, etc.
-
Thank you! aLTeReGo Do you know if hardware monitoring is possible for HP Proliant G6-8's running ESXi 5/6?
-
Yes, I have. This is not a fix for the issue but rather a band-aid to make the issue happen less often.
-
Glad to hear it. Seems like NetPath wasn't finely polished when it was released and can cause some serious performance issues.
-
aLTeReGo Is this still not possible? Would save me an awful lot of time.
-
cmgurley & bleggett were you able to get monitoring pointed at your Rubrik "briks"?
-
Anyone find the downloads for these broken links?
-
Support was telling me I had to update the array's website certificate to sha256 compliant. Not sure if it's worth the hassle or not
-
Can you verify if this documentation is still relevant or located elsewhere now? I click on the link and it says I do not have permissions to view this page.
-
Thanks. I have done that exercise when I am able to RDP into the box. If there's port exhaustion, I cannot login obviously. I now monitor for port consumption on my APEs to band-aid fix it, but still never found a root cause of why it's happening. There doesn't appear to be a common node that consumes a ton of ports. The…
-
It was actually bad netpath probes. We've run into this a few times where a bad probe (one that cannot reach the endpoint, errors out, etc) will exhaust resources on the VM (usually a CPU leak) where only a reboot will reset things temporarily. Once we remove the bad probes, the problem went away.
-
12.2
-
Same question here, I need to do a manual install on a thin client that is not in the same domain as the orion servers. It's not in a domain at all actually.
-
I found the same thing. And unfortunately that means I was not able to create a functional script for this use case. Thanks for your input. Maybe the table schema will change in the future but for now we will be using the manual process of muting nodes.
-
Would you care to share your script with us? Or is there documentation from SolarWinds on this?
-
I added the custom property table to the query in case some of you need to filter out some nodes like I do. SELECT DISTINCT [EntityUri], [SuppressFrom] AS [UtcSuppressFrom], [SuppressUntil] AS [UtcSuppressUntil], ToLocal([SuppressFrom]) AS [LocalSuppressFrom], ToLocal([SuppressUntil]) AS [LocalSuppressUntil], CASE WHEN…