InterviewSolution
Saved Bookmarks
| 1. |
How To Forcefully Shutdown The Kvm Based Virtual Machine From The Command Line ? |
|
Answer» We can FORCEFULLY shutdown the VM USING the command ‘virsh destroy machine_name’.This command should only be USED in a case where VM is in Hung state because forcefully shutdowm may cause filesystem CORRUPTION. We can forcefully shutdown the VM using the command ‘virsh destroy machine_name’.This command should only be used in a case where VM is in Hung state because forcefully shutdowm may cause filesystem corruption. |
|