Help Center/ Intelligent EdgeFabric/ Edgectl User Guide/ Error Codes/ IEF Software Errors/ ERROR5002 IEF software is not completely running
Updated on 2022-02-21 GMT+08:00

ERROR5002 IEF software is not completely running

Description

The IEF software is not completely running on the node.

Possible Causes

The IEF software is manually stopped on the node.

Solution

To rectify the fault, perform the following steps:

  1. Check the running status of Edge-Core.

    systemctl status edgecore

    If Edge-Core is not started, start it.

    systemctl start edgecore

  2. Check the running status of Edge-Logger.

    systemctl status edgelogger

    If Edge-Logger is not started, start it.

    systemctl start edgelogger

  3. Check the running status of Edge-Monitor.

    systemctl status edgemonitor

    If Edge-Monitor is not started, start it.

    systemctl start edgemonitor

  4. Check the running status of Edge-Daemon.

    systemctl status edgedaemon

    If Edge-Daemon is not started, start it.

    systemctl start edgedaemon