This article describes how to upgrade Kaspersky Security Center Web Console Server (also referred to as Kaspersky Security Center Web Console) on devices running the Linux operating system.
If you need to upgrade Kaspersky Security Center Web Console on Astra Linux in the closed software environment mode, follow the instructions specific for Astra Linux.
Use one of the following installation files that corresponds to the Linux distribution installed on your device:
You receive the installation file by downloading it from the Kaspersky website.
To upgrade Kaspersky Security Center Web Console:
If when installing Kaspersky Security Center Web Console you specified the values for the webConsoleAccount, managementServiceAccount, serviceWebConsoleAccount, pluginAccount, messageQueueAccount, and natsMessageQueueAccount parameters, make sure that all these parameters are specified in the response file.
If the response file does not exist, create a new response file that contains the parameters for connecting Kaspersky Security Center Web Console to Administration Server. Name the file ksc-web-console-setup.json, and then place it in the /etc directory.
Example of a response file containing a minimal set of parameters, and the default address and port:
{
"address": "ksc.example.com",
"port": 8080,
"trusted": "192.168.2.130|13299|/var/opt/kaspersky/klnagent_srv/1093/cert/klserver.cer|KSC Server",
"acceptEula": true
}
If you want to upgrade Kaspersky Security Center Web Console connected to Administration Server installed on the Kaspersky Security Center Linux failover cluster nodes, in the response file, specify the trusted installation parameter to allow the Kaspersky Security Center Linux failover cluster to connect to Kaspersky Security Center Web Console. The string value of this parameter has the following format:
"trusted": "<Web Console Server address>|<port>|<certificate path>|<server name>"
Specify the components of the trusted installation parameter:
Kaspersky Security Center Web Console cannot be upgraded by using the same .rpm installation file. If you want to change the settings in a response file and use this file to reinstall the application, you must first remove the application, and then install it again with the new response file.
To upgrade from a previous version of Kaspersky Security Center Web Console, run one of the following commands:
$ sudo rpm -Uvh --nodeps --force ksc-web-console-<build number>.x86_64.rpm
$ sudo dpkg -i ksc-web-console-<build number>.x86_64.deb
This starts unpacking the setup file. Please wait until the installation is complete.
$ sudo systemctl restart KSC*
When the upgrade is complete, you can use your browser to open and log in to Kaspersky Security Center Web Console.
Page top