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

VCS创建HA文件系统

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

标签:vcs ha文件系统

创建资源组sg-hafs

hagrp -add sg-hafs

hagrp -modify sg-hafs SystemList  SFHA01 0 SFHA02 1

hagrp -modify sg-hafs AutoStartList  SFHA01

hagrp -modify sg-hafs SourceFile "./main.cf"

为资源组创建磁盘组DG资源

hares -add hafsdg DiskGroup sg-hafs

hares -modify hafsdg Critical 0

hares -modify hafsdg DiskGroup hafsdg

hares -modify hafsdg Enabled 1

为资源组创建卷VOL资源

hares -add hafsvol Volume sg-hafs

hares -modify hafsvol Critical 0

hares -modify hafsvol DiskGroup hafsdg

hares -modify hafsvol Volume hafsvol01

hares -modify hafsvol Enabled 1

为资源组创建Mount资源

hares -add hafsmnt Mount sg-hafs

hares -modify hafsmnt Critical 0

hares -modify hafsmnt MountPoint "/hafs"

hares -modify hafsmnt BlockDevice "/dev/vx/dsk/hafsdg/hafsvol01"

hares -modify hafsmnt FSType vxfs

hares -modify hafsmnt FsckOpt "%-n"

hares -modify hafsmnt MntPtOwner root

hares -modify hafsmnt VxFSMountLock 0

hares -modify hafsmnt Enabled 1

设置资源建依赖关系

hares -link hafsvol hafsdg

hares -link hafsmnt hafsvol

保存配置

haconf -dump -makero


本文出自 “牛你所牛即可” 博客,请务必保留此出处http://niuge.blog.51cto.com/3598864/1653656

VCS创建HA文件系统

标签:vcs ha文件系统

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

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