similar to: live migration in between different CPU families

Displaying 20 results from an estimated 4000 matches similar to: "live migration in between different CPU families"

2010 Dec 02
3
Performance testing tools for Windows guests
Hi all, could you please point me to performance testing tools for Windows guests, mainly to see what their performance is for local storage. thx! B. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 May 30
1
Problems with power management
I do not seem to be able to get any where with the power management functions. I have had a look at the xenpm Wiki page, but it hasn''t helped. Its probably something completely obvious, but I can''t see it. I running Xen 3.4.0 on Centos 5.3 x86_64 using the gitco RPMs on an Intel S5000PSL motherboard with 2 x Xeon 5410s. Dom0 is running the latest Centos 5.3 kernel. My xm
2012 May 07
6
using Wifi smartphones as SIP clients
All, has anyone any experience in using Wifi smartphones as SIP clients? Does this work properly? What models/brands are optimal for this (in terms of ease of use, battery life etc)? Thx!! B.
2002 Sep 13
4
logging on client side on NT
Hi, I would like to log whatever happens with rsync on client side when it runs with Cygwin on NT4. First, I just did a redirect of the screen output to a log-file: rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/ bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log The problem with this method is that it does not redirect whatever Rsync reports as errors; because they
2012 Mar 05
12
Cluster xen
Bonjour, J''aimerai mettre en place un cluster sous Xen ou XenServer avec 2 serveurs dell R 710. J''aimerai pouvoir monter un cluster en utilisant l''espace disque entiere des 2 serveurs cumulés ainsi que la mémoire Quelles sont vos retour d''expériences et vos configurations? Merci d''avance Cordialement Mat
2010 Oct 21
6
About acessing Virtual manchine with realVNC
To anybody who can help me I want to acess the VM(Virtual manchine ) in IE brower, the URL is http://localhost:5831 。31 is the vnc display of the VM. I failed to acess the VM , but I can acess the dom0 in the IE brower. How could I acess the VM domU in the IE brower ? Could the VM be acessed through IE Brower? Thanks PS: Xen 3.0 _______________________________________________ Xen-users
2012 Jan 05
1
Dell Latitude E5410 doesn't boot my USB thumbnail
Hi there, I have a 512MB USB thumbnail which I used syslinux to create a bootable USB disk. It works fine with my old laptop and a few other computers. However, on my Dell Latitude E5410, it doesn't really work; when the Dell laptop boots, I pressed F9 to see the boot devices list and the thumbnail is not on the list. Some hints please? x -- [?] Please notice that v9 at dr.com is no
2010 Nov 08
6
XEN large scale cluster
Dear All, We are preparing amount 400 servers to deploy a large scale XEN cluster; I am looking for the best solution for that, these are some things I need to resolve: 1) 400 servers use raid-1, each server will have more than 100GB free disk space, I want to combine all of these for the cluster''s storage, so, it need to install the distribute file system; 2) How to
2011 May 10
3
DRBD, Xen, HVM and live migration
Hi, I want to combine all the above mentioned technologies. The Linbit pages warn not to use the drbd: VBD with HVM DomUs. This page however: http://publications.jbfavre.org/virtualisation/cluster-xen-corosync-pacemaker-drbd-ocfs2.en (thank you Jean), simply puts two DRBD devices in dual primary mode and starts Xen DomUs while pointing to the DRBD devices with phy: in the DomU config files.
2008 Jul 25
2
Problemes about Windows virtualization (memory, CPU)
Hello, I have some questions about Windows virtuzalisation on XEN. I currently ran some test on Windows'' VM (Server 2003 mostly) for my job. But I can''t make some of my expectations which could be useful for my prod environment. Here are my questions: - Is it possible to have more than 2048Mo of memory per Windows VM with a 32bits CPU ? - Is it possible to have multiple CPU
2011 Jan 19
8
Xen on two node DRBD cluster with Pacemaker
Hi all, could somebody point me to what is considered a sound way to offer Xen guests on a two node DRBD cluster in combination with Pacemaker? I prefer block devices over images for the DomU''s. I understand that for live migration DRBD 8.3 is needed, but I''m not sure as to what kind of resource agents/technologies are advised (LVM,cLVM, ...) and what kind of DRBD config
2010 Jul 03
16
ionice
Hi Everyone, I''m experimenting with ionice, and I have to say at first impressions I''m very impressed! Does anyone have any idea how I could script the ionice config? I''m using phy for my DomUs so everything appears in ps as blkback.<DOMID>.xvda1 The problem is, is that the process id for the blkback process will change after every DomU restart,
2011 Aug 02
3
CPU Model detection with virsh capabilities
Hello everybody, I am a new user discovering libvirt with KVM software. During my first VM creation, I saw an issue with virsh that I can't understand. I wanted to emulate another CPU than the classical qemu32 using virsh. So I used the virsh capabilites command to detect how is detected my CPU host which is an Intel Xeon E5410 and my problem is that this CPU is detected only with the
2010 Jul 03
4
as promised description of my XEN HA setup
Hi all, In threads posted by I believe Jonathan Tripley I promised to post my new XEN HA setup. Hope it can be of some use to some people. In this particular case I''m forced to use SLES 10SP3 with XEN 3.2, which excludes the possibility of using things like cLVM (which I don''t think I need anyway). So: Storage: I use two HP ML370 G5 machines with DRBD and heartbeat on
2003 Jan 27
5
Securing Rsync
I have a rsync server set up on a win2k server and a win xp pro computer is my client. It's working very well doing the anonymous transfers. However, I've tried setting up a password file and not having any success. rsyncd.conf on my server: use chroot = false strict modes = false hosts allow = * [serverbu] auth users = user path = c:/serverbu read only = no list = no secrets file =
2010 May 31
9
VT-x not found..
Hi Everyone, I upgraded my CentOS 5.5 to Xen 3.4.2 using this guide: http://www.syntaxtechnology.com/2010/01/upgrade-xen-3-0-on-centos-5-4-x86_64-to-xen-3-4-2/ Now, using the new kernel that it gave me, the system doesn''t seem to be able to detect vt-x.. In virt-manager, Local Install Media and Network Boot are greyed out.. Any ideas? Thanks
2002 Sep 11
2
limit of 256 characters in pathname
Hi, We use rsync on NT (server and client) and we get errors on filenames with a path that has in total more than 256 characters. This seems to be caused by a limit in rsync, not in NT. Is there a way to break this limit withuo having to manually shorten all this filenames? Thx already! Rgds, Bart Coninckx Network Administrator CNE, ASE ************************************* Watco ICT Services
2012 May 09
5
Belgian BRI (euroisdn): what to use for a B410P
Hi, I'm experiencing difficulties to get a B410P running with Asterisk 10.3.1 and DAHDI 2.6.1. Am I supposed to use DAHDI for this card and ISDN BRI for my country (Belgium)? thx, BC
2003 Mar 12
1
rsync reference case
Dear all, I would like to propose rysnc feature to our customer. Do you have any reference case from other company that there is using rsync in the production server? regards, Simon _________________________________________________________ §ÚªºÅº¶Æ(®e¯ª¨à)¡A¥ª¾F¥k¨½(§õ§J¶Ô)¡A§A³Ì¬õ(Twins)... ¹L¤d­º¤â¾÷¹aÁn ÂIRing³£±o http://ringtone.yahoo.com.hk
2003 Mar 20
1
Offsite server replication solution via Internet
Hi Some of our smaller Central London clients (5 to 25 terminals), who use the NetWare & GroupWise software from Novell Small Business Suite 6, are becoming increasingly concerned about the possibility of their offices becoming inaccessible for a prolonged period in the event of a terrorist attack. We've been asked to provide a low cost solution consisting of replicated offsite servers to