Which command will set full debugging for the communications and resource management
components of the CRS module on nodes host01 and host03?
A.
srvctl set log -m CRS -c CRSCTI 5, CRSCOMM 5 -m host01,host03
B.
ocrconfig set log CRS “CRSRTI, CRSCOMM” -nodelist host01,host03
C.
crsctl set log CRS “CRSRTI, CRSCOMM” -nodelist host01,host03
D.
crsctl lsmodules crs set log CRSRTX , CRSCOMM -nodelist host01, host03
Explanation:
Dynamic Debugging
This section includes the following CRSCTL commands that aid in debugging:
crsctl set log
Use the crsctl set log command to set log levels for Oracle Clusterware.
Syntax
crsctl set log {[crs | css | evm “component_name=log_level, […]”] |
[all=log_level]}
You can also set log levels for the agents of specific resources, as follows:
crsctl set log res “resource_name=log_level, […]”Oracle Clusterware Administration and Deployment Guide
11g Release 2 (11.2)
A is wrong. no srvctl set log
B is wrong. not ocrconfig
C is right. crsctl set log crs
D is wrong. wrong syntax
So C is correct