Preparing an installation disk image with the Central Node, Sensor, and Sandbox components

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:

To mount an iso image of the Central Node and Sensor or Sandbox components based on the Astra Linux operating system:

  1. Download the following files from the distribution kit:
    1. The Central Node and Sensor distribution kit named kata-cn-distribution-8.0.0.1-x86_64_en-ru-zh.tar.gz.
    2. The Sandbox distribution kit named kata-sb-distribution-8.0.0.1-x86_64_en-ru-zh.tar.gz.
    3. The file for making an iso image named iso-builder-8.0.0.1-x86_64_en-ru-zh.tar.
  2. Create an iso_builder.sh file with the following content.
  3. Run the following command:

    mkdir /var/kata_builder

  4. Put the files listed in step 1 and the astra-installation.iso image in the newly created /var/kata_builder directory.
  5. Run the following command:
    • If you are preparing a disk image with the Central Node and Sensor components:

      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

    • If you are preparing a disk image with the Sandbox component:

      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.

  6. If you keep files in different directories, you can run the following command:

    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:

Page top