Customer has single instance on 2 node cluster and it runs one instnace at a time on given 2 nodes.He wants to relocate the instance to node 1 from node 2 but getting the following error while relocating.
8:21:34 $ $CRS_HOME/bin/crsctl relocate resource ora.ABC.inst -n host11 -f
CRS-2718: Server 'host1' is not a hosting member of resource 'ora.ABC.inst'
CRS-4000: Command Relocate failed, or completed with errors.
CRS-2718: Server 'host1' is not a hosting member of resource 'ora.ABC.inst'
CRS-4000: Command Relocate failed, or completed with errors.
On examining the output of "crsctl stat resource ora.ABC.inst -f" I found that hosting members is set to node 1 only
HOSTING_MEMBERS=HOST1
Resolution
Resolution was to modify the HOSTING_MEMBERS string to a space delimited host names
crsctl modify resource ora.ABC.inst -attr "HOSTING_MEMBERS='HOST1 HOST2'"
No comments:
Post a Comment