zookeeper安裝二 集群安裝

2021-09-23 08:21:30 字數 3045 閱讀 7322

1. centos7.6最小化安裝

2. jdk1.8

3. zookeeper-3.4.14

區別:分別是192.168.255.130,192.168.255.131,192.168.255.132

server.1=192.168.255.130:2888:3888

server.2=192.168.255.131:2888:3888

server.3=192.168.255.132:2888:3888

192.168.22.130的myid檔案內容為1

192.168.22.131的myid檔案內容為2

192.168.22.132的myid檔案內容為3

[root@localhost bin]# ./zkserver.sh start

zookeeper jmx enabled by default

using config: /soft/zookeeper-3.4.14/bin/…/conf/zoo.cfg

starting zookeeper … started

每個機器啟動後的輸出檔案都是這樣的

[root@localhost bin]# ./zkcli.sh -server 192.168.255.130:2181,192.168.255.131:2181,192.168.255.132:2181

可以看到以下輸出:

…welcome to zookeeper!

jline support is enabled

2019-05-21 23:55:27,032 [myid:] - info [main-sendthread(192.168.255.131:2181):clientcnxnsen

dthr

ead@

1025]−

open

ings

ocke

tcon

nect

iont

oser

ve

r192.168.255.131

/192.168.255.131

:2181.wi

llno

tatt

empt

toau

then

tica

teus

ings

asl(

unkn

owne

rror

)2019−05

−2123:55

:27

,390[m

yid:

]−in

fo[m

ain−

send

thre

ad

(192.168.255.131

:2181):

clie

ntcn

xn

sendthread@1025] - opening socket connection to server 192.168.255.131/192.168.255.131:2181. will not attempt to authenticate using sasl (unknown error) 2019-05-21 23:55:27,390 [myid:] - info [main-sendthread(192.168.255.131:2181):clientcnxn

sendth

read

@102

5]−o

peni

ngso

cket

conn

ecti

onto

serv

er19

2.16

8.25

5.13

1/19

2.16

8.25

5.13

1:21

81.w

illn

otat

temp

ttoa

uthe

ntic

ateu

sing

sasl

(unk

nown

erro

r)20

19−0

5−21

23:5

5:27

,390

[myi

d:]−

info

[mai

n−se

ndth

read

(192

.168

.255

.131

:218

1):c

lien

tcnx

nsendthread@879] - socket connection established to 192.168.255.131/192.168.255.131:2181, initiating session

2019-05-21 23:55:27,490 [myid:] - info [main-sendthread(192.168.255.131:2181):clientcnxn$sendthread@1299] - session establishment complete on server 192.168.255.131/192.168.255.131:2181, sessionid = 0x2000049a1090000, negotiated timeout = 30000

watcher::

watchedevent state:syncconnected type:none path:null

[zk: 192.168.255.131:2181,192.168.255.130:2181,192.168.255.132:2181(connected) 0] ls /

[zookeeper, zkdemo]

說明連線到了192.168.255.131這個機器上了。注意連線到那台機器上是隨機的。

關閉的時候可以依次關閉單個機器,這個沒有試驗。

ElasticSearch之二 集群

首先看下elasticsearch es 的架構 術語解釋 es的分布式操作大多是自動完成的 1 跨節點平衡集群中各節點的索引與搜尋負載 2 自動複製索引資料以提供冗餘副本,防止硬體錯誤導致資料丟失 3 自動在節點之間路由,以幫助找到檢索的資料 4 無縫擴充套件或者恢復集群 node 節點 是es執...

elasticsearch技術總結(二) 集群管理

所謂集群管理是指集群搭建好後的日常維護和管理。一 集群健康 集群狀態分為三種 green 所有主分片以及副分片都可用 yellow 部分副本不可用 red 丟失分片 其中集群狀態為 green 和 yellow 集群正常,資料完整 狀態為red部分資料丟失,分配到缺失分片的操作會有異常 集群狀態以及...

storm 二 集群提交拓撲

準備工作 將開發好的jar包上傳到伺服器nimbus節點上,如package目錄下 啟動storm集群 storm jar wordcountbyandy.jar com.andy.learning.storm helloworld.topology testtask1解釋下這條命令中的各個引數 執...