In the second post of this series, we discussed the components needed to form a VCAV solution stack, and we saw that Cassandra is an integral part of this solution. In this post, we will learn how to deploy a Cassandra Cluster.
If you are not following along with this series, then I recommend reading earlier posts of this series from the links below:
1: vCloud Availability Introduction
2: vCloud Availability Architecture & Components
4: Install Cloud Proxy for vCD
Before installing Cassandra software, we need to meet the following requirements:
1: Verify that routing, NTP, forward, and reverse DNS resolutions are working correctly.
2: Make sure that SELinux and your firewall are disabled. If they are enabled, then open appropriate ports in the firewall.
I have disabled SELinux and the firewall service in my lab.
|
1 2 3 4 5 6 7 |
[root@mgmt-cass-b ~]# cat /etc/sysconfig/selinux | grep disabled SELINUX=disabled [root@mgmt-cass-b ~]# systemctl disable firewalld [root@mgmt-cass-b ~]# systemctl stop firewalld |
3: Install Python: Make sure Python 2.7 is installed in your CentOS 7 system.… Read the rest






