Accessing the installation package and copying configuration template

Hitachi iQ Studio Installation Guide

Version
1.0.x
Audience
anonymous
Part Number
MK-26HIQS000-01
ft:lastEdition
2026-06-10

Access the installation package, then copy the configuration template to create a working configuration file.

  1. Confirm that the installation package is present in your working directory.
    ls -ltr iqstudio-installer-*.tar.gz
  2. Extract the installer bundle.
    tar -xzf iqstudio-installer-*.tar.gz
  3. Navigate to the extracted directory.
    cd iqstudio-installer-v*/
    Important: Run all further installation steps from within this directory.
  4. Verify that the following files are present.
    ls
    The directory should contain the following files:
    File Description
    iqstudio-bundle-upload.sh Image upload helper script. Called automatically by the installer.
    iqstudio-helm Bundled iqstudio-helm binary used internally during installation and upgrade workflows.
    Note: You do not need to install or configure Helm on the target environment. The bundled iqstudio-helm binary runs during execution.
    iqstudio-installer.sh Main installer script.
    iqstudio-product-release-v<version>.yaml ProductRelease manifest.
    iqstudio-v<version>- FullStack.tar.gz Full-stack component bundle.
    iqstudio-v<version>-operator.tar.gz Operator bundle.
    prebake-models.py Model pre-baking utility.
    iqstudio-install.conf.template Configuration file template.
  5. Copy the template to create your working configuration file.
    cp iqstudio-install.conf.template iqstudio-install.conf