Post-installation configuration of the application in automatic mode

To perform the initial configuration of the application in automatic mode:

  1. Prepare a configuration file that contains the initial configuration settings. You can create this file or copy the necessary structure from the autoinstall.ini configuration file used for remote installation of the application using Kaspersky Security Center.
  2. Start the Kaspersky Industrial CyberSecurity for Linux Nodes Initial Configuration Wizard and specify the path to the configuration file.

    You must run the Initial Configuration Wizard as root.

To launch the automatic initial configuration of the application, the following command:

# /opt/kaspersky/kics/bin/kics-setup.pl --autoinstall = <initial configuration file>

where <initial configuration file> is the path to the configuration file that contains the initial configuration settings.

When the Initial Configuration Wizard finishes and releases the console, the post-installation configuration of the application is complete.

To check the return code, execute the following command:

echo $?

If the command returns code 0, the initial configuration of the application has finished successfully.

Kaspersky Industrial CyberSecurity for Linux Nodes provides device protection only after the application databases are updated.

To correctly update application modules after the wizard has finished, the application may need to be restarted. Check the status of updates for the application using the kics-control --app-info command.

Page top