Redhat Linux 6.2 Oracle 10 Gb installation and configuration manual PDF

Source: Internet
Author: User

RedHat Linux 6.2 Oracle10g installation and configuration Manual

The following are all root user operations:

1. Installation preparation

1.1 RedHatLinux Server 6.2 Installation File

RatHatLinuxServer-6.2-x86_64.iso

1.2 Oracle10g Linux Installation File

10201_database_linux_x86_64.cpio.gz

1.3 check the installation package

Rpm-qa | grep make
Automake-1.11.1-1.2.el6.noarch
Make-3.81-19.el6.x86_64
Rpm-qa | grep glibc
Glibc-common-2.12-1.47.el6.x86_64
Glibc-2.12-1.47.el6.i686
Glibc-headers-2.12-1.47.el6.x86_64
Glibc-devel-2.12-1.47.el6.i686
Compat-glibc-headers-2.5-46.2.x86_64
Glibc-2.12-1.47.el6.x86_64
Glibc-utils-2.12-1.47.el6.x86_64
Glibc-devel-2.12-1.47.el6.x86_64
Compat-glibc-2.5-46.2.x86_64
Rpm-qa | grep libaio
Libaio-devel-0.3.107-10.el6.i686
Libaio-0.3.107-10.el6.x86_64
Libaio-devel-0.3.107-10.el6.x86_64
Libaio-0.3.107-10.el6.i686
Rpm-qa | grep gcc
Gcc-objc-4.4.6-3.el6.x86_64
Gcc-objc ++-4.4.6-3. el6.x86 _ 64
Compat-gcc-34-g77-3.4.6-19.el6.x86_64
Gcc-gfortran-4.4.6-3.el6.x86_64
Gcc-gnat-4.4.6-3.el6.x86_64
Compat-gcc-34-c ++-3.4.6-19. el6.x86 _ 64
Gcc-java-4.4.6-3.el6.x86_64
Gcc-4.4.6-3.el6.x86_64
Compat-gcc-34-3.4.6-19.el6.x86_64
Gcc-c ++-4.4.6-3. el6.x86 _ 64
Libgcc-4.4.6-3.el6.i686
Libgcc-4.4.6-3.el6.x86_64
Rpm-qa | grep compat-libstdc
Compat-libstdc ++-296-2.96-144.el6.i686
Compat-libstdc ++-33-3.2.3-69.el6.i686
Compat-libstdc ++-33-3.2.3-69.el6.x86_64
Rpm-qa | grep compat-gcc
Compat-gcc-34-g77-3.4.6-19.el6.x86_64
Compat-gcc-34-c ++-3.4.6-19. el6.x86 _ 64
Compat-gcc-34-3.4.6-19.el6.x86_64
Rpm-qa | grep libXp
LibXp-1.0.0-15.1.el6.x86_64
LibXp-devel-1.0.0-15.1.el6.x86_64
LibXpm-3.5.8-2.el6.i686
LibXpm-devel-3.5.8-2.el6.x86_64
LibXp-devel-1.0.0-15.1.el6.i686
LibXpm-3.5.8-2.el6.x86_64
LibXpm-devel-3.5.8-2.el6.i686
LibXp-1.0.0-15.1.el6.i686
Rpm-qa | grep openmotif
Openmotif-devel-2.3.3-4.el6.x86_64
Openmotif-2.3.3-4.el6.x86_64
Openmotif22-2.2.3-19.el6.x86_64
Openmotif22-2.2.3-19.el6.i686
Rpm-qa | grep compat-db
Compat-db43-4.3.29-15.el6.x86_64
Compat-db43-4.3.29-15.el6.i686
Compat-db42-4.2.52-15.el6.i686
Compat-db-4.6.21-15.el6.i686
Compat-db-4.6.21-15.el6.x86_64
Compat-db42-4.2.52-15.el6.x86_64

The missing package is included in the System image or system installation CD. If you can mount the CD or connect to the Internet, you can use the yum command to install the missing package.

2. Hardware requirements

2.1 physical memory at least 2 GB

Command: grep MemTotal/proc/meminfo

2.2 swap partition: at least 1 GB, preferably twice the physical memory

Command: grep SwapTotal/proc/meminfo

Check the size of swap space

Grep SwapTotal/proc/meminfo

To ensure that the minimum memory must be above 512, And the swap size is about twice the memory size.

Df-k

The larger the space, the better. At least 4 GB is required.

If swap space is insufficient, follow these steps:

1. Make sure that there is sufficient space in the system for swap. Add 2 GB swap files to/opt.

2. Add the swap file and set its size to 2 GB. Run the following command:

Dd if =/dev/zero of =/opt/swap bs = 1024 count = 2048000

Wait a moment and return the following results:

2048000 + 0 records in

2048000 + 0 records out

...

3. Create (SET) swap space

Mkswap/opt/swap

4. Check the size of the existing swap space and run the free command.

Free-m

Total used free shared buffers cached

Mem: 1011 989 21 0 1 875

-/+ Buffers/cache: 112 898

Swap: 1027 0 1027

Or check the meminfo file.

Grep SwapTotal/proc/meminfo

5. Start the new 2G swap space

Swapon/opt/swap

6. Run the free command to verify that the new 2G swap space has taken effect.

Free-m

Total used free shared buffers cached

Mem: 1011 995 15 0 4 877

-/+ Buffers/cache: 113 897

Swap: 3027 0 3027

Or check the meminfo file.

Grep SwapTotal/proc/meminfo

7. Modify the/etc/fstab file so that the newly added 2G swap space will automatically take effect after the system restarts.

Vi/etc/fstab

Add at the end of the file:

/Opt/image/swap defaults 0 0

 

Redhat Linux 6.2 Oracle 10 Gb installation and configuration manual PDF:

Free in http://linux.bkjia.com/

The username and password are both www.bkjia.com

The specific download directory is in/July 6, 6.2/July 29/July 29/Redhat Linux, Oracle 10 Gb installation and configuration manual PDF

For the download method, see

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.