search for: xenvm

Displaying 15 results from an estimated 15 matches for "xenvm".

Did you mean: xenpm
2012 Sep 20
1
[PATCH v2] arm: introduce a DTS for Xen unprivileged virtual machines
Given that the xenvm machine is based on vexpress but with an extremely limited selection of peripherals (the guest is supposed to use virtual devices instead), add "xen,xenvm" to the list of compatible machines in mach-vexpress. Changes in v2: - remove include skeleton; - use #address-cells = <2> an...
2009 Jun 02
1
XenClient:How to install VM
...M. Please teach the example of the operation and config file. (Especially, configuration file of method of displaying screen.) thanks. ========================================= [My Executed History] (1) I made a config file for VM(Windows XP:below). (2) I executed the following commands. # xenvm winxp.conf ----------------<winxp.conf>--------------- uuid = 00000000-0000-0000-0000-000000000002 hvm = true memory = 512 disk = /root/xp.img:file:hda:w:disk disk = /dev/sr0:phy:hdd:r:cdrom boot = dc pae = false acpi = false apic = false ------------------------------------------- (I referr...
2011 Apr 25
1
xenserver and xenvm connectivity issue
...ystem. and through xencenter I have connected citrix xenserver and created vm (centos 5.5 32 bit), Installed Xen-tools in centos. My xenserver and xen vm ip details are below Xenserver Ip address - 192.168.1.5 Netmask - 255.255.255.0 Gateway - 192.168.1.1 which is my xencenter installed system. Xenvm (centos 5.5) Ip address - 192.168.1.10 Netmask - 255.255.255.0 Gateway - 192.168.1.5 (Xenserver ip) I am having issue, I am not able to ping or ssh to xenserver (192.168.1.5) or xencenter system (192.168.1.1) from xenvm (192.168.1.10) or viceversa. Kindly provide me step which will resolve this i...
2010 Sep 12
2
No live migration for xen virtual machines any more
Hi folks, I have upgraded my CentOS RHCS cluster hosts to the recent packages, and now live migration of the xen virtual machines does not work any more: [root at node ~]# clusvcadm -M vm:XenVM -m othernode Trying to migrate vm:XenVM to othernode...Invalid operation for resource I have googled the net but found no recent entries for that problem, just older posts. Has anyone had the same problem recently? If yes: is there any workaround? Any hint or help is appreciated. Dirk
2007 Feb 27
3
freebsd domu 14, bad address
...'], [''memory'', 512], [''vcpus'', 1], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''image'', [''linux'', [''kernel'', ''/xenvm/fbsd/freebsd-XENU_INSTALL''], [''args'', ''boot_verbose,boot_single,vfs.root.mountfrom=ufs:/dev/md0,kern.hz=100'']]], [''device'', [''vbd'', [''uname'', ''file:/xenvm/fbsd/freebsd_xen_INSTALL.img'...
2011 Apr 25
0
Need Help with Fence_xvm
...ean_start="0" post_fail_delay="10" post_join_delay="600"/> <clusternodes> <clusternode name="mx3.enflyer.com" nodeid="1" votes="1"> <fence> <method name="1"> <device domain="---- name="xenvm"/> </method> </fence> </clusternode> <clusternode name="mx5.enflyer.com" nodeid="2" votes="1"> <fence> <method name="1"> <device domain="-----m" name="xenvm"/> </method> <...
2011 Jun 29
1
no Disk drive detected when provisioning new vms or after restarting a vm
...s ==================== kernel = ''/xenkernels/vmlinuz-debian-squeeze-386'' ramdisk = ''/xenkernels/initrd-debian-squeeze-386.gz'' vcpus = ''1'' memory = ''256'' disk = [ ''phy:/dev/xenvms/Jason283-disk,xvda,w'', ] name = ''Jason283'' vif = [ ''ip=XXXXXX,mac=00:16:3E:ED:CE:2C,vifname=Jason283'' ] on_poweroff = ''destroy'' on_reboot = ''destroy'' on_crash = ''destroy...
2009 Nov 09
6
[ANNOUNCE] libxenlight
...has been tested only on Linux but we would like to make it work on other systems as well. To aid development and testing we have created a small command line utility called "xl" that invokes the API. We believe there is significant value in having all the various tool stacks (xend, xapi, xenvm, libvirt etc) use a common lower-layer, and so hope developers will embrace this project, contribute to it, and move their favoured stack over to using it. Cheers, Stefano Stabellini _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists....
2008 Apr 30
1
determining correct size for LV copy operations
...I want to copy an LV from one machine to another. I dd the LV to a file on the other machine, then dd the file to the new LV. That fails, because a few MB are missing. source: LV Name /dev/VolGroup01/LogVol01 LV Size 4.62 GB target: LV Name /dev/xenvm/lvmtest1 LV Size 4.62 GB Both were created with lvcreate -L 4.62GB, but there's obviously a small rounding or whatever difference. The size of the physical extents seems to be different. I can determine the size of the output file -rw-r--r-- 1 root root 4966055936 Apr 30 2...
2009 Aug 06
18
XCI: can we get to the demo state?
Hello XCI developers, I have a HP6930, downloaded xenclient from the git. And by following the instruction in HOWTO, I could get xenclient boot up fine. I try then to start a guest using xenvm.readme as template and nothing shows on the screen for the guest, although xenops shows 2 doms running. Can you point me to how to start a guest. And also, is the tree downloaded from git enough to arrive to what was shown in the demo video: http://www.citrix.com/tv/#video/423 Thank you. Phung-...
2013 Oct 22
5
Arndale: domU not booting
...ID Mem VCPUs State Time(s)// //Domain-0 0 128 2 r----- 309.8/ Then I tried to create the VM described in the wiki, but to no avail. I copied all the necessary files, concatenated the domU kernel with the xenvm dtb, but in the end I get the following output: / //root@arndale:~# xl create -c vmDescriptor.cfg // //Parsing config from vmDescriptor.cfg// ///etc/xen/scripts/block: line 3: dirname: command not found// ///etc/xen/scripts/block: line 4: /block-common.sh: No such file or directory// ///etc/xen/sc...
2010 Aug 21
6
oxenstored in stubdom ?
Hi, recently on irc channel (##xen) was some "discussion" about xen vs kvm... There was idea that it would be nice if domUs could survive dom0 restart, but this needs, for example, to have xenstored running in separate domain. In 2009 Alex Zeffertt posted some patches (http://lists.xensource.com/archives/html/xen-devel/2009-04/msg00696.html) to add this functionallity, but they
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments. The main change is to expose the guest virtual platform (e.g. memory layout and interrupt usage etc) to the toolstack via the public interface. This is then used during FDT generation. I have just codified the current defacto standard layout, it''s probably not the best layout but any change can be a separate patch/series.
2013 Sep 28
17
Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
...after executing "xl list", or "xl create domU-config". I don''t know why? Is there something wrong with my xen-tools? Or my dom0/domU kernel? I use linux kernel for domU as the same for dom0, but with the following instruction: cat arch/arm/boot/zImage arch/arm/boot/dts/xenvm-4.2.dtb > /mnt/root/image ---------------------------------------------------------------------------------------------------------------- There are some information with dom0: root@(none):/home/xiaogw# ps -A |grep xen 10 ? 00:00:00 xenwatch 11 ? 00:00:00 xenbus root@(none)...
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices instead of /xen at Stefano''s request. I also dropped the few patches title HACK etc which weren''t supposed to be there and fixed up some bits and pieces which folks commented on. George, WRT the freeze I think this is functionality which we cannot ship Xen 4.4 without. The impact is entirely constrained to the