-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster FullStats: no power usage data #395
Comments
Hi and thank you for your support. |
Hi, ViPullStatistics.log is there another log I can check? |
Hi, |
Interesting, thanks a lot running the commands, i wanted to ask you to do it. I got some Dell servers so I'll try to reproduce your setup, what version of ESX and what image you're running? |
Dell PowerEdge R650 |
ok so the addon on top of the stock vmware iso not the dell iso right? |
Yes, correct edit: |
Thanks, I'll apply this image |
If it helps, with this little script, I get the power usage of one of the servers. Connect-VIServer -server MyvCenter
$entity = Get-VMHost -Name MyServer
$stat = "power.power.average"
Get-Stat -Entity $entity -Stat $stat -Realtime -MaxSamples 1 Value : 555 |
Hi, Thanks for your feed back. |
Hi, |
no problem, thank you for your help also. |
Hi,
I have 2 clusters using Dell PowerEdge R650,neither of the 2 clusters shows power usage
In vCenter, power usage is available
sexigraf: 0.99j
vCenter: 8.0.2 (23319993)
VMware ESXi, 8.0.2, 23305546
Thanks in advance
The text was updated successfully, but these errors were encountered: