Uninstalling MEF Edge

  • The uninstallation will delete the files and configurations related to MEF Edge and all containers in the environment.
  • If the one-click uninstallation fails after the installation is forcibly stopped, manually delete the MEF Edge folder in the previous installation path (the default installation path is /usr/local/mindx).
  • After MEF Edge is uninstalled, you need to call the Deleting Nodes That Are Not Managed by MEF or Deleting Nodes Managed by MindEdge Framework API on MEF Center that manages MEF Edge to delete the corresponding MEF Edge node. Otherwise, functions may be abnormal.
  1. Log in to the device environment as the root user.
  2. Go to the path where MEF Edge is located.
    cd Installation_path/MEFEdge/software/
  3. Uninstall MEF Edge.
    ./run.sh uninstall
    If information similar to the following is displayed, MEF Edge has been uninstalled.
    Execute [uninstall] command success!

    After the uninstallation is complete, logs are stored in the following directory:

    • Path of run logs: /Log directory/MEFEdge_log/edge_installer/edge_installer_run.log
    • Path of operation logs: /Log directory/MEFEdge_log/edge_installer/edge_installer_operate.log

    ./run.sh uninstall does not contain any parameter. If the command is entered in the format of ./run.sh uninstall -xxx, ./run.sh uninstall --xxx, or ./run.sh uninstall xxx, the parameter is ignored and the uninstallation program continues.