The Crsctl Start CRS instance cannot be started automatically because Auto_Start = Restore causes

After crsctl start crs, the instance cannot be started automatically.
Check the start attribute of resource

1: crsctl status resource ora.orcl.db -p
auto_start value is restore

Modify to follow cluster software Automatic start

1: crsctl modify res resource_name -attr auto_start=always
Such as: crsctl modify resource “ora.FRA.dg” -attr “AUTO_START=always”

2 : Check whether the modification is successful

crsctl status resource resource_name -p

AUTO_START

Indicates whether Oracle Clusterware automatically starts a resource after a cluster server restart. Valid AUTO_START values are:
instruct Oracle Clusterware whether to automatically start resources after the cluster server restarts. The valid AUTO_START value is:

? always: Restarts the resource when the server restarts regardless of the state of the resource when the server stopped.
? always: restart the resource when the server restarts, Regardless of the state of the resource when the server is 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.
?restore : Restore the resource to the state when the server was stopped. If the TARGET value is ONLINE before the server is stopped, Oracle Clusterware will try to restart the resource.

?never: Oracle Clusterware never restarts the resource regardless of the state of the resource when the server stopped.? never: No matter when the server is stopped, Oracle Clusterware will not restart the resource.

Leave a Comment

Your email address will not be published.