Installing Red Hat Linux for Oracle 10g R1 & R2

Oracle Database Installation Procedures
Post Reply
User avatar
jimb
Site Admin
Posts: 6146
Joined: Thu Jan 19, 2012 1:10 pm
Location: New Delhi, India
Contact:

Installing Red Hat Linux for Oracle 10g R1 & R2

Post by jimb »

Installing Red Hat Enterprise Linux 4 (Nahant Update 8) or Oracle Linux Release 4 Update 8 for x86 (32 Bit) for Oracle Database 10g Release 1 and 2 (32-bit Architecture)

For educational purposes, this guide will help installing Red Hat Linux (32 Bit) for Oracle Database 10g.

Red Hat OS Version: Red Hat Enterprise Linux AS release 4 (Nahant Update 8)
Architecture: i686 (x86)
Note: I used VMware® Workstation Version 7.1.4 build-385536 for this installation

Part 1: Install VMware Workstation. VMware Server will also do. (Installation will be discussed separately)
Part 2: Install Red Hat Enterprise Linux AS release 4 (Nahant Update 8)
- Download Oracle Linux Release 4 Update 8 for x86 (32 Bit) - DVD from https://edelivery.oracle.com/linux
- After downloading, unzip the V16749-01.zip file and you should get Enterprise-R4-U8-i386-dvd.iso

- Install the Operating System using VMware Workstation.
> From VMware Workstation Home, select New Virtual Machine to create one.
ScreenShot023.jpg
> Select typical for the type of configuration.
ScreenShot024.jpg
> Select 'I will install the operating system later.'
ScreenShot025.jpg
> Choose Red Hat Enterprise Linux 4 or Oracle Enterprise Linux for the Guest Operating System.
ScreenShot027.jpg
> Select the Desired Name and Destination of the New Virtual Machine
ScreenShot028.jpg
> Size the Disk accordingly
ScreenShot029.jpg
> Click Next and Click on Customize Hardware
ScreenShot030.jpg
> From Hardware window, select New CD/DVD (IDE)
>> Make sure that the device status is Connect at power on
>> For connection, Use ISO Image file: and locate the installation file (Enterprise-R4-U8-i386-dvd.iso)
ScreenShot031.jpg
> Click OK then Finish. The New Virtual Machine is now ready for the Operating System Installation. Adjust as necessary but editing virtual machine settings such as Memory, Processors, etc. But it is recommend to use the default.
ScreenShot032.jpg
ScreenShot032.jpg
At this point, you are now ready to install the Guest Operating System.
> Power on the virtual machine.
ScreenShot033.jpg
> Just press <ENTER> to start installation in graphical mode.
ScreenShot034.jpg
> Choose skip to skip the media test.
ScreenShot035.jpg
> Click on Next
ScreenShot036.jpg
> Choose English as the Language and click on Next
ScreenShot037.jpg
> Choose U.S. English for Keyboard Configuration and click on Next
ScreenShot038.jpg
> Choose Automatically partition for Disk Partitioning Setup
ScreenShot039.jpg
> When prompted to initialize the drive, erasing ALL DATA, select YES.
ScreenShot040.jpg
> Choose Remove all partitions on this system, select the drive to use, and don't forget to tick on Review (and modify if needed) the partitions created
ScreenShot041.jpg
> Confirm that you have chosen to remove all partitions (ALL DATA) on the selected drive/s:
ScreenShot042.jpg
> You will now be presented to final Disk Setup.
ScreenShot044.jpg
> Leave default settings for Boot Loader Configuration
ScreenShot045.jpg
> Ensure that Device eth0 (this is your first LAN Card) is Active on Boot and set the Hostname manually to whatever name you want for your machine.
ScreenShot046.jpg
> As this is for testing purposes, let's disable Firewall Configuration. Select No firewall and Disable SELinux.
ScreenShot047.jpg
> When prompted for a Firewall Warning, just click on proceed.
ScreenShot048.jpg
> Leave default for Additional Language Support
ScreenShot049.jpg
> Choose your correct Time Zone
ScreenShot050.jpg
> Specify the root password
ScreenShot051.jpg
> For Package Installation Defaults, select customize software packages to be installed.
ScreenShot052.jpg
> In Package Selection Group, Tick on the Following: X Window System, GNOME Desktop Environment, Text-based Internet, Server Configuration Tools, Development Tools, X Software Development, GNOME Software Development, Legacy Software Development, Administration Tools and System Tools. If your machine can handle the resource, you can install EVERYTHING.
ScreenShot053.jpg
> In About to Install Window, click Next to begin installation.
ScreenShot054.jpg
> Installation of Operating System will now begin. This will take some time depending on your machine specifications.
ScreenShot056.jpg
> As the installation completes, don't forget to click on 'I Finished Installing' then reboot the machine.
ScreenShot058.jpg
> When the machine is booted, just follow the remaining instructions. Skip Creation of Regular Account. We will perform the creation of accounts during the Oracle Database 10g installation. Guest Operating System Installation is now complete.
ScreenShot061.jpg
Part 3: Post Installation of Guest Operating System
- Login to the machine as 'root'
- Navigate to Applications > System Tools > Terminal
- Get the acquired dynamic IP Address address of the guest machine. Issue the command: ifconfig.We need these information as we will change the machine's IP Address from dynamic to static. Take note of the Network Interface Card (NIC), inet addr and Mask.
NIC: eth0
IP Address: 192.168.218.150
Net Mask: 255.255.255.0
ScreenShot064.jpg
- Re-configure the IP from dynamic to static.
> Navigate to Applications > System Settings > Network
ScreenShot065.jpg
> The Network Configuration appears.
> Select Device eth0 then click Edit.
> Uncheck Automatically obtain IP address settings with dhcp
> Tick on Statically set IP addresses:
Address: 192.168.218.150
Subnet mask: 255.255.255.0
ScreenShot066.jpg
> Save the changes. File > Save
> Deactivate and Active Device eth0 using the GUI or via command line: service network restart

- Add new entry to /etc/hosts
> Get the Fully Qualified Domain Name (FQDN). From command line, issue: hostname
ScreenShot067.jpg
> Add the following:
ScreenShot068.jpg
- Test that your machine is accessible remotely via Putty.
ScreenShot069.jpg
-- End of Guest Operating Installation --

Proceed to Installing Oracle 10g R2 (32-bit) on Red Hat AS 4 (http://www.oracle-forums.com/installing ... -t687.html).
Oracle Database Administration Forums
http://www.oracle-forums.com/
xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Installing Red Hat Linux for Oracle 10g R1 & R2

Post by xaeresis »

Post Reply