Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3152622
  • 博文数量: 443
  • 博客积分: 11301
  • 博客等级: 上将
  • 技术积分: 5678
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-08 12:30
个人简介

欢迎加入IT云增值在线QQ交流群:342584734

文章分类

全部博文(443)

文章存档

2022年(1)

2021年(1)

2015年(2)

2014年(1)

2013年(1)

2012年(4)

2011年(19)

2010年(32)

2009年(2)

2008年(4)

2007年(31)

2006年(301)

2005年(42)

2004年(2)

分类:

2006-09-07 20:39:37

 
 
在VxVM 4.0版本以前,rootdg是必须的,rootdg可以通过两种方式创建,一种是通过“vxinstall”命令封装根盘,另一种方式是采用根盘的其中一个分区(该分区大小为10M左右),采用非封装的方式创建rootdg:

#vxconfigd –m disable
#vxdctl init
#vxdg init rootdg
#vxdctl add disk c0t0d0s7 type=simple

忽略以下警告信息:
vxvm:vxdctl: WARNING: Device c1t5d0s6: Not currently in the configuration

#vxdisk –f init c0t0d0s7 type=simple
#vxdg –g rootdg adddisk c0t0d0s7
#vxdctl enable
#rm /etc/vx/reconfig.d/state.d/install-db

在VxVM 4.0及以后的版本,由于rootdg不再是必须的,且根盘封装不再是通过"vxinstall"命令,而是统一使用"vxdiskadm"命令。
阅读(4438) | 评论(6) | 转发(0) |
给主人留下些什么吧!~~