similar to: 4 vcpu for windows domu

Displaying 20 results from an estimated 11000 matches similar to: "4 vcpu for windows domu"

2008 Mar 11
2
xen configuration variables
Hi Is there any link from where i can get complete information about the variables used in xen domu configuration in details like hvm, pae, acpi, apic, device_model etc and when to use which variable thansk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 25
4
cpu does not support long mode. use 32 bit distribution.
hi all i am trying to boot from rhel5.1 x86_64 image. with the following configuration kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 3048 name = "rhel51" vcpus=1 cpus = "" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''phy:/dev/cciss/c0d0p7,ioemu:hda,w'',
2009 Nov 16
5
how to mount domU images on dom0
how to mount the domU images on dom0 to chroot them mount it on the dom0 and chroot to it. I am getting an error xen console mydomU _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jan 23
2
extend hdd in domU
Hi Alli need some information about how i can extend the HDD in domU. I am a domU having 10GB of disk assigned to it now which is running out of space. is there a way i can assign a other 10GB space to the system in such a way that it appears as a single HDD of 20GB without loss of data. Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
Hi, I''m trying to use a Gentoo whit Xem 4.0, but I try: xm create windows2008r2.hvm I get the error: Error: coercing to Unicode: need string or buffer, NoneType found. Does anybody knows how to solve that? windows2008r2.hvm: kernel = "hvmloader" builder=''hvm'' memory = 512 name = "Windows2008R2" vcpus=2 acpi=1 apic=1 disk = [
2010 May 19
2
xenbr0
How to check which all network card are part of xenbr0 and what way i can add additional nic on the fly in the xenbr0 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Oct 06
3
xen kernel smp; but only one cpu
Hi Booting my Xen Dom0 on Debian Etch (Kernel is the prebuild one from bits.xensource.com), I found that only one cpu core (of two: dual core) is recognized by the (dom0-)Kernel. Googling this issue, I found on xen-devel-list that xen kernel is named smp but isn''t really doing so. Is there any (prebuild) kernel that I can use for smp? Thanks Gregor Reich
2007 Oct 31
2
domu state: broken
I have yet been able to have a correctly working domu state working without being in a broken state. I can do everything regarding networks and have check all the appropriate logs but I still can not debug or find out what could be causing the broken state. Are there proper places one can look? # xm list Name ID Mem VCPUs State Time(s) Domain-0
2006 May 30
6
[PATCH][HVMLOADER][DISCUSS] 8 way default rombios
Attached simple patch modifies the rombios and hvmloader Makefiles to default to an 8-way bochs bios for the hvmloader. Is there a reason to not define the mp config table by default for >1 processors (8), in the repository? Seems like using the hvm guest config file can the methodolody to describe a UP guest regardless of the mptables. Defaulting the rombios to MP would allow users to
2008 Mar 31
1
multiple cd''s for guest os
hi can you let me know how to change the cd of guest os on the fly. i am having a redhat running as guest os as guest where i want to install a package what comes in 3 cd''s can anyone help me what should be done in configuration file or somewhere where i can switch between multiple cd''s/dvd''s . thanks _______________________________________________ Xen-users mailing
2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
We need to look at how to support this on ia64, so how about making this an architecture dependent feature for now? Not sure what powerpc needs here, so I''m just lumping it into the old way bucket. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@hp.com> --- diff -r 3ac19fda0bc2 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py
2016 Jan 28
1
[cfe-dev] Adding sanity to the Atomics implementation
On Thu, Jan 28, 2016 at 08:32:31AM -0800, Reid Kleckner via llvm-dev wrote: > I think Clang should continue to duplicate this information, the same way > we duplicate target datalayout strings. Other than that, sure, we can let > LLVM expand IR operations to libcalls. I don't immediately see a problem > with that. Note that a libcall doesn't necessarily mean using locks. With
2010 May 21
5
[XCP] weight/cap VCPU-params ignores during migration
Good day. I found that XCP ignores VCPU-params (weight and cap) after VM live migration, as well, as those parameters ignored if changed on running VM. May I as someone with xcp cloud nearly check this bug? Thank you. -- wBR,George. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Dec 14
0
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
On Mon, Dec 11, 2017 at 4:52 PM, Adi Pircalabu <adi at ddns.com.au> wrote: > Has anyone seen this recently? I couldn't replicate it on: > - CentOS 6 running kernel-2.6.32-696.16.1.el6.x86_64, > kernel-lt-4.4.105-1.el6.elrepo.x86_64 > - CentOS 7 running 4.9.67-1.el7.centos.x86_64 > > But I can replicate it consistently running "xl -v vcpu-set <domU>
2012 Feb 06
0
[LLVMdev] misc questions on opt and bitcode
On Feb 5, 2012, at 11:32 AM, Arpan Sen wrote: > For the very simple example below, I get Unknown instruction error from lli and llvm-dis, while llc does not print anything. Not sure what is that I am missing here. My llvm-gcc version is i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) > 1-39-155-188:pastebin Babai$ llvm-gcc example.c
2006 Jan 29
4
ruby can''t open library: /Library/MySQL/lib/mysql/libmysqlcl
When I try to start a Rails app, I get the following error: ruby can''t open library: /Library/MySQL/lib/mysql/libmysqlclient.12.dylib I''m on OS X and was previously using Complete MySQL. Recently, I upgraded to MySQL 4.1 using the regular MySQL installer. I think that this problem probably occurred after that upgrade, as I have not used Rails after upgrading (about a couple
2006 Mar 14
3
Lighttpd stops after serving 2 requests.
I made a clean install of my system yesterday, and installed ROR and related items using the script from nubyonrails. Now whenever I start the server, it stops after a couple requests. If I force it to start using webbrick, it works OK. I even created a fresh rails app to test it and I continue to get the same problem, so the problem is definitely not in the code. Does anyone know what the
2009 Feb 09
3
hotplug vcpu problem to Centos 5.2 DomU
My dom0 is uing Centos 5.2 x64. I have just upgraded Xen from 3.3.0 to 3.3.1. After upgraded, I find that I cannot hotplug additional vcpu anymore. I have a domU "linux1" which is a paravirtualized vm with centos 5.2. I try to "xm vcpu-set linux1 4", it does not have any error message, but those vcpu cannot be displayed. I also tried to add vcpu using "virsh setvcpus
2017 Dec 19
0
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
On 12/19/2017 09:12 AM, Johnny Hughes wrote: > There are a couple of xen updates in the 4.9.66 and 4.9.68 kernels: > > https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.66 > https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.68 > > Let me build a newer Dom0 kernel and see if that helps. > > Thanks, > Johnny Hughes > > OK .. I have built and
2006 Sep 03
7
using polymorphic associations with acts_as_list
This is what I have class Photo < ActiveRecord::Base belongs_to :image, :polymorphic => true acts_as_list :scope => image end class Place < ActiveRecord::Base has_many :photos, :as => :image end class Child < ActiveRecord::Base has_many :photos, :as => :image end I want to be able to reorder the images. What I need is for the position of the photos to be set