Created on
‎08-24-2023
06:15 AM
Edited on
‎10-30-2024
07:24 AM
By
Jean-Philippe_P
Description
This article describes how to use scripts to monitor a FortiGate that is suffering from high CPU or high memory usage. If the device goes into conserve mode or high CPU, the logs obtained will help isolate the issue when shared with TAC.
Scope
FortiGate v6.4 and later.
Solution
To run the script, follow the steps below.
- Download Tera Term from this page or this page.
- Run Tera Term from a PC connected to the LAN and log in to the firewall (using ttermpro.exe).
- Start logging from Tera Term (Navigate to File -> Log, then choose the path and file name to log).
- Run the script by navigating to Control -> Macro and selecting the script (the file with a .ttl extension).
Note:
Do not close the logging or script window.
- Change the terminal width. Navigate to Setup -> Terminal and let the script run.
Note:
Once the script is in place, monitor the CPU and Memory. If a high CPU or memory is seen, let the script run for 10-15 minutes more, then stop it and upload the logs to the corresponding TAC case.
Note:
If the script gets logout automatically, adjust the login timeout period following this command:
config system global
set admin-ssh-grace-time <number_of_seconds> <<max 3600 seconds
end
Note:
Customize the script based on the requirement, the script attached to the document is for general troubleshooting.
TTL command reference (osdn.jp)