RAC crs 卸载后,再次安装Oracle, crs 目录还存在的问题

今天在做RAC + data Guard的实验。用了之前做RAC添加节点的虚拟机。即以前的rac3节点。这个节点之前已经卸载过了。卸载方法参考:

RAC卸载说明

http://blog.csdn.net/xujinyang/article/details/6837237

但是在安装Oracle软件的时候,界面提示有问题。截图如下:


RAC crs 卸载后,再次安装Oracle, crs 目录还存在的问题

RAC crs 卸载后,再次安装Oracle, crs 目录还存在的问题

在这里多了一个OraCrs10g_home的目录,里面还有以前的节点rac3.单节选中之后是,remove按钮是灰色的,就是无法进行删除。

检查了Oracle的相关目录没有问题。最后发现/u01/app/oracle/oraInventory没有清空。Oracle在安装的时候,会往这个目录copy文件。尝试把这个目录清空之后,再次安装,正常了。

[[email protected] oracle]# cd oraInventory/

[[email protected] oraInventory]# pwd

/u01/app/oracle/oraInventory

[[email protected] oraInventory]# ls

Contentsinstall.platformoraInstaller.propertiesorainstRoot.sh

ContentsXMLlogsoraInst.locoui

[[email protected] oraInventory]# rm -rf *

一句话总结:DBA,细节决定成败。


------------------------------------------------------------------------------