Purpose
Show problem information for the current ADR home.
Syntax and Description
show problem [-p "predicate_string"] [-last num | -all] [-orderby field1, field2, ... [ASC|DSC]]
Table 17-19 describes the flags for SHOW
PROBLEM
.
Table 17-19 Flags for SHOW PROBLEM command
Flag | Description |
---|---|
|
Use a SQL-like predicate string to show only the incidents for which the predicate is true. The predicate string must be enclosed in double quotation marks. Table 17-20 lists the fields that can be used in the predicate string. |
|
Shows the last |
|
Show results sorted by field in the given order ( |
Table 17-20 Problem Fields for SHOW PROBLEM
Field | Type | Description |
---|---|---|
|
|
ID of the problem |
|
|
Problem key for the problem |
|
|
Incident ID of the first incident for the problem |
|
|
Creation time of the first incident for the problem |
|
|
Incident ID of the last incident for the problem |
|
|
Creation time of the last incident for the problem |
|
|
Encodes an impact of this problem |
|
|
Encodes an impact of this problem |
|
|
Encodes an impact of this problem |
|
|
Encodes an impact of this problem |
|
|
Service request for the problem (entered through Support Workbench) |
|
|
Bug number for the problem (entered through Support Workbench) |
Example
This example lists all the problems in the current ADR home:
show
problem -all
This example shows the problem with ID 4:
show
problem
-p
"problem_id=4"