Preparing the Fabric Services System deployer hypervisor
Commands in this procedure require root privileges.
-
Confirm that virtualization is enabled on the node using one of the following
commands, depending on your system chip set. If virtualization is not enabled,
enable it in the BIOS/EFI before continuing.
-
For an Intel system, enter:
$ lscpu | grep Virtualization Virtualization: VT-x
-
For an AMD system, enter:
$ lscpu | grep Virtualization Virtualization: AMD-V
-
-
Install the KVM environment.
$ yum install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install -y
-
Enable and start the libvirtd service on the installer node.
$ systemctl enable libvirtd $ systemctl start libvirtd