Symptom:
Not able to create a virtual machine with an allocated disk space of 512 GB in VMware ESX Server v3.5. My virtual CA User Activity Reporting Module server needs more than the 256 GB maximum to handle event volume.
Solution:
VMWare ESX Server uses a default Block Size of 1 MB, and calculates the maximum disk space using this value. When the block size is set to 1 MB, the maximum disk space defaults to 256 GB. If you want to configure more than 256 GB of virtual disk space, you can increase the default block size.
To create a larger virtual disk
vmkfstools --createfs vmfs3 --blocksize 2M vmhba0:0:0:3
In this command, the value 2M means 512 GB (2 x 256).
More information about this command and other commands is available in the VMware ESX Server documentation.
Copyright © 2013 CA.
All rights reserved.
|
|