...
If the above files are unavailable, see Appendix D4.3 to create the Tasks manually via the UI for a single-node Cassandra deployment.
...
Remote-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 multiremote-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 multiremote-node Cassandra (UTF-16).xml" /tn "Start Syndeia Cloud on boot"
.
3. From your installation of Syndeia Cloud, edit the wait_for_cassandra_remote_port.ps1
script file in <syndeia-cloud-home>\bin
and replace server.domain
with the FQDN of your server, ex: cassandra.mycompany.com
, ie:
...
2. Run sudo systemctl reload-daemon
3. Run sudo systemctl enable syndeia-cloud
...
Multi-node Cassandra
1. From your installation of Syndeia Cloud, copy the syndeia-cloud.multi-node_cassandra.service
systemd .service file from <syndeia-cloud-home>/bin/
to init/systemd
//etc/systemd/system/
as syndeia-cloud.service
, ie: sudo cp
/opt/icx/syndeia-cloud-3.2/bin/init/systemd/
syndeia-cloud.multi-node_cassandra.service /etc/systemd/system/syndeia-cloud.service
...