Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the Build Server: Download the SC installation zip packages and required dependencies.

  2. On the Build Server: Run the Offline Install Build Script to generate the Offline Install Setup Package - a zip file that includes all necessary packages, dependencies, and the Offline Install Setup Script for the target server.

  3. Transfer: Move the Offline Install Setup Package from the build server to the target server in the air-gapped environment.

  4. On the Target Server: Extract the Offline Install Setup Package, run the Offline Install Setup Script to set up the local repository and stage all required deployment/upgrade packages.

  5. Continue with the normal Syndeia Cloud automated install/upgrade process.

Info

Customers using a Red Hat distribution utilizing Subscription-Manager for package management should open a ticket with helpdesk for offline installation.

...

Prerequisites

  • Download .ZIPs from the password protected links provided in the Intercax Helpdesk ticket where you originally requested your Syndeia Cloud license. It should be located in the following folder Syndeia_Cloud_3.6_SP1 / Syndeia_Cloud_Utilities / Offline_Installation.

  • Build Server: A server with internet access that must be running the same Linux distribution and version (either Alma Linux or RedHat Enterprise Linux (RHEL)) as the target Syndeia Cloud (SC) server. For example:

    • If your target SC server is running Alma Linux, ensure your build server is also running Alma Linux.

    • If your target SC server is running RedHat Enterprise Linux (RHEL), ensure your build server is also running RedHat Enterprise Linux (RHEL).

  • The following applications must already exist on the target and build servers:

    • unzip

    • python36 (python 3.6+)

    • zip (build server only)

    • wget (build server only)

...