大家好,又见面了,我是你们的朋友全栈君。
注意:在使用脚本之前需要安装jdk
#/bin/bash
#keeper install
cd /opt/soft
wget http://mirrors.hust.edu.cn/apache/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz
tar xf zookeeper-3.4.10.tar.gz
mv zookeeper-3.4.10 /usr/local/
cd /usr/local
ln -s zookeeper-3.4.10 zookeeper
cd /usr/local/zookeeper/conf/
mv zoo_sample.cfg zoo.cfg
cat >/etc/profile<<EOF
export ZOOKEEPER_HOME=/usr/local/zookeeper/
export PATH=$ZOOKEEPER_HOME/bin:$PATH
export PATH
EOF
source /etc/profile
#端口号是2181
#启动
cd /usr/local/zookeeper/bin/
./zkServer.sh start
#查看状态
./zkServer.sh status
netstat -lntup
#关闭
#zkServer.sh stop
#重启
#zkServer.sh reload
转载于:https://blog.51cto.com/guoshaoliang789/2121701
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/107495.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...