15.8 Changing Oracle Grid Infrastructure Trace Levels
Enabling trace levels enables you to collect enough diagnostics to diagnose the cause of the problem.
Oracle Support asks you to enable certain trace levels when reproducing a problem.
Oracle Trace File Analyzer makes it easy to enable and then disable the correct 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: On-demand Analysis and Diagnostic Collection
15.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 15-5 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 CRS modules. |
|
Lists all the components associated with the CRS module. |
|
Lists all the discovered CRS resources. |
|
Displays the current trace or log levels for the CRS components or resources. |
|
Specify the CRS 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 CRS components or resources. |
|
Adds or modifies a trace value for the CRS components. |
WARNING:
Set the profiles only at the direction of Oracle Support.Parent topic: Changing Oracle Grid Infrastructure Trace Levels