Virtual disk proble
902332Mar 30 2012 — edited Mar 31 2012Hi,
I am trying to install oracle 11gr2 rac on oel in vmware workstartion version 6.
so when i created disk and mounted to both the virtual machines, but when i trying to start it is saying that "clustering is not supported to this machine"
i searched in google not now where i didn't find the right solution.
I am using parameter to virtual the disk in vm ware is:
disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.dataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize = "4096"
diskLib.maxUnsyncedWrites = "0"
#scsi1 data storage
scsi1.present = "TRUE"
scsi1.virtualDev = "lsilogic"
scsi1.sharedbus = "virtual"
scsi1:0.present = "TRUE"
scsi1:0.fileName = "D:\VMWARE\PRACTICAL\RAC\STORAGE\DISK1.vmdk"
scsi1:0.mode = "independent-persistent"
scsi1:0.shared = "TRUE"
scsi1:0.redo = ""
scsi1:1.present = "TRUE"
scsi1:1.fileName = "D:\VMWARE\PRACTICAL\RAC\STORAGE\DISK2.vmdk"
scsi1:1.mode = "independent-persistent"
scsi1:1.shared = "TRUE"
scsi1:1.redo = ""
scsi1:2.present = "TRUE"
scsi1:2.fileName = "D:\VMWARE\PRACTICAL\RAC\STORAGE\DISK3.vmdk"
scsi1:2.mode = "independent-persistent"
scsi1:2.shared = "TRUE"
scsi1:2.redo = ""
scsi1:3.present = "TRUE"
scsi1:3.fileName = "D:\VMWARE\PRACTICAL\RAC\STORAGE\DISK4.vmdk"
scsi1:3.mode = "independent-persistent"
scsi1:3.shared = "TRUE"
scsi1:3.redo = ""
how to proceed, please let me know.
thank you!
Edited by: 899329 on Mar 30, 2012 2:07 PM