FortiADC
FortiADC enhances the scalability, performance, and security of your applications whether they are hosted on premises or in the cloud.
JohnDevNet_FTNT
Article Id 198629
Description
This article shows how to send the crashlog files that FortiADC generates to an external server such as FTP or TFTP.

Crashlog files contain information about events that could be required for further analysis and troubleshooting.

Solution
In this example the FTP/TFTP server has an IP Address of 10.10.10.80

jdominguez_FD40325_tn_FD40325-1.jpg

1) Display the crashlog files:
# diagnose debug crashlog list
101.4M Jul 27 2016 coredump-2016-07-27-01_43
88.3K Jul 27 2016 core-2016-07-27-01_43
526.9K Jul 14 2016 cli-3802-1468507370.gz

2) Execute the following command to send all crashlog files via FTP to the server 10.10.10.80 port 21 using user admin and password admin123:
# diagnose debug crashlog upload ftp all 10.10.10.80:21 admin admin123

3) The following command could be used to send only one named file to the server, in this example the file “cli-3802-1468507370.gz” is sent:
# diagnose debug crashlog upload ftp cli-3802-1468507370.gz 10.10.10.80:21 admin admin123

Contributors