Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2833392
  • 博文数量: 599
  • 博客积分: 16398
  • 博客等级: 上将
  • 技术积分: 6875
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-30 12:04
个人简介

WINDOWS下的程序员出身,偶尔也写一些linux平台下小程序, 后转行数据库行业,专注于ORACLE和DB2的运维和优化。 同时也是ios移动开发者。欢迎志同道合的朋友一起研究技术。 数据库技术交流群:58308065,23618606

文章分类

全部博文(599)

文章存档

2014年(12)

2013年(56)

2012年(199)

2011年(105)

2010年(128)

2009年(99)

分类: Oracle

2009-12-31 09:39:33

前面几篇文章介绍了在Oracle 10203 for Solaris sparcRAC双节点环境中,新增一个节点的过程。这里描述删除节点的操作。

这一篇介绍Oracle软件环境的更新。

Oracle10203RAC环境删除节点(一):http://yangtingkun.itpub.net/post/468/495334

Oracle10203RAC环境删除节点(二):http://yangtingkun.itpub.net/post/468/495377


下面彻底删除节点3上的软件,首先需要设置节点3上的CLUSTER_NODES列表:

bash-3.00# xhost +
access control disabled, clients can connect from any host
bash-3.00# su - oracle
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ bash
bash-3.00$ cd /data/oracle/product/10.2/crs/oui/binbash-3.00$ ./runInstaller -updateNodelist ORACLE_HOME=/data/oracle/product/10.2/crs "CLUSTER_NODES={racnode3}" CRS=TRUE -local
正在启动 Oracle Universal Installer...

正在检查安装程序要求...

检查操作系统版本: 必须是5.8, 5.9 or 5.10 实际为 5.10
通过

检查临时空间: 必须大于 250 MB 实际为 4323 MB 通过检查交换空间: 必须大于 500 MB 实际为 4399 MB 通过检查监视器: 监视器配置至少必须显示 256 种颜色。 实际为 65536 通过

所有安装程序要求均已满足。

'UpdateNodeList' 成功。

bash-3.00$ cd /data/oracle/product/10.2/database/oui/bin
bash-3.00$ ./runInstaller -updateNodelist ORACLE_HOME=/data/oracle/product/10.2/database "CLUSTER_NODES={racnode3}" -local
正在启动 Oracle Universal Installer...

oraparam.ini 中未找到先决条件检查, 不执行系统先决条件检查。
The inventory pointer is located at /var/opt/oracle/oraInst.loc
The inventory is located at /data/oracle/oraInventory
'UpdateNodeList'
成功。

下面在节点3上执行runInstaller,分别删除数据库软件和CLUSTER软件。

随后登陆节点1和节点2,分别执行下面的命令,来更新节点信息:

bash-2.03$ cd /data/oracle/product/10.2/crs/oui/bin
bash-2.03$ ./runInstaller -updateNodelist ORACLE_HOME=/data/oracle/product/10.2/crs "CLUSTER_NODES={racnode1,racnode2}" CRS=TRUE
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.8 Passed

Checking Temp space: must be greater than 150 MB. Actual 8764 MB Passed
Checking monitor: must be configured to display at least 256 colors.
Actual 16777216 Passed

All installer requirements met.

'UpdateNodeList' was successful.
bash-2.03$ cd /data/oracle/product/10.2/database/oui/bin
bash-2.03$ ./runInstaller -updateNodelist ORACLE_HOME=/data/oracle/product/10.2/database "CLUSTER_NODES={racnode1,racnode2}"

Starting Oracle Universal Installer...

No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
The inventory pointer is located at /var/opt/oracle/oraInst.loc
The inventory is located at /data/oracle/oraInventory
'UpdateNodeList' was successful.

至此,节点3的清除工作全部完成。

阅读(1851) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~