ESXiでなんちゃって共有ディスク

iSCSIだとあっさりいっちゃいそうなので、
平行して、VMでなんちゃって共有ディスクの作り方



http://www.vmware.com/pdf/vi3_35/esx_3/vi3_35_25_u1_mscs.pdf


Clustering Virtual Machines on One Physical Host


To create and zero out the disk, use the following command:
Remote CLI
vmkfstools.pl --server --username --password -c -d eagerzeroedthick -a lsilogic
/vmfs/volumes//.vmdk



To zero out an existing disk, use a the following command:
Remote CLI
vmkfstools.pl --server --username --password user_password> [-w |--writezeroes]
/vmfs/volumes//.vmdk

ほぉー