ChinaUnix.net
相关文章推荐:

lvm daemon forced volume group offline

1,Backup all user data in the volume to be removed (Use fbackup, cpio or tar backup utilities as appropriate.) 2,Determine the names of the logical volumes residing in the volume groups to be removed # lvdisplay /dev/vgXX/lvol* 3,unmount all logical volumes in the volume group to be removed # cd / # umount /dev/vgxx/lvol* 4,Remove the logical volumes found in step2 from the volume group # lvremov...

by 古月石 - HP文档中心 - 2006-12-16 12:39:56 阅读(721) 回复(0)

相关讨论

1,Unmount any logical volumes associated with the volume group you wish to export # umount /dev/vgXX/lvol* 2,Make the volume group unavailable # vgchange -a n /dev/vgXX 3,Use vgexport to remove volume group information from /etc/lvmtab # vgexport -v /dev/vgXX NOTE: If the logical volumes used specific names, instead of the defaults, and these need to be kept you will need to specify the -m option...

by 古月石 - HP文档中心 - 2006-12-16 12:38:45 阅读(772) 回复(0)

1. # lsvg -p rootvg rootvg: PV_NAME PV STATE TOTAL PPs FREE PPs FREE DISTRIBUTION hdisk0 active 546 526 109..105..94..109..109 # extendvg rootvg hdisk1 0516-1254 extendvg: Changing the PVID in the ODM. 2. # mirrorvg rootvg 0516-1124 mirrorvg: Quorum requirement turned off, reboot system for this to take effect for rootvg. 0516-1126 mirrorvg: rootvg successfully mirrored, user should perform bosboo...

by jiazf82 - AIX文档中心 - 2006-11-13 15:12:07 阅读(699) 回复(0)

docs.sun.com: SPARCstorage Array User's Guide C.3 volume Manager Configuration daemon Error Messages The volume Manager is fault-tolerant and resolves most problems without system administrator intervention. If the volume configuration daemon (vxconfigd) recognizes what actions are necessary, it will queue up the transactions that are required. volume Manager provides atomic changes of system...

by alex_linux - Solaris文档中心 - 2008-09-23 16:38:59 阅读(1663) 回复(0)

遇到错误消息 “ 0516-366 putlvodm: volume group rootvg is locked, try again”,可按下列步骤进行恢复。 本文所述方法针对AIX V4.2 或更新的版本。 逻辑卷操作的异常终止有时会造成卷组(VG)被锁定,这时需用命令 chvg -u [vgname] 将被锁定的卷组解锁。“vgname”为被锁定的卷组 。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_569852.html

by sdccf - AIX文档中心 - 2008-04-20 11:07:51 阅读(1129) 回复(0)

请教各位,在volume manager 3.5 下group里面能够加入的最大磁盘数是多少?怎么查看?

by Xstar - Solaris - 2006-01-26 01:58:03 阅读(1601) 回复(10)

volume group major number是什么?

by xsn1840 - AIX - 2003-09-02 15:06:26 阅读(636) 回复(0)
by agent-agent - AIX - 2003-07-14 20:51:13 阅读(618) 回复(4)
by qizhi - AIX - 2004-07-02 09:11:01 阅读(1021) 回复(1)

今天在巡检时发现如下问题: 卷组testvg状态不明 # lspv hdisk0 000a66068ccb4bfa rootvg active hdisk1 000a6606a5fbb7e0 rootvg active hdisk2 000a6606a601c630 testvg hdisk3 000a6606aa33ed8e testvg hdisk4 000a6606cc49442c datavg...

by atianyu - AIX - 2009-09-19 21:24:15 阅读(7151) 回复(19)