摘要: ###脚本内容 [root@hadoop ~]$ cat lvs-rs.sh #!/bin/bash VIP=10.230.96.204 subnet_name=204 case "$1" in start) ifconfig lo:${subnet_name} $VIP netmask 255.2 阅读全文
posted @ 2021-08-17 18:03 whiteY 阅读(86) 评论(0) 推荐(0)