- Change the Sensor Group URL
- Open the WebUI, then navigate to Administration > Sensors and select Edit Settings
- Change the Server Address to the new Address while keeping the same port number
- Repeat Step b for each sensor group if they exist
- Allow at least 10 minutes for online sensors to pick up the URL change
- Update Server from the Command Line
- Begin after all online sensors have checked in
- Stop the Response services:
service cb-enterprise stop
- Change the server address using normal OS commands for configuring the network interface
- Start the Postgres service to update records to point to the new CB Response Server Address:
- In 7.4.0 and later product versions:
/usr/share/cb/cbservice cb-pgsql start
In product versions prior to 7.4.0:
service cb-pgsql start
- In 7.5.0 and later product versions:
psql -d cb -p 5002 -c "UPDATE cluster_node_sensor_addresses SET address='<NEW ADDRESS>' WHERE id=0;"
In product versions prior to 7.5.0:
psql -d cb -p 5002 -c "UPDATE cluster_node_sensor_addresses SET address='<NEW ADDRESS>' WHERE node_id=0;"
- In 7.4.0 and later product versions:
/usr/share/cb/cbservice cb-pgsql stop
In product versions prior to 7.4.0:
service cb-pgsql stop
- Update the iptables/firewalld settings to the correct IPs. Run the following command to update if using the CB managed firewall
/usr/share/cb/cbcheck firewall -a
- By default cluster.conf is set to localhost and should not need adjusting, however please confirm and update accordingly. /etc/cb/cluster.conf
- Start Response services
service cb-enterprise start
- Check /etc/cb/cluster.conf to confirm the host= matches the new IP if it's not listed as localhost
- Update Remaining Sensors. Any clients that did not check-in before the server address is changed will need to modify the SensorBackendServer setting.
- For Windows this is located at HKLM\SOFTWARE\CarbonBlack\config\SensorBackendServer
- For MacOs and Linux, this value is stored in /var/lib/cb/sensorsettings.ini