My Oracle Support Banner

How to Disable Auto Start of ASM From Cluster Resource (Doc ID 2016160.1)

Last updated on JULY 24, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.

Goal

Modify ASM AUTO_START attribute to 'never'

how to change the AUTO_START option from 'restore' to 'never'. When trying with the crsctl command it says to use the srvctl command and I can't figure out the syntax to make the change. Below is my attempts:

$ crsctl stat res ora.asm -p |grep AUTO_START
AUTO_START=restore

$ crsctl modify resource "ora.asm" -attr "AUTO_START=never"

CRS-4995: The command 'Modify resource' is invalid in crsctl. Use srvctl for this command.
$ srvctl modify resource "ora.asm" -attr "AUTO_START=never"
Usage: srvctl []
  commands: enable|disable|start|stop|status|add|remove|modify|update|getenv|setenv|unsetenv|config|upgrade|downgrade
  objects: database|service|asm|diskgroup|listener|home|ons
For detailed help on each command and object and its options use:
  srvctl -help [-compatible] or
  srvctl -help [-compatible]
PRKO-2001 : Invalid command line syntax

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.