Which three statements are true about Clusterware resource debugging?
A.
Enabling logging for Clusterware resources can negatively affect cluster performance, so
it should be used only when required.
B.
Debugging cannot be set for user-defined resources.
C.
After collecting debugging data for a specific Clusterware resource, terminate the
collection of debugging data by issuing the crsctl set log resource “resource_name:stop”
command.
D.
The crsctl command can be used to set debugging for Clusterware resources by using
the following syntax: crsctl set log resource “resource_name:logging_level”.
E.
Although the crsctl command can be used to dynamically affect logging for Clusterware
resources, you can also configure resource debugging automatically by specifying a
logging_ievel clause in the Grid_Home/log/hostname/admin/clscfg.ini file.
Explanation:
C: is incorrect because command is not true.
crsctl set log resource “resource_name:stop”
correct is:
crsctl set log resource “resource_name:0”
Correct answer are: A,D,E.