Displaying 1 result from an estimated 1 matches for "lintra02data".
2008 Nov 05
2
RE: RedHat DomU hanging
Hello,
Maybe someone can help me.... I have a guest XEN image that ran well until today. I use an LVM partition to host the guest and today on Dom0 I added another LVM to be available to this domU.
This were all the commands I issued :
On hypervisor
lvcreate -n lintra02data -L 30G rootvg
vi /etc/xen/lintra02 and add volume to file like this :
disk = [ "phy:/dev/mapper/rootvg-lintra02,xvda,w","phy:/dev/mapper/rootvg-lintra02data,xvdb,w" ]
Reboot virtual machine
On lintra02
pvcreate /dev/xvdb
vgcreate datavg /dev/xvdb
lvcreate --extents 100%VG...