Stage 3 - Pre-download Media

Stage 3 - Pre-download Media

Objective

The objective of this section is to simply pre-download the media for new versions of the Infrastructure Components (Cassandra, JanusGraph (JG), Zookeeper (ZK), Kafka) + Syndeia Cloud (SC).

This is mostly for the benefit of customers who have “offline” air-gapped / classified deployments that aren’t connected to the Internet and want to grab all necessary media files before starting.


Prerequisites

Node(s) have been successfully cloned.


Steps

The below steps ideally would be run on the server in the home directory of the logged in user (NOT root).

  1. Cassandra: If using the Cassandra RPM repository, download using the following command.

    sudo yum install --download-only cassandra-3.11.13-1

    If not, and you installed directly via the tarball (.tar.gz), ex: you’re on Windows, download using the following command.

    wget https://archive.apache.org/dist/cassandra/3.11.13/apache-cassandra-3.11.13-bin.tar.gz
  2. JanusGraph (JG): Download tarball using the following command.

    wget https://github.com/JanusGraph/janusgraph/releases/download/v0.5.3/janusgraph-full-0.5.3.zip

    If you’re on Windows, you will also need HortonWorks' winutils.exe:

    wget https://github.com/cdarlint/winutils/raw/master/hadoop-3.2.1/bin/winutils.exe
  3. Zookeeper (ZK): Download tarball using the following command.

    wget https://archive.apache.org/dist/zookeeper/zookeeper-3.6.3/apache-zookeeper-3.6.3-bin.tar.gz
  4. Kafka: Download tarball using the following command.

    wget https://archive.apache.org/dist/kafka/3.2.1/kafka_2.13-3.2.1.tgz
  5. Syndeia Cloud (SC): Download .ZIPs from password protected links provided in the Intercax Helpdesk ticket where you originally requested your Syndeia Cloud license. Filenames for each are as follows.

    1. syndeia-cloud-3.5_cassandra_zookeeper_kafka_setup.zip

    2. syndeia-cloud-3.5_janusgraph_setup.zip

    3. syndeia-cloud-3.5.zip

    4. cassanalyze-0.2.2022-09-06.zip


Verification

All the media have been successfully downloaded.