系统环境:

操作系统:RedHat EL5

Cluster: Oracle CRS 10.2.0.1.0

Oracle:  Oracle 10.2.0.1.0


如图所示:RAC 系统架构

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

三、安装Orancle 软件  

在构建、配置完成CRS以后,就可以安装Oracle软件

安装需采用图形化方式,以Oracle用户的身份安装(在node1上):

注意:修改安装配置文件,增加redhat-5的支持

[[email protected] install]$ pwd

/home/oracle/database/install

[[email protected] install]$ ls

addLangs.sh  images   oneclick.properties  oraparamsilent.ini  response

addNode.sh   lsnodes  oraparam.ini         resource            unzip

[[email protected] install]$ vi oraparam.ini

[Certified Versions]

Linux=redhat-3,SuSE-9,redhat-4,redhat-5,UnitedLinux-1.0,asianux-1,asianux-2

[[email protected] Disk1]$./runInstaller

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

安装Oracle 企业版

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

注意安装路径

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

选择所有node

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

只安装软件

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

开始安装和传送软件到node2

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

分别在node1和node2,按顺序执行script

node1:

[[email protected] ~]# /u01/app/oracle/product/10.2.0/db_1/root.sh

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Running Oracle10 root.sh script...
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]: 
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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.sh script.
Now product-specific root actions will be performed.
node2:
[[email protected] bin]# /u01/app/oracle/product/10.2.0/db_1/root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]: 
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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.sh script.
Now product-specific root actions will be performed.

RedHat EL5 安装Oracle 10g RAC之--Oracle软件安装

完成安装!










本文转自 客居天涯 51CTO博客,原文链接:http://blog.51cto.com/tiany/1408053,如需转载请自行联系原作者

相关文章:

  • 2022-12-23
  • 2021-11-24
  • 2021-12-10
  • 2021-07-08
  • 2021-05-11
  • 2021-07-17
猜你喜欢
  • 2021-11-16
  • 2022-01-06
  • 2021-04-24
  • 2021-05-31
  • 2021-09-26
  • 2022-12-23
  • 2021-05-10
相关资源
相似解决方案