Kaspersky Industrial CyberSecurity for Linux Nodes lets you export and import all application settings for troubleshooting, verifying settings, or simplifying configuration of the application on user devices.
When you export settings, all application and task settings are saved to a configuration file. This configuration file is used to import the application's configuration settings.
The application must be launched when settings are imported or exported. After the settings are imported, the application must be restarted.
When importing or exporting settings from an older application version, new settings are set to default values. Importing settings to an older application version is not supported.
Export settings
The kics-control --export-settings
command is intended for exporting settings.
Command syntax
kics-control --export-settings --file <
configuration file path
> [--json]
Arguments and keys
--file <
configuration file path
>
– full path to the configuration file where the application settings will be saved.
--json
– format of the configuration file where the application settings will be saved. If a file format is not specified, the settings will be exported to an INI file.
Import settings
The kics-control --import-settings
command is intended for importing settings.
If the application is managed via Kaspersky Security Center, importing settings is not supported.
Command syntax
kics-control --import-settings -
-
file <
configuration file path
> [--json]
Arguments and keys
--file <
configuration file path
>
– full path to the configuration file from which the application settings will be imported.
--json
– format of the configuration file from which the application settings will be imported. If a file format is not specified, the application attempts to import settings from an INI file. If the import fails, an error is displayed.
When you import application settings, the UseKSN
setting is set to No
. To start or resume the use of Kaspersky Security Network, specify UseKSN=Basic
or UseKSN=Extended
.
After application settings are imported, internal task IDs may change. It is recommended to use task names to manage them.
Page top