Get the latest news about SolarWinds Virtualization Manager (VMAN)
We recently purchased VMAN licences for 192 sockets. Not a trivial cost. And I am trying to set it up for the first time. Right now I am wishing we did a trial first. We do already have Orion NPM and Netflow for 2000 nodes, and we had heard good things about VMAN from some sources, so we trusted it would be good quality…
Hi All, A custom widget to get orphaned disk. Same as the built-in, but can be customized as needed. SELECT substring(df.[Name], charindex('/',df.[Name])+1,99) as [FileName] ,ds.Name ,case when size/1024/1024/1024>1 then concat(size/1024/1024/1024,' GB') when size/1024/1024>1 then concat(size/1024/1024,' MB') when…
Hi All, Using SWQL to get the snapshots disk usage. This has the same as in built-in widget, but can be customized to include or exclude additional information. SELECT top 10 [Name] ,[PowerState] ,case when SnapshotStorageSize/1024/1024/1024>1 then concat(SnapshotStorageSize/1024/1024/1024,' GB') when…
I have an alert set to send an email when a VM storage utilization is at 99%. I want to exclude some VMs from this alert but can't seem to figure it out. I want to exclude VMs that start with MMWS and MNWS. I tried using the "does not start with" and "does not contain" but I still get alerts for VMs that start with MMWS…
Our Solarwinds NPM interface licenses are about to meet the subscribed 2000 interface license limit. The current occupied interface licenses include the virtual infrastructure VM interfaces as well. Now I would like to know that If we go for VMAN tool instead of upgrading the NPM, for managing/monitoring of virtual…
Hi Team, According to: https://documentation.solarwinds.com/en/success_center/orionplatform/content/orion_platform_scalability_engine_guidelines.htm, I can deploy the VMAN Free Polling engines. What are the steps required to deploy it as VMAN Free Polling Engine? Thank you in advance.
Hello We have an IOPS alert which works wonders. Though one of our customers wanted to have the threshold value in the alert not only the current value. I'm having no issues adding the global threshold value to the alert. But some nodes will also have custom IOPS thresholds set. I can for the life of me not find a variable…
Hello, We recently configured Nutanix monitoring using API credentials. This configured the polling and allowed us to see the Nutanix clusters in Solarwinds. We added the CVM credentials, (which were accepted by Solarwinds) but are unsure what information is being polled by these credentials. Can anybody confirm what data…
Due to a lack of management and control over VM resource provisioning, VM sprawl is characterized as a waste of resources (compute: CPU cycles and RAM use) as well as storage capacity. Because of its uncontrolled nature, VM sprawl has a negative impact on your environment's performance at best, and in limited situations,…
Are the Read, Write and Total disk latency statistics representative of Milliseconds?
It looks like you're new here. Sign in or register to get started.