A tool to manage you KVM from cli (using virsh)
chmod +x install.sh
sudo ./installOR
sudo bash install.shAfter the installation you can start using kvm cli manager using the command kvmgr
- If you have not configured any vm's just run
kvmgrwhich will ask you for configuring a vm.
- Direct vm config
kvmgr -cwhich will guide you through the configuration.
kvmgr --start <name of vm>OR
kvmgr -s <name of vm>kvmgr --stop <name of vm>
OR
kvmgr -x <name of vm>
kvmgr --snapshot <name of vm>
OR
kvmgr -ss <name of vm>
If you have specified a base snapshot, that snapshot will be used to restore or you will be prompted to a list of available snapshots for restoring.
kvmgr --reset <name of vm>
OR
kvmgr -r <name of vm>
You can find advanced options in the menu. To access the menu just enter kvmgr and the menu will be displayed.
Always here to hear it 😄 Contact Me