Re: [CentOS-virt] Problem with Centos 6.2 KVM

2012-01-31 Thread Tait Clarridge
Any other ideas? TIA Is your CPU VT-enabled? Is it capable and enabled in BIOS? Intel: cat /proc/cpuinfo | grep vmx AMD: cat /proc/cpuinfo | grep svm ___ CentOS-virt mailing list CentOS-virt@centos.org

Re: [CentOS-virt] No module named cygvirtmod

2012-01-12 Thread Tait Clarridge
On Thu, 2012-01-12 at 14:24 +, Lars Hecking wrote: I'm trying to set up a xen guest on a machine that already has a few others running (not set up by me). It fails with the following error: + virt-install -r 512 -n host5 -f /dev/vol0/lvol5 --nographics -p --os-type=linux

Re: [CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6

2011-11-22 Thread Tait Clarridge
On Fri, 2011-11-18 at 17:56 -0500, Jason Nagashima wrote: Running on Centos 5.6 with KVM... I was wondering if anyone had any luck configuring the NICs where eth0 and eth1 are bonded together with vlan support to a bridge? I noticed some threads show this as a possibility

Re: [CentOS-virt] Simulate Network Cable Disconnect

2010-05-13 Thread Tait Clarridge
On Wed, 2010-05-12 at 10:09 -0400, Kanwar Ranbir Sandhu wrote: On Tue, 2010-05-04 at 12:28 -0400, Tait Clarridge wrote: I am having trouble simulating a network cable disconnect with KVM. I would like to test active backup bonding for a switch IOS upgrade in a production environment

[CentOS-virt] Simulate Network Cable Disconnect

2010-05-04 Thread Tait Clarridge
Hello All, I am having trouble simulating a network cable disconnect with KVM. I would like to test active backup bonding for a switch IOS upgrade in a production environment. Basically I have the VM running on a bridged network which is also tied into GNS3 simulating a small-scale version of

Re: [CentOS-virt] Fedora 12 domU will not boot kernel

2010-01-08 Thread Tait Clarridge
I think 5.4 version of python-virtinst added some fixes aswell.. so maybe you need to upgrade to that for F12 installation to work. Also please try running xm console for the guest and see what it does and where it crashes.. If I do xm create -c f12domU.cfg it says Starting Domain

Re: [CentOS-virt] Fedora 12 domU will not boot kernel

2010-01-08 Thread Tait Clarridge
On Fri, 2010-01-08 at 09:38 -0500, Tait Clarridge wrote: I think 5.4 version of python-virtinst added some fixes aswell.. so maybe you need to upgrade to that for F12 installation to work. Also please try running xm console for the guest and see what it does and where it crashes

Re: [CentOS-virt] Fedora 12 domU will not boot kernel

2010-01-07 Thread Tait Clarridge
I think 5.4 added some hypervisor/dom0 side fixes, that might be needed for F12 guests. I'm not totally sure. You can go through redhat bugzillas if you want :) I will take a look into the changes, thanks. I've been successfully running both 32bit and 64bit Fedora 12 domUs/guests on

[CentOS-virt] Fedora 12 domU will not boot kernel

2010-01-06 Thread Tait Clarridge
Hello Everyone, I have been trying to get a Fedora 12 domU to boot for the better part of the afternoon and haven't had success booting any F12 kernel in Xen. I can get Fedora 11 installed no problem, tried to do a preupgrade but the when booting the preupgrade kernel through grub (or even from

Re: [CentOS-virt] virt-install failed while install windows2003 guest

2009-12-08 Thread Tait Clarridge
On Tue, 2009-12-08 at 12:41 +0100, Markus Falb wrote: On 8 Dec 2009, at 09:58, rewing wrote: libvirtError: internal error unable to start guest: qemu: could not open disk image /vm/win2k3.img Do you have selinux enabled ? As far as I know the location for images is restricted to

Re: [CentOS-virt] Live migration and DRBD

2009-11-30 Thread Tait Clarridge
On Mon, 2009-11-30 at 13:53 -0200, Gilberto Nunes wrote: Hi folks I deploy a two Dell PowerEdge T300 to test Virtualization with kvm+drbd+heartbaet. The KVM drbd and heartbeat work properly. However, I have doubt!! When the primary node has down, the secondary node start the VM that

Re: [CentOS-virt] VLAN bridge config for xen - Was: Controlling allocation of ethernet devices and KVM

2009-11-27 Thread Tait Clarridge
On Sat, 2009-11-28 at 00:50 +0200, Manuel Wolfshant wrote: On 11/28/2009 12:43 AM, Tait Clarridge wrote: The init scripts support VLANs and bridges out of the box. Adding more scripts is not necessary. Interesting, XEN specific scripts? Or CentOS scripts. Neither. When

Re: [CentOS-virt] VLAN bridge config for xen - Was: Controlling allocation of ethernet devices and KVM

2009-11-27 Thread Tait Clarridge
but as you have said, to each their own. you prefer slackware, I prefer centos. I never said I use Slackware... anyways. It is nice when rolling out dozens of machines quickly and not having to worry about all the VLAN and bridge init scripts. signature.asc Description: This is a digitally

Re: [CentOS-virt] Slightly OT: GPLPV driver selection.

2009-09-30 Thread Tait Clarridge
On Wed, 2009-09-30 at 11:19 -0400, Centos wrote: I'm in the middle of a (re-)install on a domU and looking for quick replies as too which GPLPV to use on a Windows 2008 Server install. Windows 32bit Xen/Centos 64bit (x86_64) The question is regarding whether the driver to load into

Re: [CentOS-virt] Centos virsh - add a physical device

2009-09-29 Thread Tait Clarridge
Native config: cat win2k8.cfg name = win2k8-hvm uuid = c53ac13f-d32f-9934-8c0b-a8728fb52f19 maxmem = 1024 memory = 1024 vcpus = 1 builder = hvm kernel = /usr/lib/xen/boot/hvmloader boot = c If you want it to boot from anything in the CDROM device, change this to read: boot = dc

Re: [CentOS-virt] Centos virsh - add a physical device

2009-09-28 Thread Tait Clarridge
On Mon, 2009-09-28 at 08:05 +0200, f...@ll wrote: Hi, If I create a guest which uses (hvm) can I add access to physical device like cdrom? Regards, f...@ll Yes, you are able to add a CDROM device to your guest. You can add either a physical drive or an ISO image. Are you using

Re: [CentOS-virt] Centos virsh - add a physical device

2009-09-28 Thread Tait Clarridge
On Mon, 2009-09-28 at 22:17 +0200, f...@ll wrote: Tait Clarridge pisze: On Mon, 2009-09-28 at 08:05 +0200, f...@ll wrote: Hi, If I create a guest which uses (hvm) can I add access to physical device like cdrom? Regards, f...@ll Yes, you are able to add a CDROM