search for: actions_after_shutdown

Displaying 16 results from an estimated 16 matches for "actions_after_shutdown".

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 dom0, the domUs just quit, no shutdown. However when I shutdown my dom0, my domUs gracefully shu...
2010 Oct 06
1
unknown bootloader
...min'' ''268435456'') (''memory_static_min'' ''1024'') (''VCPUs_params'' (''struct'')) (''VCPUs_max'' ''1'') (''VCPUs_at_startup'' ''1'') (''actions_after_shutdown'' ''destroy'') (''actions_after_reboot'' ''restart'') (''actions_after_crash'' ''restart'') (''consoles'' (''array'')) (''VIFs'' (''array'' '...
2010 Apr 28
4
XCP - VM creation from template and netinst
...9;' ''1073741824'') (''memory_static_min'' ''536870912'') (''VCPUs_params'' (''struct'')) (''VCPUs_max'' ''1'') (''VCPUs_at_startup'' ''1'') (''actions_after_shutdown'' ''destroy'') (''actions_after_reboot'' ''restart'') (''actions_after_crash'' ''restart'') (''consoles'' (''array'')) (''VIFs'' (''array'' '...
2010 May 19
0
Hi - Regarding xend - xm create Error
...39;, ''console_refs'': [], ''on_xend_stop'': ''ignore'', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''VCPUs_max'': 1, ''memory_static_max'': 536870912, ''actions_after_shutdown'': ''destroy'', ''on_xend_start'': ''ignore'', ''memory_dynamic_max'': 536870912, ''actions_after_suspend'': '''', ''is_a_template'': False, ''is_control_domain'':...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
...e'', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''shutdown_reason'': 3,''VCPUs_max'': 4, ''start_time'': 1248680841.6013069, ''memory_static_max'': 1073741824, ''actions_after_shutdown'': ''destroy'', ''on_xend_start'': ''ignore'', ''crashed'': 0, ''memory_dynamic_max'': 1073741824, ''actions_after_suspend'': '''', ''is_a_template'': False, '...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
...39;', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''shutdown_reason'': 3, ''VCPUs_max'': 1, ''start_time'': 1206467006.125201, ''memory_static_max'': 2147483648, ''actions_after_shutdown'': ''destroy'', ''on_xend_start'': ''ignore'', ''crashed'': 1, ''memory_dynamic_max'': 2147483648, ''actions_after_suspend'': '''', ''is_a_template'': False, ...
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...39;blocked': 0, 'on_xend_stop': 'ignore', 'shutdown': 0, 'HVM_boot_policy': '', 'description': '', 'shutdown_reason': 1, 'VCPUs_max': 1, 'start_time': 1287701000.5065911, 'memory_static_max': 268435456, 'actions_after_shutdown': 'destroy', 'use_tmp_ramdisk': True, 'on_xend_start': 'ignore', 'crashed': 0, 'memory_dynamic_max': 268435456, 'actions_after_suspend': '', 'is_a_template': False, 'PV_bootloader_args': '-q', 'is_contro...
2010 Jun 24
1
VGA passthrough - guest shows blank screen on startup
...d done *Win7 Gues config.sxp*: (domain (domid 1) (vcpus_params ((cap 0) (weight 256))) (PV_args ) (memory_static_min 0) (HVM_boot_policy ''BIOS order'') (PV_bootloader ) (auto_power_on False) (memory_static_max 2147483648) (cpus (() () ())) (actions_after_shutdown destroy) (memory_dynamic_max 2147483648) (memory_sharing 0) (superpages 0) (is_a_template False) (PV_bootloader_args ) (memory_dynamic_min 2147483648) (VCPUs_live 1) (target 0) (actions_after_crash restart) (uuid a6731e6f-477e-c9a8-ddf1-24d2559f3f38) (PV_...
2011 May 17
6
Problems creating a Fedora 14 domU using XCP 1.0 and xe
Hi Folks: I am having trouble creating a Fedora 14 domU on a XCP 1.0 dom0 hypervisor and am hoping that someone can help me figure out what I am doing wrong. Here is what I did (per the user''s guide and reference manual): ## Step 1. Create the VM: # uuid=$(xe vm-install template=''Other install media'' new-name-label=''test'') ## Note: I also tried
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...9;blocked': 0, 'on_xend_stop': 'ignore', 'shutdown': 0, 'HVM_boot_policy': '', 'description': '', 'shutdown_reason': 1 , 'VCPUs_max': 1, 'start_time': 1319900629.4997361, 'memory_static_max': 268435456, 'actions_after_shutdown': 'destroy', 'use_tmp_ramdisk': True, 'on _xend_start': 'ignore', 'crashed': 0, 'memory_dynamic_max': 268435456, 'actions_after_suspend': '', 'is_a_template': False, 'PV_bootloader_args': '-q ', 'is_cont...
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a SunOS i7 5.11 snv_114 i86pc i386 i86xpv The box is a core i7 with 6GB of RAM. The command virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7 --os-type=solaris os-variant=solaris10 --location /export/iso/sol-10-u7-ga-x86-dvd.iso get as far as opening the VNC client, when I select Solaris from grub, the OS starts to boot then panics, closing the session. So I
2010 Jul 06
6
Xen 3.2.1-2 on Debian Lenny 2.6.26 2.6.26-24
Hi, Recently I have installed Debian Lenny on two different machines (different ram size, disks, Xeon dual and quad core, filesystems both xfs and ext3, etc). Packages versions: Dom0: ii libc6-xen 2.7-18lenny4 GNU C Library: Shared libraries [Xen version] ii libxenstore3.0 3.2.1-2 Xenstore communications
2008 Aug 09
4
Upgrade 3.0.3 to 3.2.1
...39;', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''shutdown_reason'': 3, ''VCPUs_max'': 8, ''start_time'': 1218295129.9618061, ''memory_static_max'': 268435456, ''actions_after_shutdown'': ''destroy'', ''on_xend_start'': ''ignore'', ''crashed'': 0, ''memory_dynamic_max'': 268435456, ''actions_after_suspend'': '''', ''is_a_template'': False, ...
2013 Jul 28
4
Fedora 19 installation with virt-install
...nsole_refs': ['9f0ad777-2e52-a8ae-ddc0-3b4471d159f4'], 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': 'BIOS order', 'description': 'Fedora', 'VCPUs_max': 1, 'memory_static_max': 536870912, 'actions_after_shutdown': 'destroy', 'use_tmp_ramdisk': False, 'on_xend_start': 'ignore', 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'PV_bootloader_args': '', 'is_control_domain': False, &...
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source. My PV guest boots fine with the normal kernel and initrd options When I boot the guest with PV GRUB I only get: GNU GRUB version 0.97 (65536K lower / 0K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
...xend_stop'': ''ignore'', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''description'': '''', ''VCPUs_max'': 4, ''memory_static_max'': 8589934592, ''actions_after_shutdown'': ''destroy'', ''use_tmp_ramdisk'': False, ''on_xend_start'': ''ignore'', ''memory_dynamic_max'': 8589934592, ''actions_after_suspend'': '''', ''is_a_template'':...