Kaspersky Anti Targeted Attack Platform
Contents
Contents
Upgrading the Sensor component
You can upgrade a Sensor component that is deployed on a standalone server.
The upgrade is delivered as an update package. The package is included in the application distribution kit.
To upgrade a Sensor component deployed on a standalone server:
- Place the application upgrade package on the server with the Sensor component in the
/data/upgrade
directory. - Sign in to the management console of the Sensor server where you want to upgrade the component via SSH or through the terminal.
- Unpack the upgrade package by running the following command:
tar xvf ./upgrade.tar.gz
. - Install the upgrade package by running the following commands:
chmod +x /data/upgrade/install_kata_upgrade.sh
/data/upgrade/install_kata_upgrade.sh
- Install the upgrade by running the following command:
kata-upgrade --data-dir /data/upgrade --user admin --password <password set when installing the component>
.If the password contains special characters, the
password
variable must be specified in the following format:--password '<password>'
.
The Sensor component is upgraded.
After upgrading the component, you must log in again to the Sensor server management console over SSH or through the terminal.
Page top