diagnostics --delete [--all]
Description
Deletes all of the diagnostics files on a DR Series system when using the --all option with the DR Series system CLI 
diagnostics --delete command.
CAUTION: Carefully consider before using the DR Series system CLI --delete --all command to delete all current 
diagnostics log files on a DR Series system. If you delete all diagnostics log files without first saving them to 
another location, all previous system status information that they contained is lost and unrecoverable.
Syntax
diagnostics --delete --all
Result
Diagnostics delete: Successful
diagnostics --copy --name <name> --host <user@host | ip:>:<path>>
Description
Copies a specific existing diagnostics log file by name, by appending the --name option, and sends this diagnostics log 
file to a remote system that you can define using the DR Series system CLI diagnostics --name and --host command (by 
defining a destination hostname or IP address and path).
Syntax
diagnostics --copy --name acme9_2012-09-12-12_09-37-53.lzip --host 
administrator@10.250.207.20:
/var/diagnostics_logs
Result
administrator@10.250.207.20's password:
acme9_2012-09-12-12_09-37-53.lzip 100%  297MB 49.5MB/s
00:06 Diagnostics copy: Successful
diagnostics --help
Description
Displays the list of all diagnostics-related options that can be used when using the DR Series system CLI.
Syntax
diagnostics --help
Result
Usage:
diagnostics --show
diagnostics --collect [--name <name>]
           [--reason <reason>]
           [--force]
           [--dset]
           [--all]
89