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. Central Node and Sensor distribution kit:
      • kata-cn-distribution-7.1.1.531-x86_64_en-ru-zh.tar.gz if you want to install the 7.1.1 components
      • kata-cn-distribution-7.1.2.532-x86_64_en-ru-zh.tar.gz if you want to install the 7.1.2 components
    2. Sandbox distribution kit, kata-sb-distribution-7.1.0.530-x86_64_en-ru-zh.tar.gz
    3. Tool for creating an ISO image:
      • iso-builder-7.1.1.531-x86_64_en-ru-zh.tar if you want to install the 7.1.1 components
      • iso-builder-7.1.2.532-x86_64_en-ru-zh.tar if you want to install the 7.1.2 components
  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 version 7.1.1:

      sudo ./iso_builder.sh /var/kata_builder/astra-installation.iso /var/kata_builder/kata-cn-distribution-7.1.1.531-x86_64_en-ru-zh.tar.gz /var/kata_builder/iso-builder-7.1.1.531-x86_64_en-ru-zh.tar /var/kata_builder buildCNSensorAstra.iso

    • If you are preparing a disk image with the Central Node and Sensor components version 7.1.2:

      sudo ./iso_builder.sh /var/kata_builder/astra-installation.iso /var/kata_builder/kata-cn-distribution-7.1.2.532-x86_64_en-ru-zh.tar.gz /var/kata_builder/iso-builder-7.1.2.532-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-7.1.0.530-x86_64_en-ru-zh.tar.gz /var/kata_builder/iso-builder-7.1.1.531-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.

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