Collecting System Diagnostics (asg diag)
Use this command to collect and show diagnostic information. This command runs a list of predefined 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 [<Test1>][,<Test2>,...]
asg diag verify [<Test1>][,<Test2>,...]
asg diag print [<Test1>][,<Test2>,...]
asg diag purge [Number_of_logs ]
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 also 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.
|
<Number_of_logs>
|
The number of most recent logs to keep when asg diag log files. Default = 5.
|
|
|