Skip to main content
sridharsre
New Member
June 19, 2017
Question

FortiManager: How to stop the executed script

  • June 19, 2017
  • 1 reply
  • 9661 views

Hi All,

 

I have a strange issue that to take backup, I use TCL script and in some of the firewalls, it is trying to execute the script for two days and would like to know how to reset / stop this ?

 

ex: init state: waiting for device token ...

 

Thanks in advance !!!

 

Regards,

Sridhar 

1 reply

chall_FTNT
Staff
Staff
June 28, 2017

Bug id 374156 -- When a CLI script includes an "exec" command, the script will not complete.  Workaround reboot.

Fixed in FMG 5.4.3

 

What firmware are you running on the FMG?  And did your script include an "exec" command?

Marcelo_Menezes
New Member
July 3, 2018

You can use the commands below.   FGT # config system auto-script FGT (auto-script) # delete <name script>    And your script will be deleted and stop the execution.

 

Best Regards.