similar to: Tool to generate a domu.sxp from a running DomU

Displaying 20 results from an estimated 10000 matches similar to: "Tool to generate a domu.sxp from a running DomU"

2009 Mar 13
0
xm list --long and SXP
xm list --long says it outputs the server details in SXP, what is SXP, i want to parse this output using perl. ~Shaun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Aug 11
0
migrating from old config file format to sxp
Hi folks, is there a tool to convert a vm''s classic config file to sxp? I tried "xm create OLDCONF -n" and pasted the output in a config file at /var/lib/xend/domains/SOMEFOLDER/config.sxp, but that did not make virsh recognize the vm at all (although I restrarted xend, which helps for example after virt-clone). I am trying this on Xen4 using Debian6. Dirk
2006 Aug 10
3
Bug: xend-relocation-hosts-allow in xend-config.sxp
Comparing my last know working configuration with the current one, it appears to be gagging on the new localhost\.localdomain that is in the configuration file. I don''t know if this got added by my machine when compiling. diff -ur xen-3.0-testing.hg/install/etc/xen/xend-config.sxp xen-unstable.hg/install/etc/xen/xend-config.sxp --- xen-3.0-testing.hg/install/etc/xen/xend-config.sxp
2007 Jan 15
0
Bug#406952: xend-config.sxp: Error in default configuration
Package: xen-utils-common Version: 3.0.3-0-2 Error message: # xm create test.cfg -c Error: Device 0 (vif) could not be connected. Backend device not found. /etc/xen/xend-config.sxp contains an error in its default configuration. Line 87 should read: (network-script network-bridge) Not: (network-script network-dummy)
2007 Mar 27
0
[PATCH] [Bug 936] Fix "cpus" in config.sxp
Hi, I fixed the Xen bugzilla 936. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=936 Currently, "cpus" output to config.sxp is the following form. Therefore _parse_sxp() cannot convert ''[1'' to integer. e.g. (cpus ''[1, 2]'') --- string This patch changes output form of "cpus". The form is as follows. e.g. (cpus (1 2))
2014 Dec 02
1
missing xend-config.sxp
Hi! New installation (debian jessie) -> missing of /etc/xen/xend-config.sxp file. Package: xen-utils-common (4.4.1-3) -- (O__ ------------------------------------------------------ //\ / Varosi Csokonai Konyvtar // ) | Tel.: 59/503-152 V__/_ szistvan at tux.hu \ szistvan at mail.vcsk.hu
2006 May 09
0
xend-config.sxp implications with changes to network-bridge
With the change to network-bridge in changeset 9955, would it also be good to change xend-config.sxp to use: # (network-script ''network-bridge vifnum=1'') rather than # (network-script ''network-bridge netdev=eth1'') Should there also be more explanatory text? Thanks, Kirk _______________________________________________ Xen-devel mailing list
2008 Apr 21
1
Bug#477237: xen-utils-common: typo in /etc/xen/xend-config.sxp for xmlrpc configuration
Package: xen-utils-common Version: 3.2.0-1~bpo4+1 Severity: minor I use the version from backports, but it's still present in sid. In /etc/xen/xend-config-sxp : #(xen-tcp-xmlrpc-server-address 'localhost') #(xen-tcp-xmlrpc-server-port 8006) should be #(xend-tcp-xmlrpc-server-address 'localhost') #(xend-tcp-xmlrpc-server-port 8006) Small typo in a commented line, but
2013 Jul 04
2
[PATCH] [Backport 4.2.x] Fix issue with 'xl list -l' showing domids as -1 when using SXP
During investigation of other issues, it came to light that in at least 4.2.2, "xl list -l" displays domain ids as -1 when using SXP, irrespective of actual value. Ian C identified that this issue was likely fixed in the upcoming 4.3 release but the commit responsible for the fix (a73a7a0c647a9a5e30d8bc473c0a1e8648817183) was not likely a candidate for backporting in its entirety.
2010 Feb 17
9
Non-XCP/XenServer frontend or management console
Hi all. Obviously there''s been a lot of talk lately about frontends or management consoles for xen. All, or most, seem to be for XCP or XenServer. Is there anything for a group of standalone servers sharing storage? In my case it''s SLES11 with xen 3.4.1. I would love to have a frontend for seeing status, starting, and stopping domains. Provisioning new domains would be an
2012 Jul 29
0
Bug#683170: Xend causing high CPU load - starting domU failing
Package: xen-utils-4.0 Version: 4.0.1-5.2 After clean upgrade from Lenny I got xend highly use CPU resources causing domU don't being created - due to timeouts for vifs and vbds (mostly CPU Steal Time was increasing - no iowaits). Tried Xen boot options acpi=noirq|ht without success. Option acpi=off solved that issue, but performance of the server was horrible. The final workaround was to
2010 May 05
2
domU shutdown when dom0 shutsdown/reboots
Hi, I''m having some issues with having my domUs shutdown gracefully when my dom0 reboots. Heres my config.sxp. --- snippet --- (actions_after_crash restart) (actions_after_shutdown preserve) (auto_power_on False) (actions_after_reboot restart) (on_crash restart) (on_poweroff destroy) (on_reboot restart) (on_xend_start start) (on_xend_stop shutdown) ___________ When I reboot my
2010 Jan 29
6
2.6.31.10 and bnx2
Hi, i test a xen-patched kernel 2.6.31.10 (kernel from kernel.org with the suse patches) on a system with a boradcom net extreme II (5709) nic using the module bnx2. The nic does not run with this kernel. I get: bnx2 0000:01:00.0: map irq failed Any experiences? Best Regards - Michael Schmidt _______________________________________________ Xen-users mailing list
2006 Dec 04
9
Xen3 on Etch - Rebooting when 2nd DomU started
Hi All, Fairly new to Debian and Xen but I have a box running with lots of DomUs under Xen2 and it is fine. I have setup a new IBM eServer P4 and loaded Etch and loaded Xen3. It runs up my first DomU beautifully but when I start my second DomU it crashes the PC and reboots. If I comment out the line in /etc/xen/xend-config.sxp (network-script network-bridge) It will run 2 DomUs Have I run
2005 Aug 23
2
Using modem in DomU
hi, i red several mails, but didn''t found a real solution. I want to install hylafax in DomU and i need access to /dev/ttyS1. I hide com2 in grub: title Xen 2.0 / XenLinux 2.6.11 kernel /boot/xen.gz dom0_mem=64000 physdev_dom0_hide=''(00:2f.8)'' max_loop=32 module /boot/xen-linux-2.6.11.12-xen0.xen.kernel root=/dev/hda2 ro i used the entries from dmesg: Serial:
2008 May 22
1
Preferred DomU creation method
All, Is there a preferred method for creating a domain today; in other words, virt-install, xm create, etc.? I have one machine that the domains were created by another admin using xm create, and I /do/ like the config options for autostarting, etc. For some reason, I used virt-install on the current machine, and ended up with domains named and placed in
2009 Jun 29
0
DomUs don''t shutdown with cpu-pinning configured
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, since pinning the cpu cores to Dom0 and the DomUs the shutdown of the VMs doesn''t work anymore. When shutting down or rebooting a DomU the DomU just freezes after the shutdown process but won''t reboot or stop the DomU. The shutdown itself seems to be complete though. We can reproduce this problem on 4 different servers.
2009 Dec 10
0
Keymap definitions via virsh XML definition?
Hi, up to this point, I had never bothered about local keymap settings for my domUs because I only ever used RDP to access windows domains and serial for solaris/linux, but today I really needed to use the VNC console with a german keyboard layout. This is still on snv_111 I had tried setting <graphics type=''vnc'' port=''5900''
2008 May 09
1
no network to DomU in Ubuntu Hardy
Hi, I just installed Xen in Ubuntu Hardy. DomU is not accessible either from Dom0 or external network. I used default set up network-bridge/vif-bridge from xend-conf.sxp. Bridge has got default name eth1 which is my default ethernet interface. Before creating DomU: root@jaguar-0:/home/longina# xm list Name ID Mem VCPUs State Time(s) Domain-0
2011 Nov 13
0
Bug#648670: xm was unable determine an actual domU state under some conditions
Package: xen-utils-4.1 Version: 4.1.1-3 I have an HVM domU which was created with xen-utils-4.0 (and Xen 4.0 hypervisor of course). Recently I've upgraded to Xen 4.1 and xen-utils-4.1, but after a reboot I was unable to do anything with it: "xm start" caused "Domain is already running" error, while "xm shutdown" simply hadn't printed any error messages, only