similar to: Proposal for Xen HVM example configuration

Displaying 20 results from an estimated 200 matches similar to: "Proposal for Xen HVM example configuration"

2009 Mar 26
1
AW: VCPU amount
Hi, I don''t want to hijack this thread. But as I lately posted a question which mainly was about weight and cap and this fits in perfectly (and also you seem to be an expert here), I repeat it below. In the meantime I saw an academic article Ludmilla Cherkasova et al. from which I understood that you have to careful that a Dom0 doesn''t get too much weight, as otherwise
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch # User Lutz.Dube # Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850 # Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c Values of cpu_weight and cpu_cap are lost after xend restart For managed domains in state ''halted'' I always get default values for cpu_cap / cpu_weight after xend restart. This is because the names of parameters differ between a SXP file to
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
Currently with the credit scheduler, cpu_weight cannot be assigned to guest domains at boot time.(it can be set with xm sched-weight after booting) This patch allows CPU weight, and CAP to be set by the Xen configuration files. Specification: The following can be added to the Xen configuration files. 1.CPU WEIGHT [OPTIONAL] cpu_weight = cpu weight value -sets the cpu time ratio to be
2007 Oct 08
1
suspect cpu utilization level
Hi all, I''ve a linux dom0, a dom1 winxp sp2 (WinXP) and another winxp sp2 with 2 vcpu (WinXP_02) Dom2 uses all the dom0 idle: I mean this vm uses too much resources, it seems something wrong in configuration. This is strange because the other win xp uses very few resources I''ll attach some useful output.. Suggestions? (domain (domid 4) (on_crash restart) (uuid
2006 Dec 19
0
[PATCH][Bug 835] Fix the "cpu_weight" and "cpu_cap" parsing issue
Hi, This patch fixes the Bug:835 issue. # xm create /home/kanno/smp-domU.conf cpu_weight=512 cpu_cap=150 Using config file "/home/kanno/smp-domU.conf". Started domain vm1-smp # xm sched-credit -d vm1-smp {''cap'': 150, ''weight'': 512} Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
This patch modifies the physinfo hcall to export NUMA CPU and Memory topology information. The new physinfo hcall is integrated into libxc and xend (xm info specifically). Included in this patch is a minor tweak to xm-test''s xm info testcase. The new fields in xm info are: nr_nodes : 4 mem_chunks : node0:0x0000000000000000-0x0000000190000000
2010 Aug 13
3
Guest CentOS statistic
Hi. I has xen virtual machine in paravirtualisation. Host and guest sysstems are CentOS. When I use top in guest machine I see, that system use 20% resourses. But in host machine I see, that machine use 50% resourses. In config machine has 5 processors, and has cpu_cap 352. Processor is 2266MHz. Therefor for statistic in guest machine it use ~ 2266 MHz(1 processor), and for Xen hypervisor - 4000
2008 Aug 29
0
RE: VT-d "partial" success - passing DVB-S tuner to Windows DomU (based off previous thread of similar name!)Link to this message
Daniel, I don''t know if you found a solution to your problem, I''m currently passing a DVB-S card through to my XPSP3 DomU with Mediaportal as the streaming app. Anyhow, I was having performance issues with my mpeg2 streams as well. I ended up doing the following on my Q6600: xm vcpu-set Domain-0 3 xm sched-credit -d DomU -w 2048 With the Dom0 pinned to 3 cpus, and my DomU on
2006 Jul 14
0
Credit scheduler documentation
Hi everyone, I''ve created a new Wiki page [1] to document my understanding of the credit scheduler as I try to figure out the code. Please feel free to add/correct! [1] <http://wiki.xensource.com/xenwiki/CreditScheduler> Thanks, Diwaker -- Web/Blog/Gallery: http://floatingsun.net/blog _______________________________________________ Xen-devel mailing list
2014 Sep 27
5
Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
Package: xen-utils-common Version: 4.4.0-5 Severity: important Tags: patch Hello, xen-init-list fails to parse output of xen list -l when using XM toolstack. Therefore, /etc/init.d/xendomains stop fails to shutdown any guests still running on shutdown. xen-init-list fails with the following message: /usr/lib/xen-common/bin/xen-init-list Traceback (most recent call last): File
2007 Sep 06
4
Ghost domain ???
Hi, I''m running Xen 3.0.4 with suse (kernel 2.6.16.46-0.12-xen). I''ve a problem with a "ghost" (paravirt) domain that appear in the output of xm list. As an example: # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 1024 4 r----- 29.0 vm-xyz
2005 Oct 24
2
dump-file per source per mount
Hi, First of all, thank you for having made wonderful software! I organise http://www.tpolm.com/ Lazy Sunday Radio and we are totally icecast2 based, use streamTranscoder to convert the various global ogg sources to mp3, we have fall back streams (currently playing) and all that. A really nice setup, thanks to you :) I would like to request a feature for dump-file to be able to dump each source
2009 Apr 23
2
Two 3D cones in one graph
Dear R-users: The following code produces two cones in two panels. What I would like to have is to have them in one, and to meet in the origin. Does anyone have any good ideas how to do this? Thanks for your help Jaakko library(lattice) A<-matrix(ncol=2, nrow=64) for(i in 0:63) { A[i+1,1]<-sin(i/10) A[i+1,2]<-cos(i/10) }
2005 Oct 24
1
dump-file per source per mount
Hi ! Maybe you could find something with this line in the <mount> section of the icecast.xml file: <dump-file>/tmp/dump-example1.ogg</dump-file> But I prefer to use streamripper which can do this easily on a client side: http://streamripper.sourceforge.net/ http://packages.debian.org/unstable/sound/streamripper yomguy Stefan de Konink wrote: > On Mon, 24 Oct 2005, Jaakko
2012 Mar 07
2
PV DomU stopped responding, won't boot, stuck in paused state
Yesterday, I had a PV OpenSolaris DomU stop responding. I looked on my xen machine and it was in a paused state. I ended up destroying it and then doing xm create to bring it back up. It won''t boot, and I think PyGrub is hanging. Not sure how to resolve this, there aren''t any errors being presented in xen/xm itself. If I try ''xm create config.conf'' it just
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
Once Xen calculates nr_nodes properly, all nr_cpu calculations based on nr_nodes * sockets_per_node * cores_per_socket * threads_per_core are broken. The easy fix is to replace those calculations with a new field, nr_cpus in physinfo which is calculated by num_online_cpus(). This patch does so and attempts to change all users over to nr_cpus field in physinfo. This patch touches
2008 Sep 30
1
DTrace MFC broke kldstat(2) on RELENG_7
Hi, I recently noticed that kldstat(8) started to dump core for me on RELENG_7. I traced the problem down to kldstat(2). r182231 (DTrace MFC) introduced a new version of kld_file_stat struct and added some code to support the old version of the structure in kldstat(). In the new code the old structure is known as kld_file_stat_1. Unfortunately there's a bug in this code: kldstat() copies
2001 Mar 07
2
Illustrator 7.0 worked . . . once?
Hi, The first time I tried to run Adobe Illustrator 7 under wine it worked fine (other than it wouldn't open or save any files). Now, it gives me an error message: "Unable to find AIRes.dll. Please reinstall application." The file AIRes.dll is right where it's supposed to be. Any ideas? My system: RedHat 7, (sorry, I don't know which version of wine -- probably the one
2002 Nov 12
0
Re: net ads join blows
hi, you cannot use the root-principal unless it has administrative privileges, this works for me: kdestroy kinit administrator@YOURREALM net ads join bye, guenther On Thu, Nov 07, 2002 at 08:48:44PM +0200, Jaakko Niemi wrote: > > Starting program: /usr/bin/net ads join > root password: > net: /home/liiwi/cvs-foo/openldap-2.1.8/libraries/libldap/getvalues.c:97:
2001 Jul 02
1
AW: OT: PNG and Image compression thread
> > Actually, PNG supports bigger paletted images then that.. Of at > > least 4096 colors, probably more. That is, 4096 Colors out of possible 2^48... > If PNG supports 48 bit color, then that's actually... hm, > 2^48 = 281474976710656 colors. 4096 colors would be only 12 bits. Do you know about the difference between indexed color and 'true color'? ;P