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.
btan
Staff & Editor
Staff & Editor
Article Id 350086
Description This article describes how to troubleshoot FortiClient EMS fail to run after the EMS version upgrade is completed.
Scope FortiClient EMS 7.0.x and 7.2.x.
Solution

After the FortiClient EMS upgrade is completed, certain FCEMS services fail to run:


oct-portkb2.PNG

 

'Right-click' on FCEMS services and Start: it shows the error 'service cannot be started'.

 

To fix this:

  1. Open Windows Powershell command prompt, run:

    netsh int ipv4 show dynamicport tcp

  2. Check the 'Number of Ports' output:

    Protocol tcp Dynamic Port Range
    ---------------------------------
    Start Port : 49152
    Number of Ports : 255 <--

 

oct-1001.PNG

 

  1. If the 'Number of Ports' is showing very little, for example, 255, this means the network ports are insufficient in this Windows Server.

     

  2. Run the command:

    netsh int ipv4 set dynamicport tcp start=1024 num=64512

     

  3. This will increase the number of Dynamic Ports to the Windows Default value, which will fix the issue:

    PS C:\Users\Administrator> netsh int ipv4 show dynamicport tcp

    Protocol tcp Dynamic Port Range
    ---------------------------------
    Start Port : 1024
    Number of Ports : 64512

    oct-1002.PNG

     

  4. In Task Manager, run the FCEMS services again, they should be able to be up and run now.

Contributors