To Install Oracle Rac 19c Database On Vmware Workstation pro 17
step:- create vm with following configuration
make sure to change mac address of clone vm for 2nd node.
click on "Generate" button to generate new mac address for 2nd vm for all 3 network adapters --> NAT,Host-Only and NAT
we've to execute below commands on both vm's
/* ls /dev/sd*; fdisk /dev/sdb ; fdisk /dev/sdc; fdisk /dev/sdd after all of this check ls /dev/sd* --> should be /dev/sdb1 , /dev/sdc1, /dev/sdd1 , etc then perform below commands on both vm's
/* oracleasm init ; oracleasm scandisks; oracleasm listdisks; oracleasm createdisk ASM1 /dev/sdb1;
Then edit .vmx files of both nodes vm1 and vm2 :-go to the folder on which vm's installed search .vmx file it will look like below
open both "sakri1.vmx and sakri2.vmx" with notepad and edit below lines at the end:sharing = "multi-writer"
disk.locking = "FALSE"
No comments:
Post a Comment