How to Update VMware Carbon Black Cloud Endpoint
Summary: VMware Carbon Black Cloud Endpoint can be updated by following these instructions for Windows, Mac, and Linux.
Instructions
This article describes how to update the VMware Carbon Black Cloud Endpoint sensor.
Affected Products:
- VMware Carbon Black Cloud Endpoint
Affected Operating Systems:
- Windows
- Mac
- Linux
An administrator may update the VMware Carbon Black Cloud Endpoint sensor using either the Carbon Black Cloud Console or from an endpoint with the Installer Package. Click the appropriate method for more information.
Carbon Black Cloud Console
To update the sensor using the Carbon Black Cloud console:
- In a web browser, go to [REGION].conferdeploy.net.
- Americas = https://defense-prod05.conferdeploy.net/
- Europe = https://defense-eu.conferdeploy.net/
- Asia Pacific = https://defense-prodnrt.conferdeploy.net/
- Australia and New Zealand = https://defense-prodsyd.conferdeploy.net/
- Sign In to the VMware Carbon Black Cloud.

- In the left menu pane, select Inventory and then click Endpoints.

- Search for the endpoints to update either by name or by using the available filters.

- Select one or more endpoints to update.

- Click Take Action and then select Update sensors.

- In the Update Sensors dialog box, select to either update sensors on the selected assets or all assets.

- For each Platform, specify a target version for the sensors.

- Add a unique Sensor update name and then click Update Sensors.

- To check the progress of the update, go to Inventory, click Endpoints, and then select the Sensor Update Status tab.

- Optionally, once the update is completed, a CSV containing details may be exported by clicking the export option in the Actions menu.

Installer Package
The VMware Carbon Black Cloud sensor may be updated by running the new installer package directly on the endpoints. An administrator must first download the installer package, then the administrator must run the installer package either through the UI or the CLI. Click the appropriate method for more information.
- The CLI method is required to update endpoints running SUSE Linux.
- For more information about how to download the installer package, reference How to Download the VMware Carbon Black Cloud Endpoint Sensor.
UI
The VMware Carbon Black Cloud Endpoint sensor can be updated through the UI on Windows, macOS, or Ubuntu. Click on the appropriate operating system for more information.
- Connect to the endpoint that requires an update with a user that has local admin rights.
- Locate and then double-click the installer package.

- Click Next.

- Accept the terms in the license agreement and then click Next.

- Click Install.

- Once the update is complete, click Finish.
- To confirm that the new version is installed, right-click the VMware Carbon Black Cloud icon in the Windows System Tray, and then select About.

- Record the Version.

- Connect to the endpoint that requires an update with a user that has local admin rights.
- Locate and then double-click the installer package.

- Double-click CbCloud Install.

- Click Allow.

- Click Continue.

- Click Continue and then Agree to the terms of the license agreement.

- Click Install.

- Insert the credentials of a user with admin rights and then click Install Software.

- MacOS gives a notification that the installer is trying to load a new extension. Once installation is complete, go to Privacy & Security in System Settings to enable the CB extension.

- MacOS gives a notification that the installer is trying to load a new Network Content Filter. Click Allow.

- Once the update is complete, click Close.

- To confirm that the new version is installed, right-click the VMware Carbon Black Cloud icon in the upper left, and then select About Carbon Black Cloud.

- Record the Version.

- Connect to the endpoint that requires an update with a user that has local admin rights.
- Locate and then double-click the installer package.

- Double-click the .deb file.

- Click Install.

- Populate the password of the connected user.

- To confirm that the new version is installed and running, open a Terminal window, type
ps -A | grep cbagentdand then press Enter.

- From the same Terminal window, type
sudo /opt/carbonblack/psc/bin/cbagentd -vand then press Enter.

- Record the
cbagentdversion.

CLI
The VMware Carbon Black Cloud sensor can be updated using the CLI in one of two ways. It can be updated either from the endpoints by running the installer package, or by pushing the command-line script through a centralized deployment tool. Click on the appropriate operating system for more information.
VMware Carbon Black Cloud allows flexibility in command-line installation options through the usage of switches.
| Switch | Required | Purpose |
|---|---|---|
| /q | Yes | Allows the setup to run in quiet mode, without user interaction |
| /i | Yes | Specifies the package to install |
| /L* | Optional | Creates an MSI log file |
| /L*vx | Optional | Creates a verbose MSI log file with debug information |
To update the sensor by command line:
- Log in to the endpoint with an administrative user.
- As an administrator, right-click the Windows start menu and then click Run.

- In the Run dialog box, type
cmdand then click OK.

- In Command Prompt, type
msiexec /q /i [DIRECTORY]\installer_vista_win7_win8-[VERSION].msi /L*vx [LOGDIRECTORY]and then press Enter.

[DIRECTORY]represents the path where the installer package resides.[VERSION]represents the version in the installer package filename.[LOGDIRECTORY]represents the path where the log directory is to be created.- The paths and version in the example image may differ in your environment.
- To confirm that the new version is installed, right-click the VMware Carbon Black Cloud icon in the Windows System Tray, and then select About.

- Record the Version.

To update the sensor by command line:
- Connect to the endpoint with a user that has local admin rights.
- Double-click the installer package.

- Right-click the mounted image and then select New Terminal at Folder.

- From Terminal, type
sudo /usr/sbin/installer -verbose -pkg CBCloud\ Install.pkg -target /and then press Enter.

- Populate the root password.

- Upon completion of the update, close Terminal.

- To confirm that the new version is installed, click the VMware Carbon Black icon in the upper left part of the screen, and then select About CB PSC.

- Record the Version.

To update the sensor by command line:
- Connect to the endpoint with a user that has local admin rights.
- Double-click the new installer package to extract it.

- In the Ark dialog box, click Extract and then select Extract To.

- Select a destination for the extracted files and then click Extract.

- Select the extracted
tar.uncompressedfile and then repeat Steps 1 through 4 to extract it.

- Double-click the extracted folder and confirm the presence of the .rpm file.

- Open Terminal.
- Type
sudo rpm -U [DIRECTORY]/cb-psc-sensor-[VERSION].x86_64.rpmand then press Enter.

[DIRECTORY]represents the path where the installer package resides.[VERSION]represents the version in the installer package filename.- The paths and version in the example image may differ in your environment.
- To confirm that the new version is installed and running, open Terminal, type
ps -A | grep cbagentdand then press Enter.

- From the same Terminal window, type
sudo /opt/carbonblack/psc/bin/cbagentd -vand then press Enter. If prompted, insert the root password.

- Record the
cbagentdversion.

To update the sensor by command line:
- Connect to the endpoint with a user that has local admin rights.
- Locate, then right-click the installer package and then select Extract to.

- From the dialog box, select a destination folder for the extracted files and then click Select.

- Open Terminal.
- Type
sudo dpkg -i '[DIRECTORY]/cb-psc-sensor-[VERSION].x86_64.deb'and then press Enter.

[DIRECTORY]represents the path where the installer package resides.[VERSION]represents the version in the installer package filename.- The paths and version in the example image may differ in your environment.
- One way to write the command is to drag the .deb file into the Terminal window at the beginning of the
sudo dpkg -icommand.
- Populate the password for the connected user when prompted.

- Upon completion of the update, close Terminal.

- To confirm that the new version is installed and running, open Terminal, type
ps -A | grep cbagentdand then press Enter.

- From the same Terminal window, type
sudo /opt/carbonblack/psc/bin/cbagentd -vand then press Enter. If prompted, insert the root password.

- Record the
cbagentdversion.

To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.