search for: kvmcluster

Displaying 3 results from an estimated 3 matches for "kvmcluster".

2010 Aug 16
1
Whether libguestfs work only with 32bit processors
Hi I have installed libguestfs in Fedora Core 13. Here's the packages I ve installed. [root at kvmcluster ~]# rpm -qa | grep guest guestfish-1.2.2-1.fc13.i686 perl-libguestfs-1.2.2-1.fc13.i686 libguestfs-1.2.2-1.fc13.i686 libguestfs-tools-1.2.2-1.fc13.i686 And I have tried to resize the KVM guest image with virt-resize command. But I'm getting the error as "virt-resize: sorry this program do...
2010 Jul 15
0
How to create a guest os from existing disk image file
...S-5.3-i386-bin-DVD.iso I am able to login to the guest OS using the virt-viewer command using vnc Now i want to the guest os from the existing configured disk /var/lib/libvirt/images/centos.img.. What modifications should be done with my configuration file ?? Pleas help me to solve this. [root at kvmcluster ~]# virsh dumpxml centos5 <domain type='qemu' id='2'> <name>centos5</name> <uuid>cabfad09-ff8b-e1ca-051a-6729e301f6a1</uuid> <memory>524288</memory> <currentMemory>524288</currentMemory> <vcpu>1</vcpu> &lt...
2010 Jul 19
1
How to create a guest os from existing disk image file with virt-install
.....It shows Booting from Hard Disk... GRUB Loading stage2..... But the guest os is not booted I want to the create the guest os from existing configured disk /var/lib/libvirt/images/centos.img.. What modifications should be done with my configuration file ?? Pleas help me to solve this. [root at kvmcluster ~]# virsh dumpxml centos5 <domain type='qemu' id='2'> <name>centos5</name> <uuid>cabfad09-ff8b-e1ca-051a-6729e301f6a1</uuid> <memory>524288</memory> <currentMemory>524288</currentMemory> <vcpu>1</vcpu> &lt...