Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Convert page to Confluence's "New View"; replace logging info box with new template (as now used on other pages too)

...

The following pages will walk you through the deployment of Syndeia Cloud on a RedHat Enterprise Linux (RHEL)/CentOS v7.9 platform. 

Info
titleLogging

(lightbulb) NOTE:  To keep a record of the installation process, we recommend you enable logging before starting.  This will greatly help if for some reason you need to review or submit logs for troubleshooting later.  You can do this via one of two ways: 

  • Terminal Logging:  Exact steps depend on the terminal client you are using but there should be settings in your terminal's console to configure this (usually setting it to the max # of lines of scrollback is best).  OR if you don't want to use that or it has terrible logging facilities you can generate a replay-able log file with timings by using
  • script:  To use, simply run:  script, then do the steps you wish to record, then end it by hitting ^D (CTRL-D) or type exit to stop recording.  You can then rename the file called typescript from the location where script was invoked and review/share that if necessary (for more information see man script).
    (warning) WARNING, be aware that using any interactive tool that allows arbitrary cursor placement, ex: vi or vim , etc. will cause corruption in the log so you may wish to stop logging (temporarily) if you need to use one, and use script -a to resume appending after completing usage of the interactive tool

    Before proceeding with any deployment steps in the CLI it is highly recommended you first enable input & output logging as the shell does not do this by default.

    Either enable (maximum) logging in your terminal of choice and/or use GNU script. See Appendix F6.1: Installation Logging for more details.

    Having said the above, deployment is separated into the following sections:  

    1. Installing Apache Cassandra

      1. Single Node Setup Instructions

      2. Multi-Node (Cluster) Setup Instructions (Adding nodes to an existing single-node)
        (info) Note, for small or new deployments, we recommend you deploy Cassandra on a single-node.  As your usage grows, you can add more Cassandra nodes and refer to the multi-node section.  

    2. Installing JanusGraph

    3. Installing Apache Zookeeper

    4. Installing Apache Kafka

    5. Installing Syndeia Cloud