Zookeeper系列 (二) [单机版]

本文涉及的产品
服务治理 MSE Sentinel/OpenSergo,Agent数量 不受限
注册配置 MSE Nacos/ZooKeeper,118元/月
云原生网关 MSE Higress,422元/月
简介: 官方资源包可在 http://zookeeper.apache.com 站点中下载。

一、安装 zookeeper

        官方资源包可在 http://zookeeper.apache.com 站点中下载。我安装的是:3.6.0。

  1 安装单机版
             1.1 安装 Linux

              1.2 安装 JDK

               创建一个temp目录

2345_image_file_copy_219.jpg

需要直接推到Xshell中  下载插件:yum install lrzsz -y

2345_image_file_copy_220.jpg

解压命令: tar -zxf jdk-8u221-linux-x64.tar.gz

2345_image_file_copy_221.jpg

环境变量需要修改 /etc/profile 文件

2345_image_file_copy_222.jpg

export JAVA_HOME=/usr/local/jdk
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH

2345_image_file_copy_223.jpg

修改完毕需要重新加载一下 命令: . /etc/profile

2345_image_file_copy_224.jpg

查看当前jdk的版本 命令行: java -version

2345_image_file_copy_225.jpg

     1.3 安装Zookeeper

2345_image_file_copy_226.jpg

2345_image_file_copy_227.jpg

配置Zookeeper   创建一个日志缓存  路径: /usr/local/zookeeper/data

2345_image_file_copy_228.jpg

下图 zoo_sample.cfg  是zookeeper的配置的实例  但是不能对 zoo_sample.cfg  直接做配置

需要添加一个 zoo.cfg文件

2345_image_file_copy_229.jpg

2345_image_file_copy_230.jpg

2345_image_file_copy_231.jpg

启动zookeeper  需要运行脚本 zkServer.sh

2345_image_file_copy_232.jpg

2345_image_file_copy_233.jpg

如何查看zookeeper的状态呢 命令: ./zkServer.sh status

2345_image_file_copy_234.jpg

关闭zookeeper  命令: ./zkServer.sh stop

2345_image_file_copy_235.jpg

查看日志 在zookeeper 跟目录

2345_image_file_copy_236.jpg

2345_image_file_copy_237.jpg

直接存放到 usr/local/tmp 中的操作

2345_image_file_copy_238.jpg


相关实践学习
基于MSE实现微服务的全链路灰度
通过本场景的实验操作,您将了解并实现在线业务的微服务全链路灰度能力。
目录
相关文章
|
6月前
|
存储 Java Linux
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群(二)
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群
316 1
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群(二)
|
6月前
|
架构师 Shell Apache
Zookeeper集群搭建
Zookeeper集群搭建
|
6月前
|
网络协议 Linux 数据安全/隐私保护
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群(一)
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群
338 1
【Zookeeper】基于3台linux虚拟机搭建zookeeper集群(一)
|
6月前
|
存储 算法 Linux
ZooKeeper 集群搭建
ZooKeeper 集群搭建
100 0
|
存储 Linux
Zookeeper系列(六)——Zookeeper集群搭建和配置说明
Zookeeper系列(六)——Zookeeper集群搭建和配置说明
288 0
Zookeeper系列(六)——Zookeeper集群搭建和配置说明
|
存储 Java Linux
Zookeeper分布式集群搭建(六)
Zookeeper分布式集群搭建(六)
110 0
Zookeeper分布式集群搭建(六)
|
Java Linux 网络安全
zookeeper入门到精通03——zookeeper集群搭建(下)
zookeeper集群搭建 3.1 多虚拟机环境搭建 3.2 zookeeper集群搭建
zookeeper入门到精通03——zookeeper集群搭建(下)
|
域名解析 网络协议 网络安全
zookeeper入门到精通03——zookeeper集群搭建(上)
zookeeper集群搭建 3.1 多虚拟机环境搭建 3.2 zookeeper集群搭建
zookeeper入门到精通03——zookeeper集群搭建(上)
|
Java Apache
ZooKeeper集群搭建
真实的集群是需要部署在不同的服务器上的,但是在我们测试时同时启动很多个虚拟机内存会吃不消,所以我们通常会搭建伪集群,也就是把所有的服务都搭建在一台虚拟机上,用端口进行区分。
|
云安全 Oracle Java
阿里云上部署zookeeper
阿里云上部署zookeeper
阿里云上部署zookeeper

相关实验场景

更多
下一篇
无影云桌面