摘要:
[root@rhel6 ~]# wget http://classroom.example.com/content/ula/cluster/clusterinit.sh[root@rhel6 ~]# bash clusterinit.sh lvs1-f15.example.comStopping ... 阅读全文
摘要:
#!/bin/bashVIP=172.25.0.100VIPCAST=172.25.0.255RIP=192.168.88.80DGW=172.25.0.254DGWMAC="52:54:00:00:00:fe"arptables -Farptables -A IN -d $VIP -j DROPa... 阅读全文
摘要:
#!/bin/bash[ -z $1 ] && echo input hostname && exitmyname=$1ret=0if [[ $myname =~ ^node[1234]-f[0-9]*\.example\.com ]]then ret=1fiif [[ $myname =~ ^lv... 阅读全文
摘要:
所有的服务最好设置开机启动[root@node1-f15 ~]# chkconfig modclusterd on[root@node1-f15 ~]# chkconfig ricci on[root@node1-f15 ~]# chkconfig luci on[r... 阅读全文
摘要:
[kiosk@foundation15 Desktop]$ ssh root@172.25.15.10#配置初始化环境Last login: Thu Jul 2 16:02:25 2015 from 172.25.0.250[root@rhel6 ~]# vim /... 阅读全文
摘要:
[root@foundation15 ~]# virt-manager[root@rhel6 ~]# service NetworkManager statusNetworkManager (pid 1258) is running...[root@rhel6 ~]... 阅读全文