Managing Virtual Machines with KVM Commands
1. Basic KVM Function ManagementView command help [root@kvm01 ~]# virsh -h virsh [options]… [<command_string>]virsh [options]… <command> [args…] options: -c | –connect=URI hypervisor connection URI -d | –debug=NUM debug level [0-4] -e | –escape <char> set escape sequence for console…… View the directory where virtual machine configuration files are stored [root@kvm01 ~]# ls /etc/libvirt/qemu/networks vm1.xml Check … Read more