...
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 Scheduled Tasks. See the appropriate Single node Cassandra or Multi node Cassandra section depending on your Cassandra deployment type.Task Scheduler.
Single-node Cassandra
1. From your installation of Syndeia Cloud, import in the Start Cassandra.xml
Scheduled Task from <syndeia-cloud-home>/conf/
, ie: from CMD.EXE
, run schtasks /create /xml "Start Cassandra.xml" /tn "Start Cassandra"
.
2. From your installation of Syndeia Cloud, import in the Start Syndeia Cloud wait for single-node Cassandra.xml
Scheduled Task from <syndeia-cloud-home>/conf/
, ie: from CMD.EXE
, run schtasks /create /xml "Start Syndeia Cloud wait for single-node Cassandra.xml" /tn "Start Syndeia Cloud"
.
If the above files are unavailable, see Appendix D4.3 to create the Scheduled Tasks manually via the UI for a single-node Cassandra deployment and .
...
Multi-node Cassandra
1. From your installation of Syndeia Cloud, import in the Start Cassandra.xml
Task from <syndeia-cloud-home>/conf/
, ie: from CMD.EXE
, run schtasks /create /xml "Start Cassandra.xml" /tn "Start Cassandra"
.
2. From your installation of Syndeia Cloud, import in the Start Syndeia Cloud wait for multi-node Cassandra.xml
Task from <syndeia-cloud-home>/conf/
, ie: from CMD.EXE
, run schtasks /create /xml "Start Syndeia Cloud wait for multi-node Cassandra.xml" /tn "Start Syndeia Cloud"
.
If the above files are unavailable, see Appendix D4.4 to create the Tasks manually via the UI for a multi-node Cassandra deployment.
...