Technical Tip: Offline Upgrade of FortiClient EMS from v7.4.1 to v7.4.3 (Air-Gapped Environment)
| Description | This article provides step-by-step guidance to upgrade FortiClient EMS from version 7.4.1 to 7.4.3 offline in an air-gapped environment (no internet connectivity). |
| Scope | FortiClient EMS 7.4.x |
| Solution | Prerequisites:
/opt/forticlientems/ /var
By default, the EMS upgrade process can try to reach Fortinet services to repack or refresh client installers. In air-gapped environments, this might cause delays, timeouts, or failures.
Installation Instructions (Offline Upgrade):
sudo systemctl stop fcems
sudo./forticlientems_7.4.3.XXXX.bin -- --allowed_hosts '*' --enable_remote_https=0
--allowed_hosts '*': Needed if there is no intention to limit EMS access to certain IPs. --enable_remote_https=0: Disables internet calls.
If --enable_remote_https=0 does not exist, remove the option altogether. The installer will stay offline as long as:
Even without terminating EMS services, the upgrade may still work, although it is recommended to terminate them.
Wait for the upgrade process to finish. It will take time, but it should not fail if the steps above are adhered to and the requirements are fulfilled. |
