search for: hauptl

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

Did you mean: haupt
2011 Dec 03
2
Can I configure cores instead of CPU's
...it KVM-WinXP > > Currently, I have: > <vcpu>6</vcpu> > > I found an example of a run string: > > -smp 2,sockets=2,cores=1,threads=1 > > But I will be darned if I can figure out the virsh xml syntax. > > Many thanks, > -T On 12/02/2011 05:32 PM, Frank Hauptle wrote: > Yes under advanced in cpu in virt manager are socket /core > settings. i use a fedora virt manager to connect to sl61 > libvirt. more options that way. I configured my processor in virt-mamager: CPU's: Current Allocation: 2 Manual set CPU Topology: So...
2011 Nov 15
1
kvm/libvirt can't use vmdk files? qemu: 'vmdk' invalid format
Hi all, I have a RHEL6.1 qemu-kvm hypervisor running a raw image that I need for various reasons to convert to vmdk. I used this process: qemu-img convert server3.img -O vmdk server3.vmdk Then I edited the XML file (/etc/libvirt/qemu/server3.xml) like so: <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver
2011 Sep 14
0
using virsh (or something) to convert from KVM domain XML to vmx...
HI folks, For reasons I'd rather not go into (not my choice) we are moving our current virtual servers at the uni here, (using KVM and libvirt) to outsourced vmware ESX and vcenter. I really don't want to use the Vcenter Converter to create running esx vm's from within the KVM VM's as I feel that doing it within the client VM is inefficient and slow. Thus far however,