zookeeper: zkServer.sh status没有到主机的路由
Posted achengmu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper: zkServer.sh status没有到主机的路由相关的知识,希望对你有一定的参考价值。
zookeeper: zkServer.sh status没有到主机的路由
没有到主机的路由这种问题很常见,多数是由机器的防火墙没有关闭。
Ubuntu
查看防火墙状态
ufw status
关闭防火墙
ufw disable
centos6
查看防火墙状态
service iptables status
关闭防火墙
chkconfig iptables off
centos7
查看防火墙状态
firewall-cmd --state
关闭防火墙
systemctl stop firewalld.service
以上是关于zookeeper: zkServer.sh status没有到主机的路由的主要内容,如果未能解决你的问题,请参考以下文章