You are on page 1of 3

7/2/2014

How to set auto start resources in 11G RAC | ORACLE RAC DBA

ORACLE RAC DBA

How to set auto start resources in 11G RAC


Posted on January 29, 2013

Changing Resource Attributes in 11gR2 Grid Infrastructure


In 11gR2 grid infrastructure installations certain resources may have auto start set to never and restore. This
was observed both on environments where clusterware was upgraded to 11.2 as well as newly installed
environments. Depending on the situation these may not be desirable. Auto start attribute setting could be
changed as follows.
1. Check the current auto start values

# crsctl stat res -p


NAME=ora.FLASH.dg
TYPE=ora.diskgroup.type
ACL=owner:oracle:rwx,pgrp:oinstall:rwx,other::r-ACTION_FAILURE_TEMPLATE=
ACTION_SCRIPT=
AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
ALIAS_NAME=
AUTO_START=never
NAME=ora.DATA.dg
TYPE=ora.diskgroup.type
ACL=owner:oracle:rwx,pgrp:oinstall:rwx,other::r-ACTION_FAILURE_TEMPLATE=
ACTION_SCRIPT=
AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
ALIAS_NAME=
AUTO_START=never
NAME=ora.clusdb.db
TYPE=ora.database.type
ACL=owner:oracle:rwx,pgrp:oinstall:rwx,other::r-ACTION_FAILURE_TEMPLATE=
ACTION_SCRIPT=
ACTIVE_PLACEMENT=1
AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
AUTO_START=restore

2. Since ASM diskgroup that database depend on will never auto start database will also be unavailable.
3. Change the resource start attribute with

# crsctl modify resource "ora.FLASH.dg" -attr "AUTO_START=always"


# crsctl modify resource "ora.DATA.dg" -attr "AUTO_START=always"
# crsctl modify resource ora.clusdb.db -attr "AUTO_START=always"

http://oracleracdba1.wordpress.com/2013/01/29/how-to-set-auto-start-resources-in-11g-rac/

1/3

7/2/2014

How to set auto start resources in 11G RAC | ORACLE RAC DBA

Auto start must be upper case if not command will fail

crsctl modify resource ora.clusdb.db -attr "auto_start=always"


CRS-0160: The attribute 'auto_start' is not supported in this resource type.
CRS-4000: Command Modify failed, or completed with errors.

4. Verify the status change with

# crsctl stat res -p


NAME=ora.clusdb.db
TYPE=ora.database.type
ACL=owner:oracle:rwx,pgrp:oinstall:rwx,other::r-ACTION_FAILURE_TEMPLATE=
ACTION_SCRIPT=
ACTIVE_PLACEMENT=1
AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%
AUTO_START=always

About these ads

You May Like


1.

Share t his:

Twitter

Facebook

Like
Be the first to like this.

Relat ed

pre-requistes for 11gr2 RAC installation


In "Oracle RAC"

Steps To Shutdown/Startup The Exadata &


RDBMS Services and Cell/Compute Nodes
On An Exadata Configuration
In "Exadata"

How to Manually Remove Oracle Server


Software on Microsoft Windows Platforms
In "Oracle RAC"

Follow

About Sher khan


Oracle DBA, OCE Oracle 10g RAC and 11g Performance & Tuning, Oracle 11g OPN certified Specialist, OCP Certified in Oracle
Follow
9i,10g and 11g. And working
in OracleORACLE
products sinceRAC
2004. Currently working in U.A.E Email: sher487@hotmail.com
View all posts by Sher khanDBA

Get every new post delivered


to your Inbox.
http://oracleracdba1.wordpress.com/2013/01/29/how-to-set-auto-start-resources-in-11g-rac/

2/3

7/2/2014

How to set auto start resources in 11G RAC | ORACLE RAC DBA

This entry was posted in Oracle RAC. Bookmark the permalink.

Enter your email address


Sign me up

ORACLE RAC DBA


The Twenty Ten Theme.

Blog at WordPress.com.

Pow ered by WordPress.com

http://oracleracdba1.wordpress.com/2013/01/29/how-to-set-auto-start-resources-in-11g-rac/

3/3

You might also like