Monday 14 April, 2008 - 11:55
In Oracle VMware RAC Q&A! , I found the following snippet in a VMWare configuration file:
disk.locking = "FALSE"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.dataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize = "4096"
diskLib.maxUnsyncedWrites = "0"
This lead me to a VMWare article in the VMWare GSX Server 2.5.2 documentation called Enabling SCSI Reservation .
This sounds all well and good except that I tried this a year ago when First VM Created and encountered the VMWare Clustering Problem .
There is nothing like going around in circles. Lucky I had blogged this.