Create and Share Disk on Oracle VM Box for implementing 10g RAC using Oracle VMBOX
Box Directory. (C:Program FilesOracleVirtualBox)
by executing bellow command.
–filename D:disk_for_rac.vdi –size 10000 –format VDI –variant Fixed
with first virtual machine (rac1) by executing bellow command.
storageattach rac1 –storagectl “SATA” –port 1 –device 0 –type hdd
–medium d:/disk_for_rac.vdi –mtype shareable
by using bellow command.
d:/disk_for_rac.vdi –type shareable
storageattach rac2 –storagectl “SATA” –port 1 –device 0 –type hdd
–medium d:/disk_for_rac.vdi –mtype shareable
Hi anup
i want small information regarding installtion of rac.
can you please give the best choice to install rac 11g r2 with shared disk for practise.
whether vmware server or virtual box which one you feel the correct choice and easy for installation of 11gr2 rac.
thanks
goutham
Hi Goutam,
Both are correct choice. But i think you should go with vmware.
Anup