Displaying 20 results from an estimated 3000 matches similar to: "OpenSolaris domU on RedHat Linux dom0"
2009 Sep 03
6
domU static IP
Hi,
I''m trying to setup xen on a server with bridge networking. I have
RedHat as my dom0. I have two Ubuntu instances and one CentOS instance
as domU''s. All of them (dom0 and domU) use static ip addresses.
The configuration files for domU''s specify in the vif line what ip
address to be assigned to that particular domU. It works fine for my
ubuntu domU''s. But
2009 Sep 30
5
Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
Hi everyone,
i have a problem on a running xen installation. The server on which the following problem occurs manages 7 VMs at the moment.
Now I wanted to create a new one. After sending the xm create command I get the following error:
Using config file "/etc/xen/de-smartnet-asterisk".
Error: Creating domain failed: name=de-smartnet-asterisk
In my xend.log I can find the following
2007 Dec 13
5
cant start domU w/ pci [Error: function takes exactly 4 arguments (3 given)]
Hi all,
I''m trying to get a pci card working on a guest os (ast01)
on dum0 I hided the pci card w/:
# modprobe pciback hide=''(0b:08.0)''
then added this line to the guest os config file (/etc/xen/ast01)
pci = [ "0000:08:0e.0" ]
Whenever I try to start it fails w/:
# xm create ast01
Using config file "/etc/xen/ast01".
Error: function takes exactly 4
2009 Jun 21
1
Xen LVM DRBD live migration
Hi guys I have few problems with live migration ... and I need some
professional help :)
I have 2 xen servers ... CentOS 5.3 and I want to have a high available
cluster
Now let`s begin ....
xen0:
[root@xen0 ~]# fdisk -l
Disk /dev/sda: 218.2 GB, 218238025728 bytes
255 heads, 63 sectors/track, 26532 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start
2009 Nov 30
5
Live migration and DRBD
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
has original running on primary node...
So, this required a full stop of hole system...
This is not we wish here...
Is there something way to live migrate VM from
2011 Jan 23
1
DRBD VBD script not working in squeeze ?
Hi,
since I upgraded from Lenny, DRBD VBD scripts not works at all.
This config works :
disk = [ 'phy:/dev/drbd/by-res/ads-disk,xvda,w' ]
But his one doesn't work at all :
disk = [ 'drbd:ads-disk,xvda,w' ]
I obtain this error :
# xm create ads.cfg
Using config file "/etc/xen/ads.cfg".
Error: Device 51712 (vbd) could not be connected. Hotplug scripts
2011 Jul 06
7
Xen 4.0 - prerequisites for succesfull live migration?
Hi,
I have three Xen hosts running Xen 4.0.2 (OpenSuSE 11.4 based). I also
have one ''NFS'' server with an NFS export holding VM images and
configuration files.
Each host has a dedicated LAN link directly to the NFS server. I have
another separated NFS export for VM locking (but I had the same issues
before).
When I attempt to live migrate a VM, it *looks''*like
2009 Dec 07
9
Trying to Run OpenSolaris PV
Hey, everyone,
I''m running Xen 3.2 (SLES10) and trying to get an OpenSolaris PV domU to run correctly. I''ve followed a couple of the instruction sets out on the Xen wiki and other folks blogs, but I''m running into an issue with the domU crashing. The OpenSolaris version is the latest development release - 5.11-0.128. The config looks like this:
2005 Jun 07
3
Error while creating domains
I am trying to start a large number of SMP domains (> 50). However,
I am unable to create more than 7 domains. When I try creating
the 8th domain, I get this error:
Using config file "myconf7".
VIRTUAL MEMORY ARRANGEMENT:
Loaded kernel: 0xc0100000->0xc0344c24
Init. ramdisk: 0xc0345000->0xc0345000
Phys-Mach map: 0xc0345000->0xc0347800
Page tables:
2009 Jul 01
14
can''t boot 2009.06 domU on Xen 3.4.1 / CentOS 5.3 dom0
I''ve got a CentOS 5.3 dom0 with Xen 3.4.1-rc5 (or so). I''ve tried the same stuff below with 3.4.0, no difference. I''m trying to install 2009.06 PV domU based on instructions from [1] and [2]. I can run the install fine, I can also get the kernel and boot archive (from [2]) after the install. But for the life of me I can''t get the installed domU to boot.
If I
2007 Oct 16
18
xen + centos + areca raid issues
I am trying to run a new server with centos + xen using centos xen packages.
After installation, we had to install a hardware raid card (areca) on the
machine, and thus reload the os. It so happens the drivers shipped aren''t
compatible with xen kernel, so i was forced to compile xen from source to
compile areca drivers.
Now with system running under compiled xen, i cannot boot my old
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without
errors. The ./install.sh script have been created the /etc/grub.conf
file as it :
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel
2009 Feb 02
2
Using the parallel port from domU
Hello
I use xen and I am trying to use the parallel port of Centos 5.2
host from a Windows XP (HVM) guest. I have tried to transfer control of
the port by blacklisting lp, parport and parport_pc + adding:
ioports = [ "0378-037a" ]
to the xen configuration file.
However, in the presence of this line, xm create replies with:
Error: function takes exactly 4 arguments (3
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
Hi,
Is vfb working well lately? I thought I''d test it out on ia64 and it
works great, but only once per boot. If I stop the domain and restart
it, I get the following:
Error: Device 0 (vkbd) is already connected.
To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system.
Same thing, works the first time, reboot the domain and it''s broken. I
see
2012 Jan 08
3
No sound over HDMI using nvidia graphics card
Hi all,
I have installed a centos 6.2 x86_64 box to use as a multimedia center.
All works ok, except sound over hdmi using nvidia graphics card. My lspci
output:
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge
(ext gfx port 0)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge
2009 Nov 19
3
xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All,
I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs
for lennovo T400. I have installed all prerequisite component for running
xen and booted it.
while I am trying to create DomU I am getting following error. I tried doing
googling but none of suggested solution is working for me. Please guide me
through my first experience with xen.for more details please see
2009 Jun 02
4
OSOL 2009.06 as PV DomU at Xen 3.5 Ubuntu 9.04 Dom0 (2.6.30-rc6-tip)
Copied ramdisk and kernel to Dom0
root@ServerXen331:/mnt/home/boris/isos# cat copy.sh
mount -o loop,ro os200906.iso /mnt
cp /mnt/boot/x86.microroot /home/boris/solaris
cp /mnt/platform/i86xpv/kernel/amd64/unix /home/boris/solaris
Created profile like for osol 2008.11
root@ServerXen331:/mnt/home/boris/solaris# cat osol200906.install
name = "sol0906"
vcpus = 1
memory =
2011 Feb 07
4
XEN live migration: cannot console or ssh to the migrated guest VM (domU)
I am now testing XEN live migration on two physical hosts with XEN 4.0.1
pvops Ubuntu 10.10 (2.6.35-22). Host A also acts as a NFS server, and Host B
acts as a NFS client.
When I migrate a guest domain from B to A. The ssh connection experiences a
downtime of about 1 minute (the terminal does not react to the keyboard
input till about 1 minute later). However, the "sudo xm console" does
2009 Nov 20
3
Re: xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. One more question.
Next question:-
eth0 8000.001c2596e32b no peth0
pan0 8000.000000000000 no
virbr0 8000.000000000000 yes
Presence virbr0 in report seems strange. Direct port Xen 3.4.2 to F11 doesn''t install daemon
libvirtd ( bridge virbr0 ) , unless you wrote xen-3.4.2-(x).fc12.src.rpm yourself.
So , from where bridge virbr0 comes
2016 Jun 22
4
Cannot allocate Memory
Any of you guys ever seen an issue with Xen 4.4 were xm cannot create a
guest because of what looks like an issue allocating memory even though
xm info shows like 5x the amount of free memory needed? We are still
unfortunately still using xm... it's on my list, i know..
We've had this happen on a couple hosts now. Only way to resolve seams
to be rebooting the host. I'm going to