To enable Carbon Black launcher on Linux virtual machines (VM) where your workloads are running, you must first install the launcher. This method for installation is an alternate method. If you do not want to configure the repository, you can use this alternate method.
Perform the steps as applicable for your Linux distribution.
- Go to the Linux VM.
- Download the package and run the command for the appropriate Linux distribution.
Note: The actual build number might change. You must replace the build number with the correct available one. For example, replace 16928845 in the cblauncher-1.0.0- 16928845.x86_64 with the available build number.
Table 1. Linux Package and Command to Use for Installation Linux Distribution Link to Download Package Command to Use for Installation Ubuntu https://packages.vmware.com/cb/cblauncher/latest/ubuntu/dists/trusty/main/binary-amd64/cblauncher_1.0.0- 16928845_amd64.deb
-
dpkg –i cblauncher_1.0.0-16928845_amd64.deb
RHEL/SUSE/CentOS/Oracle/Amazon Linux https://packages.vmware.com/cb/cblauncher/latest/cblauncher-1.0.0-16928845.x86_64.rpm
-
rpm -Uvh cblauncher-1.0.0-16928845.x86_64.rpm
-
- To start the Carbon Black launcher daemon, run the following command with the root privilege based on the Linux distribution.
- For CentOS/RHEL/Oracle 6.x, use the following command.
service cblauncher start
- For all other distributions like SUSE/Ubuntu/Amazon, use the following command.
systemctl start cblauncher
- To stop the Carbon Black launcher daemon, run the following command with the root privilege based on the Linux distribution.
- For CentOS/RHEL/Oracle 6.x, use the following command.
service cblauncher stop
- For all other distributions like SUSE/Ubuntu/Amazon, use the following command.
systemctl stop cblauncher
- To verify the Carbon Black launcher status, run the following command with the root privilege based on the Linux distribution.
- For CentOS/RHEL/Oracle 6.x, use the following command.
service cblauncher status
- For all other distributions like SUSE/Ubuntu/Amazon, use the following command.
systemctl status cblauncher
After the launcher is installed, you can enable Carbon Black on the Linux VMs similar to the Windows VMs from the Carbon Black Cloud Workload Plug-in.