To prepare a KVM host to be a fabric node, you must install some third-party packages.
Prerequisites
- (RHEL and CentOS Linux) Before you install the third-party packages, run the following commands to install the virtualization packages.
yum groupinstall “Virtualization Hypervisor” yum groupinstall “Virtualization Client” yum groupinstall "Virtualization Platform" yum groupinstall "Virtualization Tools"
If you are not able to install the packages, you can manually install them by running yum install glibc.i686 nspr command on a new installation.
- (Ubuntu) Before you install the third-party packages, run the following commands to install the virtualization packages.
apt install -y \ qemu-kvm \ libvirt-bin \ virtinst \ virt-manager \ virt-viewer \ ubuntu-vm-builder \ bridge-utils
- (SUSE Linux Enterprise Server) Before you install the third-party packages, run the following commands to install the virtualization packages.
libcap-progs