Introduction This is the 4th installment of a series of posts focusing on OpenSCAP. Previous posts in this series can be found below. OpenSCAP Part 1: Introduction and Basic Usage for RHEL 7/CentOS 7/Fedora OpenSCAP Part 2: SCAP Content for RHEL 7 OpenSCAP Part 3: Running Scans from the Command Line in RHEL 7 This … Continue reading OpenSCAP Part 4: Integration with Red Hat Satellite 6.5
virtualization
Configure RHEL7/Centos 7 as a Virtualization Host
This is a fresh install of RHEL 7.5 First install the packages as shown below. yum install qemu-kvm libvirt Now install the additional recommened virtualization packages # yum install virt-install libvirt-python virt-manager virt-install libvirt-client Now restart libvirtd # systemctl restart libvirtd Now you should be able to launch virt-manager from your remote machine and … Continue reading Configure RHEL7/Centos 7 as a Virtualization Host