Collecting System Diagnostics (asg diag)
Use this command to collect and show diagnostic information. This command runs a set of diagnostic tests. The output shows the result of each test (Passed or Failed) and the location of the output log file.
Syntax
> asg diag list|verify|print|except [<Test1>][,<Test2>,...]
> asg diag purge [<num_logs>]
> asg diag stat
Parameter
|
Description
|
list
|
Show the list of tests.
|
verify
|
Run tests and show a summary of the results.
|
print
|
Run tests and show the full output and summary of the results.
|
except
|
Run all except the specified tests and show a summary of the results.
|
[< Test1>][,< Test2>,...]
|
Comma separated list of test IDs. To see a list of test IDs, run:
> asg diag list
|
purge
|
Delete the asg diag logs except for the newest.
|
[< num_logs>]
|
The number of most recent logs to keep when asg diag logs files. Default = 5.
|
stat
|
Shows the last summary of the results.
|
|
|