A tool to manage you KVM from cli (using virsh)
chmod +x install.sh
sudo ./install
OR
sudo bash install.sh
After the installation you can start using kvm cli manager using the command kvmgr
- If you have not configured any vm's just run
kvmgr
which will ask you for configuring a vm.
- Direct vm config
kvmgr -c
which 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