码迷,mamicode.com
首页 > 其他好文 > 详细

VCS增加配置浮动IP地址

时间:2015-05-22 02:03:18      阅读:331      评论:0      收藏:0      [点我收藏+]

标签: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/1653652

VCS增加配置浮动IP地址

标签:vcs浮动ip

原文地址:http://niuge.blog.51cto.com/3598864/1653652

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!