Chinaunix首页 | 论坛 | 博客
  • 博客访问: 576416
  • 博文数量: 113
  • 博客积分: 3322
  • 博客等级: 少校
  • 技术积分: 1565
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-04 11:38
文章分类

全部博文(113)

文章存档

2012年(21)

2010年(92)

分类:

2010-03-02 10:54:10

下面的命令是用来创建SV的:

# vxmake -g sd ,0,


使用指定的磁盘来创建plex,并且指定layout和其他的属性:

# vxmake -g plex layout= stwidth= sd=[,


举例说明:

在下面这个例子中, a磁盘组"scottdg" 存在着 2-列有问题的 stripe-mirror 卷 ( stripe-pro )
未命名.JPG
未命名1.JPG

创建 "sv" 的命令语法:

未命名2.JPG


创建了2个目标SV联结的子卷,比如:其中的一个子卷的大小 "stripey-L01"的大小是3145728 sectors.



# vxmake -g scottdg sd stripey-S01 stripey-L01,0,3145728

# vxmake -g scottdg sd stripey-S02 stripey-L02,0,3145728


下面的命令显示已经在磁盘组"scottdg"中存在的子磁盘。


未命名3.JPG

下面的命令是用来创建"plex"


未命名4.JPG


下面的例子中 plex "stripey-03" 有2个子磁盘, "stripey-S01" 和 "stripey-S02", 条带单元的大小是128k.

未命名5.JPG

挂接的语法命令:

# vxplex -g att


下面的命令是挂接 plex "stripey-03" 到卷 "stripey"


# vxplex -g scottdg att stripey stripey-03



vxprint 的输出显示已经挂接成功


未命名6.JPG

一旦plex挂接成功就需要重新启动卷:


# vxvol -g scottdg start stripey

# vxvol -g scottdg start stripey-L01
# vxvol -g scottdg start stripey-L02


未命名7.JPG



现在所有的卷的状态都显示为 "ENABLED ACTIVE", th文件系统也可以进行mount了。( 比如mount到/scott ).

# mount -F vxfs /dev/vx/dsk/scottdg/stripey /scott

阅读(2311) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~