You can upgrade your Sensor Gateway when an updated version of it is available.
Prerequisites
- Ensure you have the following information available from your initial Sensor Gateway installation.
- The Sensor Gateway Entry point. Use the same name as before. If not, the existing sensors can stop working.
- API ID
- API Key
- The following Carbon Black sensor versions are supported with the Sensor Gateway.
- Carbon Black sensor for Windows 3.8.0.684+
- Carbon Black sensor for Linux 2.13.2.997598+
Procedure
- Download and unzip the sensor-gateway-x.x.x.zip file on your Linux server.
- Identify the current Sensor Gateway and stop it.
- Log in to the Linux server with root credentials.
- To get the running instance of the Sensor Gateway, excecute the command:
The first column displays the
Container ID
.
- To stop the running Sensor Gateway, execute the command:
docker stop <the Container ID>
- To get a list of all containers and thus, see the Sensor Gateway instance as exited under the
Status
column, run the command:
- Remove the Sensor Gateway instance.
docker rm <the Container ID>
- Get a list of all containers and confirm that there is no Sensor Gateway, which is in Running or Stopped status.
If you do not see any result from executing the command, it indicates that the previous commands might not have been successful. Please, do not proceed with the next step and reach out to
Carbon Black Support.
-
cd
to the directory where you unzipped the latest version of the Sensor Gateway file.
- Install the Sensor Gateway.
Results
Your
Sensor Gateway upgrades successfully.