As I know we can impliment oracle RAC on vMware two types:
1 - use Multiwrite
2- use RDM
for Multi-Write disks:
in the first step we create two virtual machine
for Multi-write disk in the next step add new SCSI Controller1 in physical mode and new disk in Multi-write share type
and do all above steps on vm2 just add existing disk and in this mode we can just do vMotion and for backup from OS disk (SCSI Controller0) had to create backup
from guest os .
For RDM disk:
in the first step we create two virtual machine
in the next step add new SCSI Controller1 in physical mode and new RDM disk (I use in virtual mode rdm-v)
and do all above steps on vm2 just add existing disk and in this mode we can just do vMotion and for backup from OS disk (SCSI Controller0) had to create backup
from guest os .
Is that correct ?