Displaying 20 results from an estimated 100 matches similar to: "KVM: bridge configuration for static IP address-latest"
2009 Dec 11
3
KVM: bridge configuration for static IP address
I need to allocate public IP address to two guest os.
I have only 2 network card Interface on server. say eth0 and eth1.
I set eth1 a public IP address. so it should in
# vi /etc/sysconfig/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=static
HWADDR=00:1a:4d:83:ad:00
BROADCAST=202.127.29.0
IPADDR=202.127.29.5
NETMASK=255.255.255.0
NETWORK=202.127.29.0
ONBOOT=yes
TYPE=Ethernet
Question 1: do I have to
2006 Nov 03
0
Off topic: junk "mail filter"
Hi,
anybody having a
_junk_ "mail filter"
instead of a
"junk mail" filter
should either unsubscribe from this list of fix the configuration. I''m getting
back my messages with some nonsense like:
<cgs@ldsys.net>: host ext1-chi.ldsys.net[208.176.63.109] refused to talk to me:
554 <rrzmta2.rz.uni-regensburg.de[132.199.1.17]>: Client host rejected: All
2010 Mar 07
4
Introducing ConVirt 2.0
----- "Pasi K?rkk?inen" <pasik at iki.fi> wrote:
> On Sat, Mar 06, 2010 at 09:04:20AM -0500, Kanwar Ranbir Sandhu wrote:
> > Why would one use ConVirt instead of the management tools included in
> > RHEL and/or CentOS? What's the difference?
>
> RHEL/CentOS doesn't provide web-based management.. or even easy
> multi-host / cluster management of
2010 Apr 01
0
SOLVED! Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels
----- "Aaron Clark" <ophidian at ophidian.homeip.net> wrote:
> On 03/30/2010 07:33 AM, Sergio Charpinel Jr. wrote:
> > Aaron,
> >
> > Seems to be something related to your block device.
> >
> > Try this config file:
>
> Sergio,
>
> I just tried this config and it booted fine:
> name = "Belldandy"
> maxmem = 256
>
2009 Dec 08
2
virt-install failed while install windows2003 guest
Here's the procedure:
# qemu-img -f qcow2 /vm/win2k3.img 8G
# virt-install --connect qemu:///system -n win2k3 -r 512 --vcpus=1 -c /home/temp/win2003sp2ins.iso -f /vm/win2k3.img -s 4
--network=bridge:br0 --mac=00:ff:ff:ff:58:58 --noautoconsole --vnc --os-type=windows --os-variant=win2k3 --hvm --accelerate
And I get error as below:
Starting install...
internal error unable to start guest: qemu:
2010 Mar 13
5
reboot guest on panic
I have a guest that keeps crashing and want to automatically reboot it
when it crashes. See:
xen PV guest kernel 2.6.32 processes lock up in D state
https://bugzilla.redhat.com/show_bug.cgi?id=550724
if you want to look at the details on the crashing.
Anyway, I boot the guest with the kernel command line parameter:
hung_task_panic=1
I have kernel.panic = 15 in the guest /etc/sysctl.conf
2010 Feb 08
7
Can I use direct attached storage as a shared filesystem in Xen
I have a quad core server in which I want to run 4 virtual servers. On this
server I have a 1/2 terabyte raid 1 I have split between the 4 members that
have the OS on it. I have raid 5 10 terabyte internal storage running on a
3ware 9690a card. I want to share this storage between the servers without
partitioning it. Is this possible?
-------------- next part --------------
An HTML attachment
2010 Feb 20
2
Mounting LVM contained ntfs systems.
Using CentOS 5.4 Xen Virtualization "stock install"
Added rpmforge NTFS extension for mount command.
Scenario: Have mirror dd'd off to "backup" unmounted LV contained
Windows machine. Within the LVM volume are two NTFS partitions formatted
by Win2k8.
Issue: How can I mount this? I need to verify file existence and run
batch of file compare checks.
If I try to mount
2010 Feb 10
3
LTO tape drives and Bacula for Backups?
How does everyone feel about using Quantum LTO 3 and 4 tapes
with Bacula for backing up both the VM's, Host, as well as from within
the VM's.
What are know good backup solutions? Can anyone name specific tape
drives / software that is working.
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Dec 11
5
About doing backups with kvm guests
Hi all,
I have two centos 5.4 servers that I use to run several windows kvm guests (10).
All works ok (more or less) but I have a problem with backups.
These windows guests are configured to use lvm partitions as a virtual disks. My
problem is when I need to do guests backups.
which is the best form to backup and restore these windows guests? Some examples?
I see snapshot's lvm
2010 Apr 13
4
Useless use of AllowOverride
Hello,
While i m trying to start my apache server i am getting following error.
[Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 31 of
/home/tomcat/conf/mod_jk.conf.
[Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 36 of
/home/tomcat/conf/mod_jk.conf.
Please let me know if you have any solution regarding this.
Thanks & Regards
Manoj
2010 Mar 28
2
Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels
I have a dom0 machine running CentOS 5.4 with all the latest updates
using Xen as my hypervisor. I am using Xen in part because this machine
was set up prior to KVM being included in RHEL, and in part because
KVM's network bridging configuration is not nearly as simple as Xen's.
The dom0 machine is a headless Mac Mini and I do all of my VM management
via virsh from the command line. I
2009 Dec 09
0
KVM guest on a specific disk
I'm deploying my KVM virtualization and I have this question.
To get my guest os best performance I would like to install my OS from CD ROM while booting in a saperate disk, say /dev/sda4
then in host os I mount /dev/sda4 as /mnt/vm.
So I can install a guest OS by virt-install with synax --import, right? I didn't give it a try yet so I'd like to know if other people have done it
2009 Dec 09
0
KVM network bridge setting on centOS
I have a server that will be hosted in IDC.
The Server have 2 network interface card. I would like to set one for host os itself. and the other network interface card as bridge for guest OS. Because I have 3 IP address that will allocate to host os and guest os.
The host OS will be centos 5.4. I need ideas about how to set host OS's network. Could anybody post a workable network seting for
2010 Apr 28
1
peth0 unavailable for virt-manager virt-install
Command just times our for me
virt-install --paravirt --vcpus=4 --name server1 --ram 4096 --file
/opt/xen-images/hlcnwmmp01.img -x
"ks=http://10.203.1.11/kickstart/ks-xen.cfg" --file-size 40 --location
http://128.61.111.11/pub/centos/5.4/os/x86_64 -b peth0
Starting install...
Retrieving file vmlinuz... | 1.9 MB 00:00
Retrieving file initrd.img...
2009 Dec 10
1
Bridge configuration on Xen 3.2+
Hi All,
I'm using xen 3.0 on CentOS 5 with VLAN.
#vconfig add eth0 100
#/etc/xen/script/network-bridge start vifnum=1 netdev=eth0 bridge=xenbr0.100
I know that after xen 3.2 the procedure of bridge configuration is changed.
What is the correct command to set bridge interface to vlan?
Yukio
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 01
3
Fault Tolerance
Hi people...
I want know if Source Codes Virtulization Solution from Red Hat has be release?
Thanks
--
Gilberto Nunes
2010 Feb 25
1
guest management: 1 and only 1 instance
Gang,
???? I run several KVM host machines.? Due to updates, maintenance,
and unexpected reboots sometime host machines are restarted.? I can
easily envision a scenario where HostX needs some critical packages
updated or is acting up.? I migrate guest0, guest1, guest2 etc. from
HostX to HostY.? Then, in either a planned (i.e. scheduled
maintenance) or unplanned (i.e. unplanned reboot) event
2010 Mar 10
2
get xen name from guest
Hello,
Is it possible to get the name that was set in a VM's xen config file
from the guest machine? I'm interested in having my kickstart launch a
script that can configure hostname, but to do that it would need to get
the name set in the config.
Thanks,
Ryan
2010 Mar 13
3
gpl pv drivers and Centos 5.4
Hello,
I am using Windows XP/2003 and 2008 under Xen. What is the correct version of gpl pv drivers for Windows under Centos 5.4 Dom0 ? rpm -q xen said 3.0.3.x but xen info said 3.1.x
Regards,