I had strange inconsistency in Clusterware 12c.
crsctl stat res -t -w "NAME = ora.dbname.db"
return information that db is configured on:
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.dbname.db
1 ONLINE ONLINE node04 Open,Readonly,STABLE
2 ONLINE UNKNOWN node01 Abnormal Termination
,STABLE
--------------------------------------------------------------------------------
but when I checked configuration for this database:
srvctl config database -d dbname
...
Database instances: dbname1,dbname1
Configured nodes: node03,node04
In documentation is a info that crsctl has a option "relocate resource" but dosn't work :/
To relocate resource I had to use:
srvctl modify instance -d dbname -i dbname1 -n node03
In one of document on metalink I found that only modify option force clusterware to synchronize information about resources
crsctl stat res -t -w "NAME = ora.dbname.db"
return information that db is configured on:
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.dbname.db
1 ONLINE ONLINE node04 Open,Readonly,STABLE
2 ONLINE UNKNOWN node01 Abnormal Termination
,STABLE
--------------------------------------------------------------------------------
but when I checked configuration for this database:
srvctl config database -d dbname
...
Database instances: dbname1,dbname1
Configured nodes: node03,node04
In documentation is a info that crsctl has a option "relocate resource" but dosn't work :/
To relocate resource I had to use:
srvctl modify instance -d dbname -i dbname1 -n node03
In one of document on metalink I found that only modify option force clusterware to synchronize information about resources
Brak komentarzy:
Prześlij komentarz