IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: How to Manually Uninstall a Disconnected Linux Agent

App Control: How to Manually Uninstall a Disconnected Linux Agent

Environment

  • App Control Agent: All Supported Versions
  • Linux: All Supported Versions

Objective

How to uninstall a disconnected Linux Agent when the Global CLI Password is known.

Resolution

  1. In a terminal window run the commands to allow the uninstall:
    cd /opt/bit9/bin
    ./b9cli --password GlobalCLIPassword
    ./b9cli --tamperprotect 0
    ./b9cli --allowuninstall 1
  2. After the allowuninstall flag is set, uninstall with the command:
    sudo sh ./b9uninstall.sh

Additional Notes

If the Global CLI Password is not known, or otherwise does not work, the uninstall via Rescue Mode option will be required.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
3033
Contributors