集群 映象機

2021-09-05 15:48:13 字數 1368 閱讀 8079

安裝系統後,對系統進行優化

關閉防火牆

#0關閉 selinux 

sed -i 's/selinux=enforcing/selinux=disabled/' /etc/selinux/config

grep selinux=disabled/ /etc/selinux/config

setenforce 0

getenforce

#1 iptables

/etc/init.d/iptables

/etc/init.d/iptables

chkconfig iptables off

2 精簡開機自啟動服務

開機自啟動

chkconfig|egrep -v "crond|sshd|network|rsyslog|sysstat"|awk''|bash

export lang=en

chkconfig --list|grep 3:on

03 時間同步

echo '*/5 * * * * /usr/sbin/ntpdate time.nist.g >/dev/null 2>&1' >>/var/spool/cron/root
04 加大檔案描述

echo '*			-		nofile			65535 ' >>/etc/security/limits.conf
05 核心優化

cat >> /etc/sysctl.conf6 安裝軟體

yum install lrzsz nmap tree dos2unix nc -y

7 hosts解析

cat >/etc/hosts<127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

172.16.1.5 lb01

172.16.1.6 lb02

172.16.1.7 web02

172.16.1.8 web01

172.16.1.9 web03

172.16.1.51 db01 db01.etiantion.org

172.16.1.31 nfs01

172.16.1.41 backup

172.16.1.61 m01

eof

Kafka映象集群

kafka多機房 多az 部署可以保證資料容災和高穩定性。但是多機房部署如何解決資料一致性的問題?kafka集群多機房 多az部署 解決資料一致性的問題。kafka 的 mirrormaker工具解決資料一致性的問題。基本原理是使用kafka的客戶端啟動消費者和生產者,從源集群消費資料並將資料生產,...

Rabbitmq映象集群部署

位址 環境 兩台伺服器作為兩個節點,把node 003加入node 002 192.168.95.129 node 002 192.168.95.130 node 003 1.配置環境host,兩個節點的host都需要包含每個節點的資訊,資訊要一致。下面是在node 002中的操作。node 003...

RabbitMQ安裝 集群映象模式搭建

上傳檔案 任意資料夾都行 socat 1.7.3.2 2.el7.x86 64.rpm logrotate 3.8.6 17.el7.x86 64.rpm erlang 23.0.4 1.el7.x86 64.rpm rabbitmq server 3.8.8 1.el7.noarch.rpm 安裝...