FortiClient
FortiClient proactively defends against advanced attacks. Its tight integration with the Security Fabric enables policy-based automation to contain threats and control outbreaks. FortiClient is compatible with Fabric-Ready partners to further strengthen enterprises’ security posture.
jie
Staff
Staff
Article Id 362564
Description This article explains how to fix the issue when EMS stuck auto upgrade from v7.2.5 to v7.2.6.
Scope EMS v7.2.5.
Solution

According to the below link, there is a new feature of EMS v7.2.5. 

Auto upgrade EMS to latest patch release 7.2.5

 

Some users are stuck when EMS auto upgrades from v7.2.5 to v7.2.6:

 

Capture.JPG

 

  1. Take a snapshot of the EMS instance or back to the EMS DataBase.
  2. Login EMS server by using the same account when initially installed EMS.
  3. Open an Administrator Powershell prompt from the folder containing the ps1 file (attached)
  4. Run the following command, which will allow the current PowerShell process to run scripts:

 

`Set-ExecutionPolicy Bypass -Scope Process`

 

  1. Run the following command to run the script. In most cases, no parameters will be required, see the below section for more details:


`.\<script_name>.ps1 <parameters>`

 

  1. Check the output of the script for any errors. The last printed line should be 'SUCCESS' indicating the script finished successfully.

 

Note:

If the EMS does not use local DataBase, follow the readme file for more details. 

Contributors