Install Oracle on bare devices on AIX

Source: Internet
Author: User
Recently, new systems have been released. I have not prepared documents for installing Oracle on AIX. I have prepared a document for future reference. The simple steps are omitted here.

Recently, new systems have been released. I have not prepared documents for installing Oracle on AIX. I have prepared a document for future reference. The simple steps are omitted here.

Recently, new systems have been released. I have not prepared documents for installing Oracle on AIX. I have prepared a document for future reference. The simple steps are omitted here.

1. view the system environment

View Operating System

# Uname
AIX

View the operating system version
# Oslevel-r
5300-10
View CPU count
# Getconf HARDWARE_BITMODE
64

Or
# Prtconf-c
CPU Type: 64-bit
View the number of kernel digits
# Prtconf-k
Kernel Type: 64-bit

View memory
# Prtconf-m
Memory Size: 62976 MB

Or
# Lsattr-El sys0-a realmem
Realmem 64487424 Amount of usable physical memory in Kbytes False

View swap partitions
# Lsps-
Page Space Physical Volume Group Size % Used Active Auto Type
Hd6 hdisk0 rootvg 32768 MB 1 yes lv
If the swap partition is small, you need to adjust it to 32 GB.
Smitty chps
View the/tmp directory
Df-k
Tmp space at least 4 GB

View APAR
Instfix-I-k "IY68989 IY68874 IY70031 IY76140 IY89080"

2. Create oinstall and dba combination oracle users
# Mkgroup-A oinstall
# Mkgroup-A dba
# Mkuser id = 202 pgrp = oinstall groups = oinstall, dba home = '/u01/app/oracle'
Shell = '/usr/bin/ksh' oracle (create the path/u01/app/oracle before running the command)
3. System Parameter Optimization
Network Parameters and adjustment values to be adjusted:
Udp_sendspace: 135168
Udp_recvspace: 1024000
Tcp_sendspace: 65536
Tcp_recvspace: 65536
Sb_max: 1310720
Rfc1323: 1
Ipqmaxlen: 512
Change the network parameters and restart the system.
No-r-o ipqmaxlen = 512
No-p-o rfc1323 = 1
No-p-o sb_max = 1310720
No-p-o tcp_recvspace = 65536
No-p-o tcp_sendspace = 65536
No-p-o udp_recvspace = 1024000
No-p-o udp_sendspace = 135168
Aio in AIX 6L is already in the dynamic form and does not need to be configured. Running rootpre. sh to warn aio can be ignored.
4. Check the system software package

# Lslpp-l

Bos. adt. base
Bos. adt. lib
Bos. adt. libm
Bos. perf. libperfstat
Bos. perf. perfstat
Bos. perf. proctools
Rsct. basic. rte (For RAC configurations only)
Rsct. compat. clients. rte (For RAC tolerations only)
The August 2007 ibm c ++ Runtime Environment Components for AIX (9.0.1)
XlC. aix61.rte: 9.0.0.1
XlC. rte: 9.0.0.1

For emcstorage, check EMC. Symmetrix. aix. rte EMC. Symmetrix. fcp. rte.

If no app package exists, run the following command to install it:
# Smit installp
# Smit limit Ge // Insert the first system disk and select the installation Language

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.