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:
/data/upgrade
directory.tar xvf ./upgrade.tar.gz
.chmod +x /data/upgrade/install_kata_upgrade.sh
/data/upgrade/install_kata_upgrade.sh
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