在 CentOS7 上安裝 zookeeper-3.4.9 服務
在 CentOS7 上安裝 zookeeper- 3.4 . 9 服務 1 、建立 /usr/local/services/zookeeper 資料夾: mkdir -p /usr/local/services/zookeeper 2 、進入到 /usr/local/services/zookeeper 目錄中: cd /usr/local/services/zookeeper 3 、下載 zookeeper- 3.4 . 9 .tar.gz: wget https: //mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz 4 、解壓縮 zookeeper- 3.4 . 9 .tar.gz: tar -zxvf zookeeper- 3.4 . 9 .tar.gz 5 、進入到 /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /conf 目錄中: cd zookeeper- 3.4 . 9 /conf/ 6 、複製 zoo_sample.cfg 檔案的並命名為為 zoo.cfg: cp zoo_sample.cfg zoo.cfg 7 、用 vim 開啟 zoo.cfg 檔案並修改其內容為如下: # The number of milliseconds of each tick # zookeeper 定義的基準時間間隔,單位:毫秒 tickTime= 2000 # The number of ticks that the initial # synchronization phase can take initLimit= 10 # The number of ticks that can pass between # sending a request and getting an acknowledgement syncLimit= 5 # the directory where the snapshot is stored. # do not use /tmp for storage, /tmp here is just # example sakes. # dataDir=/tmp/zookeeper # 資料資料夾 dataDir=/usr/local/services/zookeeper/zookeeper- 3.4 . 9 /data # 日誌資料夾 dataLogDir=/usr/local/services/zookeeper/zookeeper- 3.4 . 9 /logs # the port at which the clients will connect # 客戶端訪問 zookeeper 的埠號 clientPort= 2181 # the maximum number of client connections. # increase this if you need to handle more clients #maxClientCnxns= 60 # # Be sure to read the maintenance section of the # administrator guide before turning on autopurge. # # http: //zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance # # The number of snapshots to retain in dataDir #autopurge.snapRetainCount= 3 # Purge task interval in hours # Set to "0" to disable auto purge feature #autopurge.purgeInterval= 1 8 、儲存並關閉 zoo.cfg 檔案: 9 、進入到 /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin 目錄中: cd ../bin/ 10 、用 vim 開啟 /etc/ 目錄下的配置檔案 profile: vim /etc/profile 並在其尾部追加如下內容: # idea - zookeeper- 3.4 . 9 config start - 2016 - 09 - 08 export ZOOKEEPER_HOME=/usr/local/services/zookeeper/zookeeper- 3.4 . 9 / export PATH=$ZOOKEEPER_HOME/bin:$PATH export PATH # idea - zookeeper- 3.4 . 9 config start - 2016 - 09 - 08 11 、使 /etc/ 目錄下的 profile 檔案即可生效: source /etc/profile 12 、啟動 zookeeper 服務: zkServer.sh start 如列印如下資訊則表明啟動成功: ZooKeeper JMX enabled by default Using config: /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin/../conf/zoo.cfg Starting zookeeper ... STARTED 13 、查詢 zookeeper 狀態: zkServer.sh status 14 、關閉 zookeeper 服務: zkServer.sh stop 如列印如下資訊則表明成功關閉: ZooKeeper JMX enabled by default Using config: /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin/../conf/zoo.cfg Stopping zookeeper ... STOPPED 15 、重啟 zookeeper 服務: zkServer.sh restart 如列印如下資訊則表明重啟成功: ZooKeeper JMX enabled by default Using config: /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin/../conf/zoo.cfg ZooKeeper JMX enabled by default Using config: /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin/../conf/zoo.cfg Stopping zookeeper ... STOPPED ZooKeeper JMX enabled by default Using config: /usr/local/services/zookeeper/zookeeper- 3.4 . 9 /bin/../conf/zoo.cfg Starting zookeeper ... STARTED |
相關文章
- 在Linux上安裝Memcached服務Linux
- 在Mac系統上安裝redis服務MacRedis
- 在Centos7上安裝DockerCentOSDocker
- CentOS7下RabbitMQ服務安裝配置CentOSMQ
- 阿里雲ECS伺服器CentOS7上安裝MySql服務阿里伺服器CentOSMySql
- 在Centos7上安裝Redis6CentOSRedis
- 在CentOS7上安裝Zabbix3.0CentOS
- 在centos7上安裝mysql5.7CentOSMySql
- Centos7安裝Xrdp遠端桌面服務CentOS
- CentOS7 zabbix服務 簡單安裝文件CentOS
- PostgreSQL tar.gz在centos7上安裝SQLCentOS
- Centos7安裝部署openstack--nova計算服務CentOS
- CentOS7 redis安裝 並作為基礎服務CentOSRedis
- 在Centos7上安裝圖形化桌面工具CentOS
- Docker架構及在Centos7上安裝dockerDocker架構CentOS
- 在Centos7伺服器上搭建閘道器服務CentOS伺服器
- Centos7上安裝dockerCentOSDocker
- 在CentOS7上安裝MySQL5.7-YUM源方式CentOSMySql
- CentOS7 在 VirtualBox 上的安裝配置(3) — 圖形介面安裝篇CentOS
- Redis在Window服務下的安裝使用Redis
- VIM在CentOS7上的無root許可權安裝CentOS
- 如何在 Kali Linux 上安裝 SSH 服務Linux
- DebianJessie上安裝搭建Shadowsocks服務
- EXQX-5.0.26服務Windows上安裝使用Windows
- Zookeeper 在Linux系統上的安裝,並且啟動zookeeper服務Linux
- CentOS7上安裝和使用DockerCentOSDocker
- centos7上 IC工具的安裝CentOS
- 如何在 CentOS、RHEL 和 Fedora 上安裝 DHCP 服務CentOS
- 在 Ubuntu 14.10/14.04/13.10 上安裝 LEMP 服務和 phpMyAdminUbuntuPHP
- CentOS7安裝OpenStack(Rocky版)-02.安裝Keyston認證服務元件(控制節點)CentOS元件
- phpmyadmin在centos7中安裝PHPCentOS
- docker 安裝nacos服務Docker
- 安裝RabbitMQ Server服務MQServer
- Docker安裝Mysql服務DockerMySql
- RaspberryPI ssh 服務安裝
- Nginx服務安裝配置Nginx
- RabbitMQ服務安裝配置MQ
- 快速安裝Docker服務Docker