This procedure describes how to install Kaspersky Security Center Linux.
Before installation, you have to do the following:
If you use the operating system RED OS 7.3.4 or later or MSVSPHERE 9.2 or later, install the libxcrypt-compat package for the correct function of Administration Server.
You have to use the installation file—ksc64_[version_number]_amd64.deb or ksc64-[version_number].x86_64.rpm—that corresponds to the Linux distribution installed on your device. You receive the installation file by downloading it from the Kaspersky website.
To install Kaspersky Security Center Linux, you have to run the commands provided in the instruction below under an account with root privileges.
To install Kaspersky Security Center Linux:
# adduser ksc
# groupadd kladmins
# gpasswd -a ksc kladmins
# usermod -g kladmins ksc
ksc soft nofile <max_number_of_opened_files
>
ksc hard nofile <max_number_of_opened_files
>
By default, limits of the file descriptors are specified during the installation. The soft file limit is 32 768 files, the hard file limit is 131 072 files.
# apt install /<path>/ksc64_[
version_number
]_amd64.deb
# yum install /<path>/ksc64-[
version_number
].x86_64.rpm -y
# /opt/kaspersky/ksc64/lib/bin/setup/postinstall.pl
y
if you understand and accept the terms of the EULA. Enter n
if you do not accept the terms of the EULA. To use Kaspersky Security Center Linux, you must accept the terms of the EULA.y
if you understand and accept the terms of the Privacy Policy, and you agree that your data will be handled and transmitted (including to third countries) as described in the Privacy Policy. Enter n
if you do not accept the terms of the Privacy Policy. To use Kaspersky Security Center Linux, you must accept the terms of the Privacy Policy.kladmins
group is used.ksc
account is used.ksc
account is used.127.0.0.1
by default for a local DBMS installation.3306
for MySQL or MariaDB5432
for PostgreSQL or Postgres ProWait for the services to be added and started automatically:
klnagent_srv
kladminserver_srv
klactprx_srv
klwebsrv_srv
The password must comply with the following rules:
If you skip this step, you can use the following command to create a new user later: /opt/kaspersky/ksc64/sbin/kladduser -n ksc -p <password>
The user is added and Kaspersky Security Center Linux is installed.
Network Agent installation
To manage the Administration Server device as any other managed device, install Network Agent for Linux on the Administration Server device. In this case, Network Agent for Linux is installed and works independently from the server version of Network Agent that you installed together with Administration Server.
Service verification
Use the following commands to check whether or not a service is running:
# systemctl status klnagent_srv.service
# systemctl status kladminserver_srv.service
# systemctl status klactprx_srv.service
# systemctl status klwebsrv_srv.service