oracle 10 6.1,Oracle Study之--AIX 6.1安装Oracle 10gR2

# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat bos.perf.libperfstat bos.perf.proctools

Fileset Level State Description

----------------------------------------------------------------------------

Path: /usr/lib/objrepos

bos.adt.base 6.1.1.0 COMMITTED Base Application Development

Toolkit

bos.adt.lib 6.1.0.0 COMMITTED Base Application Development

Libraries

bos.adt.libm 6.1.1.0 COMMITTED Base Application Development

Math Library

bos.perf.libperfstat 6.1.1.0 COMMITTED Performance Statistics Library

Interface

bos.perf.perfstat 6.1.1.0 COMMITTED Performance Statistics

Interface

bos.perf.proctools 6.1.1.0 COMMITTED Proc Filesystem Tools

Path: /etc/objrepos

bos.adt.base 6.1.1.0 COMMITTED Base Application Development

Toolkit

bos.perf.libperfstat 6.1.1.0 COMMITTED Performance Statistics Library

Interface

bos.perf.perfstat 6.1.1.0 COMMITTED Performance Statistics

Interface

------ 如果缺少所需的软件,可以从aix 6.1系统盘1#安装!

3、创建Oracle用户和组(install、dba)

# id oracle

uid=300(oracle) gid=300(oinstall) groups=301(dba)

# chown -R oracle:dba /u01

# su - oracle

$ mkdir -p /u01/app/oracle

----并修改Oracle用户对资源访问的限制 !

4、root用户做安装前的环境检测

# ./rootpre.sh

./rootpre.sh output will be logged in /tmp/rootpre.out_16-03-02.15:44:46

Saving the original files in /etc/ora_save_16-03-02.15:44:46....

Copying new kernel extension to /etc....

Loading the kernel extension from /etc

Oracle Kernel Extension Loader for AIX

Copyright (c) 1998,1999 Oracle Corporation

Successfully loaded /etc/pw-syscall.64bit_kernel with kmid: 0x20883000

Successfully configured /etc/pw-syscall.64bit_kernel with kmid: 0x20883000

The kernel extension was successfuly loaded.

Configuring Asynchronous I/O....

Asynchronous I/O is not installed on this system.

You will need to install it, and either configure it yourself using

'smit aio' or rerun the Oracle root installation procedure.

Configuring POSIX Asynchronous I/O....

Posix Asynchronous I/O is not installed on this system.

You will need to install it, and either configure it yourself using

'smit aio' or rerun the Oracle root installation procedure.

Checking if group services should be configured....

Nothing to configure.

---- 检测提示“异步I/O"没有被启用,经查询,在AIX 6.1下会当有I/O请求时,自动启用异步I/O 。

你可能感兴趣的:(oracle,10,6.1)