博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

shells/stopfirewalld.sh

 

1 #!/bin/bash
2 echo "_______关闭 集群 6-8 防火墙_________"
3 ssh hadoop106 "systemctl stop firewalld"
4 ssh hadoop107 "systemctl stop firewalld"
5 ssh hadoop108 "systemctl stop firewalld"

 

posted @ 2022-04-13 09:57  CHANG_09  阅读(22)  评论(0)    收藏  举报