紧接着上面的文章:http://ixdba.blog.51cto.com/2895551/880511

14:安装Oracle Clusterware

(1)解压软件包
这里假定数据库所有软件放在了/rac目录下,首先需要解压Oracle的两个软件包,操作如下:
[[email protected] rac]#ls
linux_11gR1_database_1013.zip linux_x86_11gR1_clusterware.zip
[[email protected] rac]#unzip linux_x86_11gR1_clusterware.zip
[[email protected] rac]#unzip linux_11gR1_database_1013.zip
(2)安装补丁包
解压完成,安装补丁包
[[email protected] rac]#/rac/clusterware/rpm
[[email protected] rac]#rpm -Uvh cvuqdisk-1.0.1-1.rpm
在节点node-rac1安装完成后,继续在node-rac2进行补丁安装。
(3)验证安装环境
在开始安装之前,可以使用oracle自动的一个检测脚本验证系统环境是否可以进行安装,以oracle身份登录系统,执行如下命令:
[[email protected] ~]$/rac/clusterware/runcluvfy.sh stage -pre crsinst -n node-rac1,node-rac2 -verbose
(4)开始安装
以oracle用户登录Linux图形界面,然后执行安装脚本:
[[email protected] ~]$ cd /rac/clusterware/
[[email protected] clusterware]$ ./runInstaller
接着就会弹出图形安装向导界面,安装过程非常简单,这里仅仅给出安装图解,所有操作内容以截图为准,不做描述。

Oracle系列:安装Oracle RAC数据库(二)

Oracle系列:安装Oracle RAC数据库(二)

Oracle系列:安装Oracle RAC数据库(二)

Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)


Oracle系列:安装Oracle RAC数据库(二)

根据安装向导提示,以root用户身份在所有节点上分别执行上述两个脚本,要一个节点一个节点地执行,在node-rac1执行root.sh时的信息如下:
[[email protected] crs]# ./root.sh
WARNING: directory '/app/oracrs/product/11.0.6' is not owned by root
WARNING: directory '/app/oracrs/product' is not owned by root
/etc/oracle does not exist. Creating it now.
……
node 1: node-rac1 node-priv1 node-rac1
node 2: node-rac2 node-priv2 node-rac2
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Now formatting voting device: /dev/raw/raw3
Now formatting voting device: /dev/raw/raw4
Now formatting voting device: /dev/raw/raw5
Format of 3 voting devices complete.
Startup will be queued to init within 30 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
Cluster Synchronization Services is active on these nodes.
       node-rac1
Cluster Synchronization Services is inactive on these nodes.
       node-rac2
Local node checking complete. Run root.sh on remaining nodes to start CRS daemons.


继续在node-rac2执行root.sh脚本,输出如下:
[[email protected] crs]# ./root.sh
WARNING: directory '/app/oracrs/product/11.0.6' is not owned by root
WARNING: directory '/app/oracrs/product' is not owned by root
WARNING: directory '/app/oracrs' is not owned by root
WARNING: directory '/app' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does not exist. Creating it now.
………..
node 1: node-rac1 node-priv1 node-rac1
node 2: node-rac2 node-priv2 node-rac2
clscfg: Arguments check out successfully.
Cluster Synchronization Services is active on these nodes.
       node-rac1
       node-rac2
Cluster Synchronization Services is active on all the nodes.
Running vipca(silent) for configuring nodeapps
Creating VIP application resource on (2) nodes . ..
Creating GSD application resource on (2) nodes ...
Creating ONS application resource on (2) nodes . ..
Starting VIP application resource on (2) nodes ...
Starting GSD application resource on (2) nodes...
Starting ONS application resource on (2) nodes ...
Done.

最后,给出安装完成验证信息,显示如下:

Oracle系列:安装Oracle RAC数据库(二)


未完待续!

本文出自 “技术成就梦想” 博客,请务必保留此出处http://ixdba.blog.51cto.com/2895551/882362


转载于:https://blog.51cto.com/collick/1198815

相关文章:

  • 2021-06-17
  • 2022-01-12
  • 2021-05-29
  • 2022-02-23
  • 2022-12-23
  • 2021-08-16
  • 2021-10-13
  • 2021-10-17
猜你喜欢
  • 2021-05-03
  • 2021-10-18
  • 2021-11-19
  • 2022-01-03
  • 2021-07-06
  • 2021-06-17
  • 2022-12-23
相关资源
相似解决方案