AIX(5.3, 64 bit)에 Oracle 10g R2 클라이언트 설치(원격지에서)

아래 내용은 10g 클라이언트 설치를 위한 과정이다.
만약, database를 설치하려면 첨부된 파일을 다운로드하여 참조한다.
       기본과정은 동일하다.(아래설치 명령어 첨부파일은 일시적으로 숨겨놓음)

1. 서버에 접속하기
 xwindow를 사용해서 오라클을 설치할 예정이므로,  xdmcp  프로토콜을 지원하는 클라이언트를 사용하여 접속한다.
 (여기서는 xmanager  사용)

2. 설치 요구사항 점검

가. 하드웨어

  • At least 256 MB of physical RAM
  • The following table describes the relationship between installed RAM and the configured swap space requirement.
    RAM Swap Space
    Up to 256 MB 3 times the size of RAM
    Between 257 MB and 512 MB 2 times the size of RAM
    Between 513 MB and 726 MB 1.5 times the size of RAM
    More than 726 MB 0.75 times the size of RAM
  • The minimum client install TEMP space required is 115 MB. The minimum disk space requirement in the /tmp
    directory depends on the installation type you have selected. The
    following table lists the minimum disk space requirements for the /tmp directory in each type of installation.

    Client Installation Type Disk Space Required for the /tmp Directory (MB)
    Instant 120
    Admin 835
    Runtime 470
    Custom (all components selected) 765
  • Between 34 MB and 1.9 GB of disk space for the Oracle software, depending on the installation type
# /usr/sbin/lsattr -E -l sys0 -a realmem

# /usr/sbin/lsps -a

# df -k /tmp

# /usr/bin/getconf HARDWARE_BITMODE

나. 소프트웨어
   참고 : OS와 system filesets, 컴파일러까지만 만족시키면 설치가 됨, 경우에따라 자바도 필요할 수 있음

Item Requirement
Operating system The following operating system versions and maintenance level are required:

AIX 5L version 5.2, Maintenance Level 04 or later

AIX 5L version 5.3, Maintenance Level 02 or later

Operating system filesets: The following operating system filesets are required:

bos.adt.base

bos.adt.lib

bos.adt.libm

bos.perf.libperfstat

bos.perf.perfstat

bos.perf.proctools

xlC.aix50.rte:7.0.0.4 or later

xlC.rte:7.0.0.1 or later

ADA OC Systems PowerAda 5.3
Oracle JDBC/OCI Drivers You can use the following
optional IBM JDK versions with the Oracle JDBC/OCI drivers, however they
are not required for the installation:

  • JDK 1.4.2 (64-bit)
  • JDK 1.3.1.11 (32-bit)
  • JDK 1.2.2.18

Note: IBM JDK 1.4.2 (32-bit) is installed with this release.

Pro*C/C++, Oracle Call Interface, Oracle C++ Call Interface, Oracle XML Developer’s Kit (XDK), GNU Compiler Collection (GCC) May 2005 XL C/C++ Enterprise Edition V7.0 for AIX PTF (7.0.0.2):

You can download this software from the following link:

http://www-1.ibm.com/support/docview.wss?uid=swg24009787

gcc 3.3.2

Note: If you do not install install the IBM
XL C/C++ Enterprise Edition V7.0 compiler, you need to install the IBM
XL C/C++ Enterprise Edition V7.0 for AIX Runtime Environment Component.
The runtime environment file sets can be downloaded with no license
requirements from the following link:

http://www-1.ibm.com/support/docview.wss?uid=swg24009788

Pro*COBOL
  • Micro Focus Server Express 4.0 SP1
  • AcuCobol 6.1
Pro*FORTRAN IBM XL Fortran V9.1
SQL*Module for Ada OC Systems PowerAda 5.3 or later

Note: For more information about OC Systems and PowerAda 5.3, refer to the following Web site:

http://www.ocsystems.com/contact.html

# oslevel -r

# lslpp -l bos.adt.base

# lslpp -l bos.adt.lib

# lslpp -l bos.adt.libm

# lslpp -l bos.perf.libperfstat

# lslpp -l bos.perf.perfstat

# lslpp -l bos.perf.proctools

# lslpp -l xlC.aix50.rte

# lslpp -l xlC.rte

# gcc -v

3. 계정 및 그룹생성

# groupadd -g 5000 dba
# useradd -g dba oracle
# passwd oracle

$ su – oracle
$ vi .profile

umask 022

export AIXTHREAD_SCOPE=S
export ORACLE_BASE=/u01/app
export ORACLE_HOME=$ORACLE_HOME/oracle
export ORACLE_SID=testdb

$ mkdir -p /u01/app/oracle
$ chmod -R 775 /u01/app/oracle

4. 파일 압축풀기

$ gunzip 10gr2_aix5l64_client.cpio.gz
$ cpio -idcmv < 10gr2_aix5l64_client.cpio


5. 설치하기

root로 로그인

# xhost +서버IP

압축 푼 디렉토리로 이동

# cd  rootpre

# ./rootpre.sh

$ su – oracle

$ export DISPLAY=접속하는PC_IP:0.0

$ ./runInstaller

You may also like...

2 Responses

  1. ny 댓글:

    해당 소프트웨어를 구할 수 있을 까요?

    • 주인장 댓글:

      죄송합니다. 현재는 해당 파일을 갖고 있지 않습니다.~

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다