Ik zou graag meer inzicht hebben in de totale grote van een VM
Dat is incl:
Alle disken
VMWare Swap file
Snapshots
log files
etc...
Ik heb dit al gevonden: http://www.van-lieshout.com/2009/07/how-big-is-my-vm/
If, for example, you want to know the size of vm VM01, you can use the function as shown in the example below.
$vm = Get-VM VM01
$size = Get-VmSize($vm)
Maar dat blijft stuk lopen op het command Get-VmSize dat niet herkend wordt.
Ik kan wel naar de vCenter server connecten en de VMs zien. Incl het geheugen.
Dat is incl:
Alle disken
VMWare Swap file
Snapshots
log files
etc...
Ik heb dit al gevonden: http://www.van-lieshout.com/2009/07/how-big-is-my-vm/
If, for example, you want to know the size of vm VM01, you can use the function as shown in the example below.
$vm = Get-VM VM01
$size = Get-VmSize($vm)
Maar dat blijft stuk lopen op het command Get-VmSize dat niet herkend wordt.
Ik kan wel naar de vCenter server connecten en de VMs zien. Incl het geheugen.