Displaying 5 results from an estimated 5 matches for "guest02".
2009 Nov 06
8
Migrating from KVM to XEN - kernel panic
...009-11-06 10:27:26 xend 5112] DEBUG (blkif:27) exception looking up device
number for xvda: [Errno 2] No such file or directory: '/dev/xvda'
--------------------------------------------------------------------------------
The domU is configured thusly:
[root at VMM03-XEN xen]# cat /etc/xen/guest02
# Automatically generated xen config file
name = "guest02"
memory = "1024"
disk = [ 'phy:/dev/VMM01-KVMvg00/guest02,xvda,w', ]
vif = [ 'mac=00:16:3e:5c:f1:dd, bridge=xenbr0', ]
vfb = ["type=vnc,vncunused=1"]
#bootloader="/usr/bin/pygrub"
kerne...
2012 Mar 02
1
KVM, VLAN and Bridges and bonding
...d0.6
BRIDGE=vlanbr6
ONBOOT=yes
BOOTPROTO=none
VLAN=yes
TYPE=Ethernet
/etc/sysconfig/network-scripts/ifcfg-vlanbr6:
DEVICE=vlanbr6
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=none
DELAY=0
I've installed guest like that (with a lot of retry because of network loss during installation)
virt-install --name=guest02-c6 --disk path=/var/lib/libvirt/images/guest02-c6.img,size=10,sparse=false --graphics=spice,keymap=fr --vcpus=2 --ram=2048 --location=http://spacewalk.example.com/pub/dist/centos/6/x86_64/ --extra-args="ks=http://spacewalk.example.com/pub/ks/el6/guest02.el6.cfg ip=192.168.2.12 netmask=255.255....
2009 Nov 13
0
virsh autostart: cannot set autostart for transient domain
Hello all,
I'm running a newly installed CentOS 5.4 KVM host and am running into
problems setting guests up to autostart. Has anyone seen and/or overcome
this issue?
[root at virt04 ~]# virsh autostart guest02
error: Failed to mark domain guest02 as autostarted
error: internal error cannot set autostart for transient domain
Just for kicks I tried symlinking /etc/libvirt/guest02.xml and
/etc/libvirt/autostart/guest02.xml, but to no avail. I've entered "virsh
create /root/vms/guest2.xml" in...
2008 Nov 28
1
Networking on Xen box
Hi folks,
Host - Debian Etch Workstation
Guest01 - mail server for routing
Guest02 - mail server, hostname01. localIP01, domain01
Guest03 - mail server, hostname02, localIP02, domain02
Guest04 - mail server, hostname03, localIP02, domain03
etc.
all mail servers running postfix as MTA on Debian Etch.
single (one) external IP with all ports forwarded to Guest01 except
port 53 whi...
2007 Nov 29
6
PCI Passthrough to HVM on xen-unstable
...ss to, and
# what you want them accessible as.
# Each disk entry is of the form phy:UNAME,DEV,MODE
# where UNAME is the device, DEV is the device name the domain will see,
# and MODE is r for read-only, w for read-write.
#disk = [ ''phy:hda1,hda1,r'' ]
#disk = [ ''file:/mnt/guest02/sles10disk.img,ioemu:hda,w'',
''file:/mnt/guest02/SLES-10-AMD64-EM64T-DVD1.iso,hdc:cdrom,r'' ]
disk = [ ''file:/mnt/archive/xendisks/Sles10/sles10disk.img,ioemu:hda,w'' ]
#----------------------------------------------------------------------------
# Configu...