2017年7月5日

zookeeper 集群简单搭建,以及Error contacting service,It is probably not running问题解决

摘要: 第一步:现在http://www-eu.apache.org/dist/zookeeper/zookeeper-3.4.9/ 下载一个gz包,然后解压。当然,zookeeper 需要在java 的环境中运行,所以,你需要安装jdk http://java.sun.com/javase/downloa 阅读全文

posted @ 2017-07-05 13:47 chouc 阅读(30671) 评论(0) 推荐(0)

iptables 相关命令

摘要: 1. 清除已有iptables规则 iptables -F iptables -X iptables -Z 2. 开放指定的端口(添加规则) iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT #允许本地回环接口(即运行本机访问本机) ipta 阅读全文

posted @ 2017-07-05 12:11 chouc 阅读(230) 评论(0) 推荐(0)

firewall 相关命令

摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemc 阅读全文

posted @ 2017-07-05 11:25 chouc 阅读(167) 评论(0) 推荐(0)

导航