Official | HULFT IoT EdgeStreaming First Step Guide Fourth Edition: July 1, 2021

Uninstallation of EdgeStreaming Runtime

This section describes the procedure to uninstall EdgeStreaming Runtime.

These procedures describe uninstallation when you made EdgeStreaming Runtime into a service.

 

  1. Stop the service

    Stop EdgeStreaming Runtime that you made into a service.

    systemctl stop es-agent.service
    

     

  2. Disable the service

    Disable EdgeStreaming Runtime that you made into a service.

    systemctl disable es-agent.service
    

     

  3. Delete the service

    Delete EdgeStreaming Runtime that you made into a service.

    rm -f /etc/systemd/system/es-agent.service
    

     

  4. Delete the installation directory

    Delete the directory where you installed EdgeStreaming Runtime.

    rm -rf /opt/edge
    

     

  5. Reload the automatic execution settings file

    Reload the automatic execution settings file for the script.

    systemctl daemon-reload
    

     

 

The uninstallation of EdgeStreaming Runtime is now complete.

 

 

 

Official | HULFT IoT EdgeStreaming First Step Guide Fourth Edition: July 1, 2021