CRSCTL: AUTO_START of Cluster Services (ACFS)

As I sad long time ago (Manually Mounting ACFS)… Here is it:

To set autostart of a resource (in my case an ACFS) by CRSCTL, here the simple example:

# Check How it is currently configured:

[root@db1database1p bin]# ./crs_stat -p ora.dghome.dbhome.acfs |grep AUTO_START
AUTO_START=restore

# Set Autostart (and check):

[root@db1database1p bin]# ./crsctl modify resource ora.dghome.dbhome.acfs -attr AUTO_START=always
[root@db1database1p bin]# ./crs_stat -p ora.dghome.dbhome.acfs |grep AUTO_START
AUTO_START=always

It can be done also with “AUTO_START=1”. We have 3 possibilities (always, restore and never).

# KB
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/resatt.htm#CWADD91444

Matheus.

4 Comments

  1. Pingback: Manually Mounting ACFS | |GREP ORA

  2. Pingback: Kludge: Mounting ACFS Thought Shellscript | |GREP ORA

  3. Pingback: Kludge: Mounting ACFS Thought Shellscript | Matheus Boesing DBA

  4. Pingback: Manually Mounting ACFS | Matheus Boesing DBA

Leave a Reply to Manually Mounting ACFS | Matheus Boesing DBACancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.