oracle 11gR2 RAC如何从ocr中删除与添加资源

教程发布:风哥 教程分类:ITPUX技术网 更新日期:2022-02-12 浏览学习:625

A resource should be in OFFLINE state before it can be removed:

1. To stop, try the following sequentially until the resource is stopped successfully:

$RESOURCE_HOME/bin/srvctl stop resource_type
$RESOURCE_HOME/bin/srvctl stop resource_type -f
$GRID_HOME/bin/crsctl stop res resource_name
$GRID_HOME/bin/crsctl stop res resource_name -f

$RESOURCE_HOME refers to location where the resource is running off, for example, vip in $GRID_HOME, 11.2 .db in 11.2 RDBMS home, and 11.1 .db in 11.1 RDBMS home etc.

Resource_name is the name in "crsctl stat res" output.

2. To remove: once the resource is stopped, try the following sequentially until resource is removed successfully:

$RESOURCE_HOME/bin/srvctl remove resource_type
$RESOURCE_HOME/bin/srvctl remove resource_type -f
$GRID_HOME/bin/crsctl delete res resource_name
$GRID_HOME/bin/crsctl delete res resource_name -f

3. To add:

$RESOURCE_HOME/bin/srvctl add resource_type

本文标签:
网站声明:本文由风哥整理发布,转载请保留此段声明,本站所有内容将不对其使用后果做任何承诺,请读者谨慎使用!
【上一篇】
【下一篇】