Quantcast
Channel: VMware Communities: Message List - vSphere™ Storage
Viewing all articles
Browse latest Browse all 5826

Re: Inflating does not update UI informations ; still showing "thin"

$
0
0

The same effect as re-registering a VM can be achieved with a Reload-VM operation like this:

 

On the ESXi shell via SSH or DCUI:

Get the VM id with:

# vim-cmd vmsvc/getallvms | grep -i [VM-Name]

 

Execute a reload:

# vim-cmd vmsvc/reload [VM-ID]

 

 

Via PowerCLI:

(Get-VM [VM-Name] | Get-View).Reload()

 

Check if that updates the information properly.

 

If it still doesn't check if a restart of the host management agents works.


Viewing all articles
Browse latest Browse all 5826

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>