search for: on_xend_stop

Displaying 20 results from an estimated 111 matches for "on_xend_stop".

2007 Dec 04
0
[PATCH] Fix help message of on_xend_stop
...s/python/xen/xm/create.py Tue Dec 04 13:42:20 2007 +0900 @@ -514,7 +514,7 @@ gopts.var(''on_xend_start'', val=''ignore|s fn=set_value, default=''ignore'', use=''Action to perform when xend starts'') -gopts.var(''on_xend_stop'', val=''continue|shutdown|suspend'', +gopts.var(''on_xend_stop'', val=''ignore|shutdown|suspend'', fn=set_value, default="ignore", use="""Behaviour when Xend stops: - ignore: D...
2010 Feb 25
2
restarting xend
Hi, I''ve just made changes on xend config xend-config.sxp file, but I''m not sure if restarting xend daemon also restart domUs? Thoughts? thanks in advance. -- Regards; Israel Garcia _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
...ive. #cat vm1.conf kernel = "/boot/vmlinuz-2.6.18-xen" ramdisk = "/boot/initrd-2.6.18-xenU.img" memory = "128" ~~~~ name = "vm1" disk = [ ''file:/xen/vm1.img,sda1,w'' ] vif = [ '''' ] root = "/dev/sda1 ro" on_xend_stop = "suspend" extra = "3 xencons=tty" access_control = [''policy=example.client_v1,label=dom_HomeBanking''] #cat vm4.conf kernel = "/boot/vmlinuz-2.6.18-xen" ramdisk = "/boot/initrd-2.6.18-xenU.img" memory = "128" ~~~~~ name...
2008 May 22
5
Configuring svc:/system/xvm/domains?
I''m running Xen on Nexenta Core, and I haven''t yet figured out how to control which DomU''s are started with svcadm enable svc:/system/xvm/domains:default. virsh doesn''t seem to be available with Nexenta Core, so I''d rather edit the configuration files by hand. However, I''ve found neither OpenSolaris or Nexenta documentation on how this is
2010 May 19
0
Hi - Regarding xend - xm create Error
..._id=None [''create'', ''osc.cfg''] Stop 1 None [''vm'', [''name'', ''osc''], [''memory'', 512], [''vcpus'', 1], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz-2.6.18.8-xen''], [''ramdisk'', ''/boot/initrd-2.6.18-xen.img''], [''ip'', ''138.15.164...
2009 May 14
2
should restarting xend restart all the domU''s?
I had an issue late yesterday where some windows domU''s were down. The person who "owns" those domUs let windows updates install and then restart, which they failed to restart. When I tried to manually restart them I was getting can''t allocate memory errors. In the past I''ve had can''t allocate memory errors when trying to bring up a new domU.
2007 Nov 24
3
Query About Domain Configuration for Xen on Solaris 11 Build snv_77 i86pc
...ainName> Start a Xend managed domain -p, --paused Do not unpause domain after starting it ----------------- Now how to make this guest domain active again. While reading through "xvm" man pages, I found that, we can set the following properties for the domain. 1) on_xend_stop=ignore 2) on_xend_start=start Que 1) How to set this properties for the domain, to make guest domain running when we reboot the host itself. The user manual of Xen 3.0 say, you can put the domain config file under /etc/xen/auto dir for automatic domain booting... But I dont see /etc/xen dir...
2011 Feb 05
2
Save and restore DomU (hvm) on Dom0 restart. CentOS 5.5 + Xen 3.4.3
...? In my /etc/sysconfi/xendomains it points to a save folder (which does not exist) My configuration files are located at /vm/cfg/vm-xxxx/vm-xxxx.xen   In my config file I have: on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' on_xend_stop = ''suspend'' on_xend_start = ''start'' But, after calling "shutdown -r now", the DomUs are turned off and do not start. My DomU''s are Windows 2003 Servers running in HVM virtualization. Alexander Zherdev azherdev@yahoo.com ____________________...
2012 Mar 21
0
Multiple "Domain-0" — slow libvirt
...w=10 11:38:14.782: debug : virEventCleanupTimeouts:495 : Cleanup 3 11:38:14.782: debug : virEventCleanupHandles:536 : Cleanupo 10 ... That''s my time spent. Now look at xenstored config (via script from http://wiki.xensource.com/xenwiki/XenStore) /vm/00000000-0000-0000-0000-000000000000/on_xend_stop=ignore /vm/00000000-0000-0000-0000-000000000000/shadow_memory=0 /vm/00000000-0000-0000-0000-000000000000/uuid=00000000-0000-0000-0000-000000000000 /vm/00000000-0000-0000-0000-000000000000/on_reboot=restart /vm/00000000-0000-0000-0000-000000000000/image/ostype=linux /vm/00000000-0000-0000-0000-00000...
2012 Mar 07
2
PV DomU stopped responding, won't boot, stuck in paused state
...(uuid blah) (bootloader_args -q) (vcpus 1) (name leela) (on_poweroff destroy) (on_reboot restart) (cpus (())) (description ) (bootloader /usr/bin/pygrub-4.1b) (maxmem 1024) (memory 1024) (shadow_memory 0) (features ) (on_xend_start ignore) (on_xend_stop ignore) (cpu_time 0.0) (online_vcpus 0) (image (linux (kernel ) (superpages 0) (tsc_mode 0) (videoram 4) (pci ()) (nomigrate 0) ) ) (status 1) (state --p---) (device (vif...
2011 Aug 17
3
Bug#638152: Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.
Package: xen-utils-4.0 Version: 4.0.1-2 Severity: normal This issue is similar to http://lists.alioth.debian.org/pipermail/pkg-xen-devel/2011-March/003217.html but since I was not able to find a bug report I'm reporting this now. Steps to reproduce: 1) cat << EOF > config name = 'squeeze64' vcpus = '4' memory = '512' disk = [
2016 Jun 22
4
Cannot allocate Memory
...to update the host to latest Xen 4.4 now hoping this is a old bug. Here's from xen logs [2016-06-22 09:13:50 1958] DEBUG (XendDomainInfo:105) XendDomainInfo.create(['vm', ['name', 'xxx'], ['memory', 2048], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus', 2], ['oos', 1], ['image', ['linux', ['kernel', '/kernels/vmlinux-2.6.18.8-4'], ['videoram', 4], ['args', 'root=/dev/xvda ro xencons=tty console=tty1 '], ['tsc_mode', 0], ['nomi...
2012 Mar 28
2
Bug#666135: Multiple "Domain-0", slow libvirt
...: Cleanup 3 11:38:14.782: debug : virEventCleanupHandles:536 : Cleanupo 10 ... At least 2 seconds spent here. And there is a missing domains somewhere in configs. Here they are (xenstored config via script from http://wiki.xensource.com/xenwiki/XenStore): /vm/00000000-0000-0000-0000-000000000000/on_xend_stop=ignore /vm/00000000-0000-0000-0000-000000000000/shadow_memory=0 /vm/00000000-0000-0000-0000-000000000000/uuid=00000000-0000-0000-0000-000000000000 /vm/00000000-0000-0000-0000-000000000000/on_reboot=restart /vm/00000000-0000-0000-0000-000000000000/image/ostype=linux /vm/00000000-0000-0000-0000-00000...
2009 Sep 30
5
Cant create new VM: Error -> ERROR (XendDomainInfo:445) VM start failed
...:42:57 23165] DEBUG (XendDomainInfo:89) XendDomainInfo.create([''vm'', [''name'', ''de-smartnet-asterisk''], [''memory'', 128], [''vcpus'', 6], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''cpus'', ''2-7''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz_domU''], [''args'', '' root=/dev/sda1 xencons=tty'']]], [...
2007 Feb 27
3
freebsd domu 14, bad address
...mainInfo 9551] DEBUG (XendDomainInfo:94) XendDomainInfo.create([''vm'', [''name'', ''freebsd-xen-INSTALL''], [''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'']]],...
2007 Sep 04
12
VM start time slows with large number of VMs
...[2007-09-02 05:26:42 8597] DEBUG (XendDomainInfo:78) XendDomainInfo.create([''vm'', [''name'', ''xen002''], [''memory'', 512], [''vcpus'', 4], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''image'', [''linux'', [''kernel'', ''/boot/vmlinuz-xen''], [''ramdisk'', ''/boot/initrd-xen''], [''ip'', ''10.0.27.2:1.2.3.4::255.254.0.0...
2012 Dec 23
7
Unsticking a DomU
I''m not able to start, destroy, or delete a DomU: > xen1:~ # xm start test4 > Error: Domain is already running > Usage: xm start <DomainName> > > Start a Xend managed domain >   -p, --paused                   Do not unpause domain after starting it    >   -c, --console_autoconnect      Connect to the console after the domain   
2016 Jun 30
1
Cannot allocate Memory
...ng this is a old bug. >> Here's from xen logs >> [2016-06-22 09:13:50 1958] DEBUG (XendDomainInfo:105) >> XendDomainInfo.create(['vm', ['name', 'xxx'], ['memory', 2048], >> ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['vcpus', >>2], >> ['oos', 1], ['image', ['linux', ['kernel', >>'/kernels/vmlinux-2.6.18.8-4'], >> ['videoram', 4], ['args', 'root=/dev/xvda ro xencons=tty >>console...
2010 Feb 02
1
DomU won''t start on 3.4.2
...og: [2010-02-02 11:35:18 4049] DEBUG (XendDomainInfo:92) XendDomainInfo.create([''vm'', [''name'', ''ns1''], [''memory'', 512], [''vcpus'', 1], [''on_xend_start'', ''ignore''], [''on_xend_stop'', ''ignore''], [''bootloader'', ''/usr/lib64/xen-3.2-1/bin/pygrub''], [''bootloader_args'', ''-q''], [''image'', [''linux'', [''videoram'', 4]]], [''s3_in...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
...#39;', ''mac'': ''00:17:31:A2:17:51'', ''online'': ''1'', ''frontend-id'': ''6''} to /local/domain/0/backend/vif/6/0. [2008-03-25 18:43:26 2695] DEBUG (__init__:1072) Storing VM details: {''on_xend_stop'': ''ignore'', ''shadow_memory'': ''0'', ''uuid'': ''dea9ee33-23ca-cba9-a76c-ec8b1d2204c7'', ''on_reboot'': ''restart'', ''start_time'': ''1206467006.13&...