在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"命令。
阅读(790) | 评论(0) | 转发(0) |