<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; cassandra</title>
	<atom:link href="http://www.osyunwei.com/archives/category/framework/bigdata/cassandra/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下Cassandra集群安装部署</title>
		<link>https://www.osyunwei.com/archives/13863.html</link>
		<comments>https://www.osyunwei.com/archives/13863.html#comments</comments>
		<pubDate>Thu, 15 Jun 2023 09:45:54 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[cassandra]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13863</guid>
		<description><![CDATA[Cassandra简介：Cassandra是一套开源分布式NoSQL数据库系统 Cassandra官方网站：http://cassandra.apache.org/ 下载地址： https://www.apache.org/dyn/closer.lua/cassandra/4.1.2/apache-cassandra-4.1.2-bin.tar.gz https://dlcdn.apache.org/cassandra/4.1.2/apache-cassandra-4.1.2-bin.tar.gz 操作系统：3台服务器，CentOS-7.x系统 在所有节点服务器上操作 1、防火墙配置 7000：节点之间的通信端口，用于集群内部节点之间的数据传输和复制。 7001：节点之间的加密通信端口，如果启用了 SSL/TLS 加密通信，则使用该端口进行加密通信。 9042：CQL（Cassandra Query Language）客户端通信端口，用于与 Cassandra 集群进行数据查询和交互 7199：JMX（Java Management Extensions）远程管理端口，用于监控和管理 Cassandra 集群。 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 1.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13863.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13863.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下Cassandra单节点安装部署</title>
		<link>https://www.osyunwei.com/archives/13835.html</link>
		<comments>https://www.osyunwei.com/archives/13835.html#comments</comments>
		<pubDate>Tue, 13 Jun 2023 10:42:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[cassandra]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13835</guid>
		<description><![CDATA[Cassandra简介：Cassandra是一套开源分布式NoSQL数据库系统。 Cassandra官方网站：http://cassandra.apache.org/ 下载地址： https://www.apache.org/dyn/closer.lua/cassandra/4.1.2/apache-cassandra-4.1.2-bin.tar.gz https://dlcdn.apache.org/cassandra/4.1.2/apache-cassandra-4.1.2-bin.tar.gz 1、防火墙配置 开启tcp9042端口，Cassandra的默认端口 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 1.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13835.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13835.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
