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!

Carbon Black Cloud: Unable to upgrade or install due to existing system extension (macOS)

Carbon Black Cloud: Unable to upgrade or install due to existing system extension (macOS)

Environment

  • Carbon Black Cloud Sensor: 3.5.1.x and Higher
  • Apple macOS: 10.15 and Higher (Catalina

Symptoms

  • Install of 3.5.1.x or higher Sensor fails
  • Error message displayed in preinstall log indicates failure to unload installed System Extension
    failed to uninstall system extension
    program terminated with error code: 4096
  • Checking on Systemextensionsctl shows Carbon Black installed
    sudo Systemextensionsctl list
    
    --- com.apple.system_extension.endpoint_security
    enabled active teamID bundleID (version) name [state]
    * * 7AGZNQ2S2T com.vmware.carbonblack.cloud.se-agent.extension (3.5.2fc76/3.5.2fc76) com.vmware.carbonblack.cloud.se-agent.extension [activated enabled]

Cause

Previously installed System Extension is unable to be uninstalled without first disabling System Integrity Protection (SIP)
NOTE: Using newly added scripts this can be worked around without disabling SIP. This can be done using Resolution 1 below. Resolution 2 can still be used if Resolution 1 cannot be used. 

Resolution

  • This is the optimal solution using scripts that don't require SIP to be disabled.
    1. Drop a 3.8.0 or greater series sensor DMG onto the affected endpoints.
    2. From the docs/ directory of the sensor DMG, find and execute the CBCloud Cleanup Tool.pkg.
    3. Follow the steps of the CBCloud Cleanup Tool installer.
    4. Upon successful completion, the system extension will be in the [Terminated waiting to uninstall on reboot] state. A reboot is not required, and sensor upgrade or uninstall can immediately be re-attempted. 
      • Note: This tool is not intended to be used on healthy endpoints and will not continue with removing the system extension if a healthy endpoint is detected.
  • Previous Solution requiring SIP to be disabled. Does not need to be used if the Resolution above has been followed. 
    1. Check Systemextensionsctl for com.vmware.carbonblack.cloud.se-agent.extension
      sudo Systemextensionsctl list | grep carbonblack
    2. Disable System Integrity Protection (SIP)
    3. Once rebooted in normal mode with SIP disabled, check Systemextensionsctl for com.vmware.carbonblack.cloud.se-agent.extension again
      sudo Systemextensionsctl list | grep carbonblack
    4. Manually uninstall system extension
      sudo systemextensionsctl uninstall 7AGZNQ2S2T com.vmware.carbonblack.cloud.se-agent.extension
    5. Verify com.vmware.carbonblack.cloud.se-agent.extension is no longer present
      sudo Systemextensionsctl list | grep carbonblack
    6. Next clean up files for software using this KB.
    7. Attempt installation of desired Sensor version, collecting most recent /tmp/preinstall-<Timestamp>.log
    8. Enable System Integrity Protection (SIP)

Additional Notes

  • Version will display with 'fc' included (i.e., 3.5.1fc23, 3.5.1fc31, or 3.5.2fc76) and is normal
  • If the system is on macOS12+, we have success stories resolving the error by adding the "RemoveableSystemExtensions" setting in the System Extensions payload specifically targeting com.vmware.carbonblack.cloud.se-agent.extension.
  • If installation still fails, run through step 5 above, outputting to a file with the name of the device and please open a case with Carbon Black Technical Support

Related Content


Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎04-28-2021
Views:
12377
Contributors