Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Virtual disk proble

902332Mar 30 2012 — edited Mar 31 2012
Hi,

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
This post has been answered by Aman.... on Mar 31 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2012
Added on Mar 30 2012
6 comments
428 views