Versions Compared

Key

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

...

Info

Customers using a Red Hat distribution utilizing Subscription-Manager for package management should open a ticket with request on our helpdesk for additional assistance related to offline installation.

...

Prerequisites

  • 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)

  • The process described in this document requires a shell script and three zip files from the Syndeia_3.6_SP1 release package. These can be downloaded from the password-protected link provided in the Intercax Helpdesk ticket where you originally requested your Syndeia Cloud license. The specific files required for this process and their locations are listed below:

    • Build Script location:
      Syndeia_Cloud_3.6_SP1/Syndeia_Cloud_Utilities/Offline_Installation/

      • syndeia-cloud-offline-install-build.bash

    • Syndeia Cloud Install Packages Locations:
      Syndeia_Cloud_3.6_SP1/

      • syndeia-cloud-3.6-SP1_cassandra_zookeeper_kafka_setup.zip

      • syndeia-cloud-3.6-SP1_janusgraph_setup.zip

      • syndeia-cloud-3.6-SP1.zip

...

Steps

Part 1: Preparing the Offline Install Package on the Build Server

...