oracle 11gR2 如何從ocr中刪除與新增資源

paulyibinyi發表於2010-03-14

 

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

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-629426/,如需轉載,請註明出處,否則將追究法律責任。

相關文章