Chinaunix

标题: 急!VGIMPORT 问题 [打印本页]

作者: tomsen    时间: 2003-11-28 23:42
标题: 急!VGIMPORT 问题
vgimport -m vgs.map -p -v -f disk.name /dev/vgs
Beginning the import process on Volume Group \"/dev/vgs\".
vgimport: Warning:  Volume Group belongs to different CPU ID.
完成后用VGDISPLAY看,
显示: the vgs is not in the file of \"lvmtab\"
作者: albert    时间: 2003-11-30 16:54
标题: 急!VGIMPORT 问题
Please do not use \'-f\' option in the \'vgimport\' command.
Just try this:  

#vgimport -m vgs.map -v /dev/vgs `cat disk.name | xargs`

Please note \'-p\' means preview mode. If you really want to import the VG, you should omit the \'-p\' option.
作者: tomsen    时间: 2003-12-01 10:31
标题: 急!VGIMPORT 问题
I see,
I think the \"-p\" parameter \'s mean is print,using \'man\' ,it refers to preview ,
thanks
作者: 2bedodo    时间: 2003-12-01 11:14
标题: 急!VGIMPORT 问题
vgimport不要用p参数的,vgexport用p参数也不是真正的export,只是形成map文件
作者: kveinchen    时间: 2003-12-04 17:22
标题: 急!VGIMPORT 问题
就这个问题请问albert,the vgs is not in the file of \"lvmtab\" 代表什么意思?我的系统可能存在问题,vgchange -a n /dev/vgA可以inactvive 这个vgA,但接下来就不能vgchange -a y /dev/vgA了,出错就是the vgs is not in the file of \"lvmtab\"。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2