Displaying 2 results from an estimated 2 matches for "domain_command".
Did you mean:
domain_commands
2019 Jul 04
1
Creating KVM-based VM with virt-manager and virt-install on C7
Hi folks,
for learning purposes I create KVM-based VM with the virt-manager. Later
I get rid of the VM and repeat the "process" again. When recreating the
VM I always enter the same values into the wizard in virt-manager (i.e.
I want to speicfy a given MAC).
I'd like to "automate" this procedure, all of what I do in virt-manager
for creating the new VM, I' d like
2006 Aug 01
18
[Patch] Enable "sysrq c" handler for domU coredump
Hi,
In the case of linux, crash_kexec() is occured by "sysrq c".
In the case of DomainU on xen, Help is occured by "sysrq c" now.
So The way of dumping DomainU''s memory manualy is nothing.
I fix this issue by the following way.
1. Panic is occured by "sysrq c" on both Domain0 and DomainU.
2. On DomainU, coredump is generated in /var/xen/dump (on Domain0).