14.8 Changing Oracle Grid Infrastructure Trace Levels
Enable trace levels to collect enough diagnostics to diagnose the cause of the problem.
Oracle Support asks you to enable certain trace levels when reproducing a problem. You can enable and then disable the trace levels. Use the dbglevel
option to set the trace level. You can find the required trace level settings grouped by problem trace profiles.
To set trace levels:
- tfactl dbglevel
Use thetfactl dbglevel
command to set Oracle Grid Infrastructure trace levels.
Parent topic: Using On-Demand Diagnostic Collections
14.8.1 tfactl dbglevel
Use the tfactl dbglevel
command to set Oracle Grid Infrastructure trace levels.
Syntax
tfactl [run] dbglevel
[ {-set|-unset} profile_name
-dependency [dep1,dep2,...|all]
-dependency_type [type1,type2,type3,...|all]
| {-view|-drop} profile_name
| -lsprofiles
| -lsmodules
| -lscomponents [module_name]
| -lsres
| -create profile_name [ -desc description
| [-includeunset] [-includetrace]
| -debugstate | -timeout time ]
| -modify profile_name [-includeunset] [-includetrace]
| -getstate [ -module module_name ]
| -active [profile_name]
| -describe [profile_name] ] ]
Parameters
Table 14-6 tfactl dbglevel Command Parameters
Parameter | Description |
---|---|
|
Specify the name of the profile. |
|
Displays the list of active profiles. |
|
Sets the trace or log levels for the profile specified. |
|
Unsets the trace or log levels for the profile specified. |
|
Displays the trace or log entries for the profile specified. |
|
Creates a profile. |
|
Drops the profile specified. |
|
Modifies the profile specified. |
|
Describes the profiles specified. |
|
Lists all the available profiles. |
|
Lists all the discovered Oracle Clusterware modules. |
|
Lists all the components associated with the Oracle Clusterware module. |
|
Lists all the discovered Oracle Clusterware resources. |
|
Displays the current trace or log levels for the Oracle Clusterware components or resources. |
|
Specify the Oracle Clusterware module. |
|
Specify the dependencies to consider, start, or stop dependencies, or both. |
|
Specify the type of dependencies to be consider. |
|
Generates a System State Dump for all the available levels. |
|
Adds or modifies an unset value for the Oracle Clusterware components or resources. |
|
Adds or modifies a trace value for the Oracle Clusterware components. |
WARNING:
Set the profiles only at the direction of Oracle Support.Parent topic: Changing Oracle Grid Infrastructure Trace Levels