Before installing the application, you must prepare an iso image of the installation disk with the Central Node, Sensor, and Sandbox components based on the Astra Linux operating system.
Minimum hardware requirements for a device that can be used to create the iso image:
Software requirements:
astra-installation.iso.Kaspersky Anti Targeted Attack Platform does not support other versions of the Astra Linux operating system.
To mount an iso image of the Central Node and Sensor or Sandbox components based on the Astra Linux operating system:
mkdir /var/kata_builder
astra-installation.iso image in the newly created /var/kata_builder directory.sudo ./iso_builder.sh /var/kata_builder/astra-installation.iso /var/kata_builder/kata-cn-distribution-8.0.0.1-x86_64_en-ru-zh.tar.gz /var/kata_builder/iso-builder-8.0.0.1-x86_64_en-ru-zh.tar /var/kata_builder buildCNSensorAstra.iso
sudo ./iso_builder.sh /var/kata_builder/astra-installation.iso /var/kata_builder/kata-sb-distribution-8.0.0.1-x86_64_en-ru-zh.tar.gz /var/kata_builder/iso-builder-8.0.0.1-x86_64_en-ru-zh.tar /var/kata_builder buildSandboxAstra.iso
After running the commands, the installation disk images with the Central Node and Sensor components named buildCNSensorAstra.iso and buildSandboxAstra.iso are located in the /var/kata_builder directory.
sudo ./iso_builder.sh <source_iso_host_path> <distribution_host_path> <iso_builder_image_host_path> <build_host_path> <target_iso_name>
In the above command: