Versions Compared

Key

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

...

  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:

    Code Block
    languagebash
    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)

    This will download .RPM package files for:
    - wget and python IF neither exist on the machine these scripts are being run from and then download
    - yum-plugin-versionlock and
    - java-1.8.0-openjdk-1.8.0.???-b?? and
    - cassandra-3.11.??-?.noarch.rpm

  4. ⬇️ Pre-download Zookeeper via the command below:

    Code Block
    languagebash
    ./syndeia-cloud-3.5_zookeeper_pre-setup.bash -d

    This will download a .tar.gz tarball (package) for apache-zookeeper-3.6.3-bin.tar.gz

  5. ⬇️ Pre-download Kafka via the command below:

    Code Block
    languagebash
    ./syndeia-cloud-3.5_kafka_pre-setup.bash -d

    This will download a .tar.gz tarball (package) for kafka_2.13-3.2.1.tgz

  6. ⬇️ Pre-download JanusGraph via the two commands below:

    Code Block
    languagebash
    cd ~/syndeia-cloud-3.5_janusgraph_setup/bin
    ./syndeia-cloud-3.5_janusgraph_pre-setup.bash -d

    Copy over everything above This will download a .zip package for janusgraph-full-0.5.3.zip

  7. Copy over all the downloaded items in the previous step should be copied over with syndeia-cloud-3.5-SP2*.zip to the target machine (home folder) in batch to your secure enclave / SCIF via whatever IT Security process you have to your home folder.

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

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

...

  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:

    Code Block
    languagebash
    cd ~/syndeia-cloud-3.5_cassandra_zookeeper_kafka_setup/bin
    ./Apache_Commons/install_as_Commons_service_windows.bash -d

    This will download a .ZIP package file for: commons-daemon-1.2.3-bin-windows.zip

  6. ⬇️ Pre-download SC infrastructure packages Cassandra package via the two commands below:

    Code Block
    languagebash
    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)

    This will download .RPM package files for: cassandra-3.11.??-?.noarch.rpm

  7. ⬇️ Pre-download Zookeeper via the command below:

    Code Block
    languagebash
    ./syndeia-cloud-3.5_zookeeper_pre-setup.bash -d

    This will download a .tar.gz tarball (package) for apache-zookeeper-3.6.3-bin.tar.gz

  8. ⬇️ Pre-download Kafka via the command below:

    Code Block
    languagebash
    ./syndeia-cloud-3.5_kafka_pre-setup.bash -d

    This will download a .tar.gz tarball (package) for kafka_2.13-3.2.1.tgz

  9. ⬇️ Pre-download JanusGraph via the commands below:

    Code Block
    languagebash
    cd ~/syndeia-cloud-3.5_janusgraph_setup/bin
    ./syndeia-cloud-3.5_janusgraph_pre-setup.bash -d

    This will download a .zip package for janusgraph-full-0.5.3.zip

  10. ⬇️ Pre-download SC media (links provided in your Intercax IHD ticket) to your home folder.

  11. Copy over everything above all the downloaded items in the previous step should be copied over with syndeia-cloud-3.5-SP2*.zip to the target machine (home folder) in batch to your secure enclave / SCIF via whatever IT Security process you have to your home folder.

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

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