Monday, August 7, 2023

Vmware Workstation Pro 17 Installation Oracle 19c Grid Infrastructure

 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
enable shared folder---> The folder in which ASM1.vmdk, ASM2.vmdk and ASM3.vmdk
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

Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...