Forum archive
how to connect to KVM hypervisor from remote machine without using libvirt (i.e. using original KVM commands only)?
Hi,
I am a newbie in the area of KVM virtualization. Can anybody help how to connect to my KVM hypervisor from a remote machine without using LibVirt or any other third party library. I have searched fro this but all teh results that i got was using libvirt or commands related to it. I am not allowed to use any third party library and need to take the backup of my KVM from remote machine.
Can anybody from the forum please help? Can you also tell me why a deamon is required in KVM when it is not required in VMware ESXI?
in VMware ESXi, there are many daemons.
KVM is installed on top of an operating system (Ubuntu, Debian, SuSE, etc) and includes one/more pieces of software that start automatically and run in the background (daemons).
ESXi is a combination of an Operating System and the hypervisor. When you install ESXi, you are in fact laying down a new Operating System which includes all of the software needed to run virtualization (includng many daemons that make the system available all the time) .