How to upgrade the OS with the EDR application installed.
standalone:
/usr/share/cb/cbservice cb-enterprise stop
cluster:
/usr/share/cb/cbcluster stop
yum remove $(yum list installed | grep CarbonBlack | awk '{ print $1 }')
yum install cb-enterprise
standalone:
/usr/share/cb/cbservice cb-enterprise start
cluster:
/usr/share/cb/cbcluster start