All about virtualization
  • vBooks
  • ESXTOP
    • ESXTOP vSphere 6
    • ESXTOP vSphere 5.5
  • vBlogDB
    • Open the vBlog Database
    • vBlog diagrams
  • vSphere 6
  • Homelab
  • VMworld 2017
    • VMworld 2016
    • VMworld 2015
    • VMworld 2014
  • TechFieldDay 13
    • TechFieldDay 11
  • Free tools
  • About
    • Privacy Policy

No CPU and memory usage data from host available in vCenter

Andreas Lesslhumer 17. July 2012 2 Troubleshooting cpu, esxi 5, host, memory, no data available, usage, vCenter, vsphere client

Sometimes it happens that the cpu and memory usage of individual ESXi 5.0 hosts will not be available in the vCenter: Solution (respectivaly a workaround): In this case a restart of the management agents will help to solve the problem….
Read more

Tweet

Cannot remediate host because it is a part of a HA admission control enabled cluster

Andreas Lesslhumer 17. July 2012 2 Management, Troubleshooting HA admission control, host, remediate, vsphere

If you get the error “The operation is not supported on the selected inventory objects. Check the events for the objects selected for the operation” when you try to remediate a host you will also find the following entry in…
Read more

Tweet

Code snippet – Report all VMs on a datastore

Andreas Lesslhumer 15. July 2012 0 PowerCli Snippets datastore, powercli, report, script, VMs

This script will report all VMs and the name of the datastore. Just fill in the name of your vCenter Server in the first line: Connect-VIServer vCenter-Server foreach($ds in Get-Datastore){ foreach($vm in ($ds | Get-VM)){ $vm | Select @{N=”VMname”;E={$_.Name}}, @{N=”DSName”;E={$ds.Name}}…
Read more

Tweet

Post navigation

← Previous 1 … 124 125 126 127 128 Next →

Join me on Twitter

Follow @@lessi001

The views expressed anywhere on this site are strictly mine and not the opinions and views of my employer.

Privacy Policy | About