Uninstall the Comm Broker

Prev Next

Use the following procedure to uninstall a Comm Broker.

Important

Before you uninstall a Comm Broker, contact Trellix Customer Support.

To uninstall a Comm Broker:
  1. To stop the Comm Broker service, use the command docker ps to get the name of the container, and then use the following command:

    docker stop <container_name>
  2. Remove the stopped container:

    docker rm <container_name>
  3. Remove the package:

    docker rmi cb:latest
  4. Delete the downloaded Comm Broker file, and all files that were unzipped from it:

    rm -fr run_sender.sh shared cb_<version_number>.tar*