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 2 Next »

Overview

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

Logging

(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: 

  1. 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 several thousand lines of scrollback is sufficient).  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
  2. 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.

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




  • No labels