Disable auto-start of a CRS resource
759039May 6 2010 — edited Jun 24 2010Hi, I want to prevent an instance, ASM and listener on a node from starting up automatically as part CRS startup. I have tried doing the following, but its not working. Could someone please tell me what is happening?
crs_stat -p {resource_name] | grep -i start
I get
AUTO_START=1
RESTART_ATTEMPTS=5
START_TIMEOUT=0
USR_ORA_START_TIMEOUT=0
Now, I redirect the output of the property setting for the resource for update
crs_stat -p {resource_name] > $ORA_CRS_HOME/crs/profile/[resource_name].cap
vi the file and change the AUTO_START to 2 and RESTART_ATTEMPTS=0
crs_register -u [resource_name]
crsctl stop crs
crsctl start crs
I would expect to see the resource still down, but the resource comes up and is working quite fine.
I am running 4-node cluster on 10gR2 on OEL5 32 bit setup. Could anyone please enlighten me on what is happening?