Centos 6
Centos 6
Centos 6
Just a part of the screen was taken as snapshot that is important to avoid more screens and space
Prerequisites
We/you need to have basic understanding of Oracle Virtual Box download on your system and
attaching ISO to start installation
Downloading Software
https://wiki.centos.org/Download
In this article CentOS 6.8 used which you can download from the above link. The direct link is
http://vault.centos.org/6.8/isos/x86_64/
CentOS-6.8-x86_64-LiveDVD.iso
Eject DVD
Power off the VM
Start the VM
disabled Kdump
Installation Complete
Login to Server
Network Setup
~]# dhclient eth 0/1/2
The 10.0.3.0 is the Routing gateway for NAT Network card and 192.168.56.0 is the Routing Gateway
for Static Network card
The entry of 192.168.56.1 is saved in the file for getting the DNS of Oracle Virtual Box. Without this
"...56.1 " entry your static IP will not work
CentOS-Debuginfo.repo CentOS-Media.repo
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=os&infra=$infra
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=updates&infra=$infra
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=extras&infra=$infra
baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=centosplus&infra=$infra
baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=contrib&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
4.3)
[fasttrack]
name=CentOS-6 - fasttrack
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo
=fasttrack&infra=$infra
baseurl=http://mirror.centos.org/centos/$releasever/fasttrack/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
It clearly says in that file that enabling this repo is for older versions
4.6) Useful
This repo can be used with mounted DVD media, verify the mount point for
CentOS-6. You can use this repo and yum to install items directly off the
* base: mirror.centos.org
* centosplus: mirror.23media.de
* extras: mirror.infonline.de
* fasttrack: mirror.checkdomain.de
* updates: mirror.infonline.de
Installed Packages
Available Packages
[root@centos6-host1 ~]#
How can that help ? Oracle Database installation requires quite enough number of steps on the
server side which makes us understand Linux better
https://oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-6
https://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm#BHCHGDIE
What's next ?
We come to a question, is that all I have to do to learn Linux with that example?
Obviously no!
The next one is prepare the Linux server for RAC Installation
https://oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oracle-linux-6-using-
virtualbox
Hence, we can start with two new servers or just with this initially by following NFS and DNS Setup