버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

환경 설정 및 OUI 실행

코드 블럭
languagebash
titleDatabase 설치 스크립트 실행
linenumberstrue
#db_env
export LANG=C
cd <Database 설치 파일 압축 디렉토리>
./runInstaller







펼치기








펼치기





펼치기




ins_emagent.mk 파일 수정

코드 블럭
languagebash
titlevi $ORACLE_HOME/sysman/lib/ins_emagent.mk 파일 수정
linenumberstrue
#$(MK_EMAGENT_NMECTL)
$(MK_EMAGENT_NMECTL) -lnnz11


펼치기



펼치기




root 스크립트 실행

코드 블럭
languagebash
title모든 노드에서 root 유저로 스크립트 실행
linenumberstrue
/u01/app/oracle/product/11g/db_1/root.sh


펼치기


서식 미적용
[root@rac1 ~]# /u01/app/oracle/product/11g/db_1/root.sh
Performing root user operation for Oracle 11g

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/11g/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.


서식 미적용
[root@rac2 ~]# /u01/app/oracle/product/11g/db_1/root.sh
Performing root user operation for Oracle 11g

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/11g/db_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.