摘要:
#!/bin/sh array=('192.168.147.128' '192.168.147.129' '192.168.147.131') path="/usr/local/zookeeper/bin/" for var in ${array[*]} do process_count=$(ssh 阅读全文
摘要:
解决办法:先参考文章:https://blog.csdn.net/bird3014/article/details/92852726 一般都能解决,但是我这次重启服务后还是提示:conf is not executed because it is not in the whitelist. 发现重启 阅读全文