Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct W2012-R2 local-node Cassandra steps

...

The following instructions describe how to setup the Syndeia Cloud service to only start after the Cassandra service has fully started and the port is available on Windows via Task Scheduler.

...

Local-node Cassandra

1. From your installation of Syndeia Cloud, import in the Start Cassandra on boot (UTF-16).xml Task from <syndeia-cloud-home>/conf/Windows-Task-Scheduler, ie: from CMD.EXE, run schtasks /create /xml "Start Cassandra on boot (UTF-16).xml" /tn "Start Cassandra on boot".
2. From your installation of Syndeia Cloud, import in the Start Syndeia Cloud on boot with wait for singlelocal-node Cassandra (UTF-16).xml Task from <syndeia-cloud-home>/conf/Windows-Task-Scheduler, ie: from CMD.EXE, run schtasks /create /xml "Start Syndeia Cloud on boot with wait for singlelocal-node Cassandra (UTF-16).xml" /tn "Start Syndeia Cloud on boot".

(info) If the above files are unavailable, see Appendix D4.3 to create the Tasks manually via the UI for a single-node Cassandra deployment.

...

The following instructions describe how to setup the Syndeia Cloud service to only start after the Cassandra service has fully started and the port is available on Linux RHEL/CentOS7 or machines with the systemd init system.

Single-node Cassandra

1. From your installation of Syndeia Cloud, copy the syndeia-cloud.single-node_cassandra.service systemd .service file from <syndeia-cloud-home>/bin/init/systemd/ to /etc/systemd/system/ as syndeia-cloud.service, ie: sudo cp /opt/icx/syndeia-cloud-3.2/bin/init/systemd/syndeia-cloud.single-node_cassandra.service /etc/systemd/system/syndeia-cloud.service.

...