[CentOS-virt] Send magic-sysrq from virtual serial console?

2011-07-28 Thread David Knierim
I am using CentOS 5.6 as a KVM host. My guests are running CentOS 5.6 with the only console being a virtual serial console. The guests are configured so magic-sysreq can be used to debug kernel issues. However, in order to send magic-sysrq from a serial port, I need to send a break. How

[CentOS-virt] Best way to give guest promiscuous interface?

2010-10-29 Thread David Knierim
I am using CentOS 5.5 with KVM as a host and have a need for one guest to be able to have promiscuous read access to one port on the physical host (which is an HP BL460 G6 blade server with Intel 2 port 1Gb ethernet mezzanine card.) I initially tried to use PCI passthrough, but I was unable to

[CentOS-virt] Anyone booting CentOS 5.5 KVM host from flash?

2010-09-01 Thread David Knierim
I am investigating building a live CD image to be used as KVM host and then putting that image on a USB key (to end up with a environment similar to ESXi). I see tools in in Fedora for both tasks, but I have not seen them in CentOS. Before I blaze a path, I was wondering if anyone has done

[CentOS-virt] Recent version of open-vm-tools SRPM??

2010-01-22 Thread David Knierim
I want to create some rpms to install the open-vm-tools on my CentOS 5.4 servers. I have not been able to find any srpms that are of recent vintage (The most recent I have found uses the version of open-vm-tools released in Dec. 2008). Before I spend a lot of time building a new srpm, I thought

[CentOS-virt] Can I bridge a bonded and vlan tagged interface directly to a guest?

2009-07-31 Thread David Knierim
I am running CentOS 5.3 x86_64 as my dom0 and CentOS 5.3 on my domU's. On the dom0, I have two interfaces that are bonded and have tagged VLANs. I can get the networks to the domU's by creating a bridge for each of the VLANS (bond0.3, bond0.4, etc). On the domU, the interfaces show up as

Re: [CentOS-virt] How to pass messages from dom0 to domU??

2009-07-23 Thread David Knierim
Thanks for the feedback. I as already planning to have a dedicated management network and had also discussed the need for some network protocol to share state information. I now feel that using a network to share state information is the right solution in our case. While xenstore looks

[CentOS-virt] How to pass messages from dom0 to domU??

2009-07-22 Thread David Knierim
I apologize if this is a newbie question, but I have been unable to work out how to do this. I am adding code to my installation on dom0 (running CentOS 5.3) to monitor for hardware faults. If there is an issue, I want to propagate the status to all of the domUs (running CentOS 4.x or CentOS 5)