Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

15.10. Arrêt brutal d'un domaine

Vous pouvez utiliser virsh pour arrêter brutalement une machine virtuelle :
virsh destroy [domain-name | domain-id | domain-uuid]
This command does an immediate ungraceful shutdown and stops any guest domain sessions (which could potentially lead to file corruptted filesystems still in use by the virtual machine). You should use the destroy option only when the virtual machine's operating system is non-responsive. For a paravirtualized virtual machine, you should use the shutdown option.