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!

Unable to remove Site from the UI

Unable to remove Site from the UI

Version

This solution applies to all Carbon Black versions.

Issue

From Administration -> Settings -> Sites, there is no method to delete a "Site" from the UI.

Solution

The Site object needs to be removed manually by updating the Postgres database on the Carbon Black server. To do this perform the following:

  1. 1. Collect the <id> of the relevant site that needs to be removed:
    psql -d cb -p 5002 -c "select * from sensor_sites;"
  2. Remove the Site by the ID above:
    psql -d cb -p 5002 -c "delete from sensor_sites where id=<id>;"

There is no need to restart anything. Refresh the page in the UI and confirm the Site no longer exists.  Engineering is aware this functionality does not exist within the UI.

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-16-2015
Views:
699
Contributors