You are managing a policy-managed database called RACDB.
Examine the output given below:
You used these commands to add the service erp:
Which statement is true regarding the srvctl stop instance command?
A.
It will shut down the racdb_1 instance and the ERP service running on node gr7597.
B.
It will shut down the racdb_1 instance, and the ERP service will fail over to an available
Instance.
C.
It will shut down the racdb_1 instance, but the ERP service will keep running on node gr7597
D.
It will shut down the racdb_1 instance and the ERP service running on ih.il Instance However
Oracle Clusterware can restart the ERP service running on node gr7597.
E.
It will shut down the racdb_1 instance and stop the ERP service on all the nodes
Explanation:
Stops instances and stops any services running on specified instances, unless you
specify the -f option. If you specify -f, then the services fail over to an available instance when the
instance stops.
Syntax and Options
Use the srvctl stop instance command with the following syntax:
srvctl stop instance -d db_unique_name {[-n node_name]|[-i “instance_name_list”]} [-o
stop_options] [-f]
Oracle Real Application Clusters Administration and Deployment Guide
A is right.
B is wrong. only if -f option is used
C is wrong. how could that be possible?
D is wrong. no
E is wrong. not on all nodes
So A is correct