Uninstallation

The uninstallation will delete files, user data, and configurations related to the OM SDK. If the uninstallation fails, residual files may exist.

Uninstallation Using the CLI

  1. Log in to the background environment of the edge device as the root user.
  2. Run the following command to switch to the directory of the edge management system:
    cd /usr/local/mindx/MindXOM
  3. Run the following command to uninstall the edge management system:
    ./uninstall.sh
    If the following information is displayed, the uninstallation is successful:
    Uninstall MindXOM start.
    ...
    Clear config task successUninstall MindXOM success.

    You can run the tail -f /var/plog/upgrade.log command to view the run logs during uninstallation.

    For the description of the uninstall.sh command, see uninstall.sh.