To enable the Carbon Black launcher on Linux virtual machines (VMs) where your workloads are running, you must first install the launcher.
Procedure
- Go to the Linux VM.
- Download the launcher from the Broadcom Support Portal.
- Go to My Downloads - Cyber Security Software.
- Search for VMware Carbon Black Cloud Workload.
- Select the latest release and click the Open Source tab.
A
.tar.gz file for
Carbon Black CBLauncher for Linux Sensor is available (for example,
cbclinux-cblauncher-1.3.0.tar.gz). This file contains both
cblauncher_1.3.0-21602657_amd64.deb and
cblauncher-1.3.0-21602657.x86_64.rpm.
Note: The exact file names vary depending on the release version.
- Download the Carbon Black CBLauncher for the Linux sensor by clicking the HTTPS download icon on the right.
- Extract the .tar.gz file on the Linux VM.
- Install the CBLauncher.
Linux Distribution |
Command to Use for Installation |
Ubuntu |
|
RHEL/SUSE/CentOS/Oracle/Amazon Linux |
|
- To start the Carbon Black launcher daemon, run the following command with root privilege.
- For CentOS/RHEL/Oracle 6.x, issue the following command: service cblauncher start.
- For all other distributions, issue the following command: systemctl start cblauncher.
- To stop the Carbon Black launcher daemon, run the following command with root privilege.
- For CentOS/RHEL/Oracle 6.x, issue the following command: service cblauncher stop.
- For all other distributions, issue the following command: systemctl stop cblauncher.
- To verify the Carbon Black launcher status, run the following command with root privilege:
- For CentOS/RHEL/Oracle 6.x, issue the following command: service cblauncher status.
- For all other distributions, issue the following command: systemctl status cblauncher.
The status must be
Running
.
What to do next
After the launcher is installed, enable
Carbon Black on the Linux VMs from the
Carbon Black Cloud Workload Plug-in. See
Enable Carbon Black Cloud on Virtual Machines.