save error-report

This command creates an error report.

Syntax

save error-report

Guidelines

The save error-report command creates an error report in the temporary:///error-report.txt file. This file can then be used for debugging purposes. The file can be copied off the appliance with the send error-report command.

This command takes no arguments. It automatically creates a file that contains any backtrace or watchdog error report, the contents of the audit log, and the running configuration.

If there is insufficient space to write the file, the following error message indicates this condition:

Could not write error report to file.

If you receive this message, delete files to make sufficient space.

Examples

Generate an error report file in temporary:///error-report.txt. This file is then sent to supportteam@example.com on the specified mail server.
mqa(config)# save error-report
mqa(config)# send error-report smtp.example.com "Important information" supportteam@example.com
mqa(config)#