标签:vcs浮动ip
假设资源组名称定义为sg-nfs
打开配置
haconf -makerw
创建资源组
hagrp -add sg-nfs
hagrp -modify sg-nfs SystemList gdm01 0 gdm02 1
hagrp -modify sg-nfs AutoStartList gdm01 gdm02
hagrp -modify sg-nfs OnlineRetryLimit 3
hagrp -modify sg-nfs OnlineRetryInterval 120
hagrp -modify sg-nfs SourceFile "./main.cf"
为资源组添加网卡资源
hares -add nfs-nic NIC sg-nfs
hares -modify nfs-nic Device bond0
hares -modify nfs-nic Enabled 1
为资源组添加IP地址资源
hares -add nfs-ip IP sg-nfs
hares -modify nfs-ip Device bond0
hares -modify nfs-ip Address "10.200.2.6"
hares -modify nfs-ip NetMask "255.255.255.0"
hares -modify nfs-ip Enabled 1
为资源建立依赖关系
hares -link nfs-ip nfs-nic
关闭保存配置
haconf -dump -makero
本文出自 “牛你所牛即可” 博客,请务必保留此出处http://niuge.blog.51cto.com/3598864/1653657
标签:vcs浮动ip
原文地址:http://niuge.blog.51cto.com/3598864/1653657