InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Virsh Command ? |
|
Answer» virsh is the interface or command for managing the virtual machines based on KVM & Xen hypervisor. On virsh interface virtual machines are identified by their domain names , so virsh is generally USED to list current domains , to CREATE , PAUSE & shutdown domains. virsh is the interface or command for managing the virtual machines based on KVM & Xen hypervisor. On virsh interface virtual machines are identified by their domain names , so virsh is generally used to list current domains , to create , pause & shutdown domains. |
|