Starting and stopping the application using the command line

To run the application, the root account must be the owner of the following directories and only the owner must have write access to them: /var, /var/opt, /var/opt/kaspersky, /var/log/kaspersky, /opt, /opt/kaspersky, /usr/bin, /usr/lib, /usr/lib64.

Starting, restarting, and stopping Kaspersky Industrial CyberSecurity for Linux Nodes

To start the application in systemd, execute the following command:

systemctl start kics

To stop the application in systemd, execute the following command:

systemctl stop kics

To restart the application in systemd, execute the following command:

systemctl restart kics

To start the application in the system without systemd, execute the following command:

/etc/init.d/kics start

To stop the application in the system without systemd, execute the following command:

/etc/init.d/kics stop

To restart the application in the system without systemd, execute the following command:

/etc/init.d/kics restart

Monitoring the status of Kaspersky Industrial CyberSecurity for Linux Nodes

The status of Kaspersky Industrial CyberSecurity for Linux Nodes is monitored by the watchdog service. The watchdog service is automatically launched when the application starts.

In the event of an application crash, a dump file is generated and the application is restarted automatically.

To display the application status in systemd, execute the following command:

systemctl status kics

To display the application status in the system without systemd, execute the following command:

/etc/init.d/kics status

Page top