#lvcreate -n lvbackup -L 10000m vgtest
Logical volume "/dev/vgtest/lvbackup" has been successfully created with
character device "/dev/vgtest/rlvbackup".
Logical volume "/dev/vgtest/lvbackup" has been successfully extended.
Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf
#newfs -F vxfs /dev/vgtest/rlvbackup
vxfs mkfs: /dev/vgtest/rlvbackup is a logical volume device, cannot mkfs
#newfs -F vxfs -o largefiles /dev/vgtest/rlvbackup
vxfs mkfs: /dev/vgtest/rlvbackup is a logical volume device, cannot mkfs
还是不行
rx8640a[/dev/vgtest]lvremove /dev/vgtest/lvbackup
The logical volume "/dev/vgtest/lvbackup" is not empty;
do you really want to delete the logical volume (y/n) : y
Logical volume "/dev/vgtest/lvbackup" has been successfully removed.
Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf
rx8640a[/dev/vgtest]lvcreate -L 10000 -n lvbackup vgtest
Logical volume "/dev/vgtest/lvbackup" has been successfully created with
character device "/dev/vgtest/rlvbackup".
Logical volume "/dev/vgtest/lvbackup" has been successfully extended.
Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf
rx8640a[/dev/vgtest]newfs -F vxfs -o largefiles /dev/vgtest/rlvbackup
vxfs mkfs: /dev/vgtest/rlvbackup is a logical volume device, cannot mkfs作者: fomilar 时间: 2007-01-30 15:50
help
这样如何建立fs?作者: czyf2001 时间: 2007-01-30 20:44
DLVM = Distributed LVM
it is a part of an mc/sg cluster!
so u need post out of "vgdisplay -v /dev/vgtest" and "lvdisplay -v lvbackup"
you should try fsadm !
I've never worked with DLVM ,
hopes this helps , thanks作者: levine 时间: 2007-01-31 09:53
多看MC的手册。
对MC中卷组的操作需要停止MC及相关应用包,将卷组改为普通模式,在一台机器上操作后,将卷组信息export/import分发到另外的机器,将卷组改为MC模式再启动MC。