Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cassandra Clustering with Ansible (3] Edit Cassandra Config File (Edit…
Cassandra Clustering with Ansible
1]
Adding Java Repository
Accepting Oracle License Automatically
Installing oracle-java8-set-default
2]
Add Cassandra Repos
Add Keys
Install Cassandra
3]
Edit Cassandra Config File
Edit listen_address
Edit rpc_address
Edit broadcast_rpc_address
Change Cluster Name
Setting Cluster IPs
Change Endpoint Snitch Value
Add Auto_bootstrap at the End of the File
4]
Updates system.local DB cluster_name value with CQL
Create the file with the CQL command
Run the File with cqlsh -f file.txt
5]
Copy DB keyspaces within files to CQL Server
Import the files with cqlsh -f files.txt