CRS-2800: Cannot start resource 'ora.DATADG.dg' as it is already in the INTERMEDIATE state on se

来源:互联网 发布:魔法王座进阶数据 编辑:程序博客网 时间:2024/06/04 23:35

[grid@fps-ordb02 ~]$ srvctl start database -d SCPRD

PRCC-1014 : SCPRD was already running

PRCR-1004 : Resource ora.scprd.db is already running

PRCR-1079 : Failed to start resource ora.scprd.db

CRS-2800: Cannot start resource 'ora.DATADG.dg' as it is already in the INTERMEDIATE state on server 'fps-ordb02'

CRS-2528: Unable to place an instance of 'ora.scprd.db' as all possible servers are occupied by the resource

[oracle@fps-ordb02 ~]$ oerr crs 2800
2800, 1, "Cannot start resource '%s' as it is already in the INTERMEDIATE state on server '%s'"
// *Cause: An attempt was made to start a resource that is already in the INTERMEDIATE state.
// *Action: Determine why the resource is in the INTERMEDIATE state based on the value of the STATE_DETAILS
//  attribute. If it is due to a check timeout, no action is needed. Otherwise, manual intervention
//  is required to bring the resource out of the INTERMEDIATE state.


在RAC其中一个节点上死活都不能启动,但是通sqlplus / as sysdba 是正常启动!

根据提示

资源ora.DATADG.dg in the INTERMEDIATE state

所以按照以下步骤操作

关闭资源

crsctl  stop res  ora.DATADG.dg 

重启资源

crsctl  start  res  ora.DATADG.dg 

启动数据库

 srvctl start database -d OMS

 检查数据库RAC状态,一切正常!

srvctl status database -d OMS

[oracle@fps-ordb02 ~]$ srvctl status database -d OMS

Instance OMS1 is running on node fps-ordb01
Instance OMS2 is running on node fps-ordb02





0 0
原创粉丝点击