Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

If you are in an air-gapped environment, or wish to do an offline installation, you can:

  • Pre-download ⬇️ the installation packages for Syndeia Cloud and its infrastructure components (Cassandra, JanusGraph, Kafka, Zookeeper) from a machine with internet access

  • Transfer the installation packages to the network/machine where Syndeia Cloud will be deployed

  • Run the installation scripts to deploy Syndeia Cloud and its infrastructure components

Linux

  1. ⬇️ Pre-download SC media (links provided in your Intercax IHD ticket) to your home folder (~) and extract the 3 zip files

    1. syndeia-cloud-3.5-SP2_cassandra_zookeeper_kafka_setup.zip

    2. syndeia-cloud-3.5-SP2_janusgraph_setup.zip

    3. syndeia-cloud-3.5-SP2.zip

  2. Open a bash shell prompt.

  3. ⬇️ Pre-download SC infrastructure packages via the following two commands:

    cd ~/syndeia-cloud-3.5_cassandra_zookeeper_kafka_setup/bin
    ./syndeia-cloud-3.5_cassandra_pre-setup.bash -d # this will also automatically download OpenJDK + yum-plugin-versionlock (+ wget + python if necessary)
  4. ⬇️ Pre-download Zookeeper via the command below:

    ./syndeia-cloud-3.5_zookeeper_pre-setup.bash -d
  5. ⬇️ Pre-download Kafka via the command below:

    ./syndeia-cloud-3.5_kafka_pre-setup.bash -d
  6. ⬇️ Pre-download JanusGraph via the two commands below:

    cd ~/syndeia-cloud-3.5_janusgraph_setup/bin
    ./syndeia-cloud-3.5_janusgraph_pre-setup.bash -d
  7. Copy over everything above in batch to your secure enclave / SCIF via whatever IT Security process you have to your home folder.
    (warning) IMPORTANT: Ensure all media is placed in the same directory it was originally downloaded to- the home folder, ie: ~/!

  8. Return to the normal Automated Deployment: Linux, Steps section

Windows

  1. ⬇️ Pre-download JRE/JDK setup package to your home folder

  2. ⬇️ Pre-download Cygwin required packages (for offline package installation, select the “Download Without Installing” option in the Cygwin wizard, then select the packages listed on step 5 of the “Download, Install, & Configure Cygwin” section of the Cygwin page, complete the wizard, the selected packages will be downloaded to a folder named after the Download Site you selected (starting with http...) in your user’s Downloads directory (by default, may want to change it to the home folder to be consistent with the other component downloads).

  3. ⬇️ Pre-download SC media (links provided in your Intercax IHD ticket) to your home folder (~) and extract the 3 zip files

    1. syndeia-cloud-3.5-SP2_cassandra_zookeeper_kafka_setup.zip

    2. syndeia-cloud-3.5-SP2_janusgraph_setup.zip

    3. syndeia-cloud-3.5-SP2.zip

  4. Open a Cygwin Terminal window

  5. ⬇️ Pre-download Apache Commons Daemon (this will download to your home folder) by running the two commands below:

    cd ~/syndeia-cloud-3.5_cassandra_zookeeper_kafka_setup/bin
    ./Apache_Commons/install_as_Commons_service_windows.bash -d
  6. ⬇️ Pre-download SC infrastructure packages via the two commands below:

    cd ~/syndeia-cloud-3.5_cassandra_zookeeper_kafka_setup/bin
    ./syndeia-cloud-3.5_cassandra_pre-setup.bash -d # this will also automatically download OpenJDK + yum-plugin-versionlock (+ wget + python if necessary)
  7. ⬇️ Pre-download Zookeeper via the command below:

    ./syndeia-cloud-3.5_zookeeper_pre-setup.bash -d
  8. ⬇️ Pre-download Kafka via the command below:

    ./syndeia-cloud-3.5_kafka_pre-setup.bash -d
  9. ⬇️ Pre-download JanusGraph via the commands below:

    cd ~/syndeia-cloud-3.5_janusgraph_setup/bin
    ./syndeia-cloud-3.5_janusgraph_pre-setup.bash -d
  10. ⬇️ Pre-download SC media (links provided in your Intercax IHD ticket) to your home folder.

  11. Copy over everything above in batch to your secure enclave / SCIF via whatever IT Security process you have to your home folder.

    (warning) IMPORTANT: Ensure all media is placed in the same directory it was originally downloaded to- the home folder, ie: ~/!

  12. Return to the normal Automated Deployment: Windows, Steps section.

  • No labels