This section describes the procedure for local installation of an application component (Server or sensor) on a computer by using the kics4net-install.sh script.
Prior to locally installing components, you must perform the necessary actions to prepare for application installation.
The application components local installation script can install only one of the components (Server or sensor) on a computer. If an application component (for example, the Server) is already installed on a computer, you cannot install a different type of component (in this case, a sensor) on this computer. If you attempt to install the same type of component on the computer, the local installation script will reinstall the component.
When installing the Server, the Kaspersky Security Center Network Agent component is automatically installed. Kaspersky Security Center Network Agent is not installed if this component is being used by another Kaspersky application (to avoid disrupting the interaction between this application and the Kaspersky Security Center Administration Server). In addition, the functionality for interaction between Kaspersky Industrial CyberSecurity for Networks and Kaspersky Security Center may be limited if the version of the installed Network Agent differs from the version of this component provided in the distribution kit of Kaspersky Industrial CyberSecurity for Networks.
To locally install a Kaspersky Industrial CyberSecurity for Networks Server:
bash kics4net-install.sh --server
where server
is the setting for enabling Server installation mode (required setting).
In addition to the mandatory parameter, you may also add the following parameters for running the installation script:
--use-postgrespro
enables use of an installed Postgres Pro DBMS instead of the DBMS from the application distribution kit (applicable to Kaspersky Industrial CyberSecurity for Networks version 4.0.1).--enable-debug-grpc-server
– installs a debug gRPC server. This gRPC server is used for testing purposes and is not required for normal use of the application.If the script is run with the --enable-debug-grpc-server
parameter, the application will lose its certified state.
The script will begin installation of the component. During installation, the screen will display service messages regarding operations being completed.
Please wait for the kics4net-install.sh script to finish.
To locally install a Kaspersky Industrial CyberSecurity for Networks sensor:
bash kics4net-install.sh --sensor
where sensor
is the setting for enabling sensor installation mode (required setting).
The script will begin installation of the component. During installation, the screen will display service messages regarding operations being completed.
Please wait for the kics4net-install.sh script to finish.