| grep AUTO_START
AUTO_START=restore
Restarts the resource when the server restarts regardless of the state of the
resource when the server stopped.
– restore: Restores the resource to the same state that it was in when
the server stopped. Oracle Clusterware attempts to restart the resource if the
value of TARGET was ONLINE before the server stopped.
– never: Oracle Clusterware never restarts the resource regardless of
the state of the resource when the server stopped.
Parse error:
Argument ‘resource’ is missing a value
Usage:
crsctl modify resource -attr
“[,…]” [-f] [-delete] [-i]
: {= |
@=}
: {@SERVERNAME()[@DEGREEID()] |
@CARDINALITYID()[@DEGREEID()] }
where
resName Modify named resource
attrName Attribute name
value Attribute value
server Server name
cid Resource cardinality ID
did Resource degree ID
-f Force option
-delete Delete named attribute
-i Fail if request cannot be processed immediately
$ crsctl modify
resource ora.TEST.db -attr AUTO_START=always