VMWare

See OCFS Oracle Cluster Filesystem, Raw devices, ASM
VMWare disk sharing
#In my example I allocated all the space immediately
disk.locking = "FALSE"
diskLib.dataCacheMaxSize = "0" 
diskLib.dataCacheMaxReadAheadSize = "0" 
diskLib.dataCacheMinReadAheadSize = "0" 
diskLib.dataCachePageSize = "4096" 
diskLib.maxUnsyncedWrites = "0"

scsi0.present = "TRUE"
scsi0.sharedBus = "none"
scsi0.virtualDev = "lsilogic"

scsi0:2.present = "TRUE"
scsi0:2.fileName = "C:\Virtual Machines\ocfs2.vmdk"
scsi0:2.writeThrough = "TRUE"
scsi0:2.mode = "independent-persistent"
scsi0:2.shared = "TRUE"
scsi0:2.redo = ""

 

Tools
#Install tools to synchronize time with hosting OS
#Use this to enable time synch
/usr/bin/vmware-toolbox

#Install and configure
vmware-config-tools.pl

To use the vmxnet driver, restart networking using the following commands:
/etc/init.d/network stop
rmmod pcnet32
rmmod vmxnet
modprobe vmxnet
/etc/init.d/network start