Google News
logo
CISCO UCS - Interview Questions
Explain KVM Components in Cisco UCS.
Hypervisor : The hypervisorsupports multiple VMsthat run a variety of guest operating systems by providing connectivity between the VMs and the network. The hypervisor for KVM is a host server with Red Hat Enterprise Linux (RHEL) installed. The earliest supported release for VM-FEX is RHEL 6.1, but some features (such as SR-IOV) require a later version.

The hypervisor must have a Cisco VIC adapter installed.

For more information about virtualization using Red Hat Enterprise Linux, see the Red Hat Enterprise Virtualization for Servers Installation Guide available at the following URL: https://www.redhat.com/.
 
libvirt : Libvirt is an open source toolkit that allows you to manage various virtualization technologies such as KVM, Xen, and VMware ESX. Libvirt, which runs on the hypervisor as a service named libvirtd, provides a command-line interface (virsh) and provides the toolkit for a graphical user interface package (virt-manager).
Each virtual machine created and managed by libvirt is represented in the form of a domain XML file.

* For more information about the libvirt virtualization API, see the following URL: https://libvirt.org/.
* For more information about the virsh CLI, see the following URL: https://linux.die.net/man/1/virsh
 
MacVTap : MacVTap is a Linux driver that allows the direct attachment of a VM's vNIC to a physical NIC on the host server.
For more information about the MacVTap driver, see the following URL: https://virt.kernelnewbies.org/MacVTap.
 
VirtIO : The VirtIO paravirtualized network driver (virtio-net) runs in the guest operating system of the VM and provides a virtualization-aware emulated network interface to the VM.
For more information about the VirtIO driver, see the following URL: https://wiki.libvirt.org/page/Virtio
Advertisement