Search code examples
oracleoracle11g

how to solve error CRS-0223 resource has placement error in oracle RAC?


I have error in oracle database 11g real application cluster , i have 2 nodes node1,node2 when i checked the services i found instance node2 is not running

> srvctl status database -d db

instance ins1 is runnig on node node1
instance inst2 is not running on node2 

when i checked the services some services offline

>crs_stat -t 

ora.node2.gsd   target=offline state =offline 
ora.node2.ASM2.asm state=offline
ora.node2.inst2 state=offline 

i tried to start the services by using the following command

>crs_start ora.node2.gsd 

but always get this error

crs-0223 : resource has placement error 

how to solve this error and startup instance on node 2 ?


Solution

  • I restarted the servers and everything working fine without errors

    I think the cluster connection between the nodes was lost and need to restart the nodes.