码迷,mamicode.com
首页 > 数据库 > 详细

How to Deinstall Oracle Clusterware Home Manually

时间:2019-04-25 18:48:36      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:after   man   support   com   reason   oal   manual   not   eve   

GOAL

In 11gR2, deinstall is the recommended tool to deinstall an Oracle Clusterware(Grid Infrastructure) home, however it does not apply to certain scenarios or failures in some cases. 

This notes provides instruction to manually remove current/active clusterware home.

Before removing current/active clusterware home, it‘s necessary to deconfigure Grid Infrastructure, refer to note 1377349.1 for steps. 

To remove pre-upgrade clusterware home after successful upgrade to newer GI version, refer to note 1346305.1

SOLUTION

Before removing current/active clusterware home, it‘s necessary to deconfigure Grid Infrastructure, refer to note 1377349.1 for steps

To remove a home, as clusterware user execute the following on any node:

export ORACLE_HOME=<clusterware-home>

## detach ORACLE_HOME
$ORACLE_HOME/oui/bin/runInstaller -detachHome -silent ORACLE_HOME=$ORACLE_HOME

## confirm $ORACLE_HOME is removed from central inventory:
$ORACLE_HOME/OPatch/opatch lsinventory -all   

## remove files in ORACLE_HOME manually on all nodes
/bin/rm -rf $ORACLE_HOME               ##>> if grid user fails to remove all files, switch to root user 

unset ORACLE_HOME

If it fails for any reason, as clusterware user execute the following on all nodes:

export ORACLE_HOME=<clusterware-home>

## detach ORACLE_HOME
$ORACLE_HOME/oui/bin/runInstaller -detachHome -silent -local ORACLE_HOME=$ORACLE_HOME

## confirm $ORACLE_HOME is removed from central inventory:
$ORACLE_HOME/OPatch/opatch lsinventory -all   

## remove files in ORACLE_HOME manually
/bin/rm -rf $ORACLE_HOME               ##>> if grid user fails to remove all files, switch to root user 

unset ORACLE_HOME

How to Deinstall Oracle Clusterware Home Manually

标签:after   man   support   com   reason   oal   manual   not   eve   

原文地址:https://www.cnblogs.com/feiyun8616/p/10770190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!