In this demo we are going to install Oracle Linux 7 on VMware Workstation for Oracle software deployments.
Power on the Virtual Machine to begin the installation of Oracle Linux 7.1
We have successfully installed Oracle Linux 7.1 On VMware workstation 12.
Getting VM ready for Oracle Software Deployments
Set Selinux to Permissive and disable firewall
Getting VM ready for Oracle Software Deployments
Set Selinux to Permissive and disable firewall
Install Oracle 11gR2 Pre-Install
yum install oracle-rdbms-server-11gR2-preinstall
By installing oracle-rdbms-server-11gR2-preinstall package we automate the following:
- installation of required software packages needed for database installation, with all dependencies
- oracle account creation and groups: oinstall, dba
- kernel parameters modification in /etc/sysctl.conf
- settings for hard and soft shell resource limits in /etc/security/limits.conf
Change Hostname as you would like to use.
Set the static IP address
Edit /etc/hosts file, Enter the IP address of you Oracle Linux VM with hostname (FQDN).
That's All, Now the machine is ready for Oracle 11gR2.
Set the static IP address
Edit /etc/hosts file, Enter the IP address of you Oracle Linux VM with hostname (FQDN).
That's All, Now the machine is ready for Oracle 11gR2.
Cheers-:)
No comments:
Post a Comment