# data is the virtual group (VG) name
[root@xen ~]# kpartx -va /dev/loop4
add map loop4p1 : 0 208782 linear /dev/loop4 63
add map loop4p2 : 0 62701695 linear /dev/loop4 208845
# This creates a device map with partitions in /dev/data/hfserver in /dev/mapper
[root@xen ~]# vgscan
Reading all physical volumes. This may take a while...
Found volume group "VolGroup00" using metadata type lvm2
Found volume group "data" using metadata type lvm2
Found volume group "system" using metadata type lvm2
[root@xen ~]# lvscan
inactive '/dev/VolGroup00/LogVol00' [27.94 GB] inherit
inactive '/dev/VolGroup00/LogVol01' [1.94 GB] inherit
ACTIVE '/dev/data/cpanel002' [100.00 GB] inherit
ACTIVE '/dev/data/windows2003_web' [30.00 GB] inherit
ACTIVE '/dev/data/storage' [50.00 GB] inherit
ACTIVE Original '/dev/data/hfserver2' [30.00 GB] inherit
ACTIVE '/dev/data/hfdns02' [30.00 GB] inherit
ACTIVE '/dev/data/pluto' [30.00 GB] inherit
ACTIVE Snapshot '/dev/data/pluto_s' [30.00 GB] inherit
ACTIVE '/dev/system/root' [39.06 GB] inherit
ACTIVE '/dev/system/swap' [9.75 GB] inherit
[root@xen ~]# lvchange -ay VolGroup00
[root@xen ~]# lvscan
ACTIVE '/dev/VolGroup00/LogVol00' [27.94 GB] inherit
ACTIVE '/dev/VolGroup00/LogVol01' [1.94 GB] inherit
ACTIVE '/dev/data/cpanel002' [100.00 GB] inherit
ACTIVE '/dev/data/windows2003_web' [30.00 GB] inherit
ACTIVE '/dev/data/storage' [50.00 GB] inherit
ACTIVE Original '/dev/data/hfserver2' [30.00 GB] inherit
ACTIVE '/dev/data/hfdns02' [30.00 GB] inherit
ACTIVE '/dev/data/pluto' [30.00 GB] inherit
ACTIVE Snapshot '/dev/data/pluto_s' [30.00 GB] inherit
ACTIVE '/dev/system/root' [39.06 GB] inherit
ACTIVE '/dev/system/swap' [9.75 GB] inherit
[root@xen ~]# e2fsck /dev/VolGroup00/LogVol00
e2fsck 1.39 (29-May-2006)
/dev/VolGroup00/LogVol00: clean, 631982/7325696 files, 4512772/7323648 blocks
At first it found a whole lot of damages inodes which I repaired.
Then, I reversed the process:
[root@xen ~]# lvchange -an VolGroup00
[root@xen ~]# lvscan
inactive '/dev/VolGroup00/LogVol00' [27.94 GB] inherit
inactive '/dev/VolGroup00/LogVol01' [1.94 GB] inherit
ACTIVE '/dev/data/cpanel002' [100.00 GB] inherit
ACTIVE '/dev/data/windows2003_web' [30.00 GB] inherit
ACTIVE '/dev/data/storage' [50.00 GB] inherit
ACTIVE Original '/dev/data/hfserver2' [30.00 GB] inherit
ACTIVE '/dev/data/hfdns02' [30.00 GB] inherit
ACTIVE '/dev/data/pluto' [30.00 GB] inherit
ACTIVE Snapshot '/dev/data/pluto_s' [30.00 GB] inherit
ACTIVE '/dev/system/root' [39.06 GB] inherit
ACTIVE '/dev/system/swap' [9.75 GB] inherit
[root@xen ~]# vgchange -an VolGroup00
0 logical volume(s) in volume group "VolGroup00" now active
[root@xen ~]# kpartx -d /dev/loop4
[root@xen ~]# losetup -d /dev/loop4
[root@xen ~]#
[root@xen ~]# xm create -c /etc/xen/hfserver2
And then it dies:
Reading all physical volumes. This may take a while...
Found volume group "VolGroup00" using metadata type lvm2
Activating logical volumes
2 logical volume(s) in volume group "VolGroup00" now active
Creating root device.
Mounting root filesystem.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Setting up other filesystems.
Setting up new root fs
no fstab.sys, mounting internal defaults
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
exec of init (/sbin/init) failed!!!: No such file or directory
Kernel panic - not syncing: Attempted to kill init!