Configure network bonding and teaming on RHEL 7. Continue reading
Category Archives: Linux
iSCSI Target and Initiator Configuration on RHEL 7
Configure iSCSI target via targetcli on RHEL 7. Continue reading
Getting Started with KVM on Debian Jessie
KVM is a full virtualisation solution for Linux on x86 (64-bit included) hardware containing virtualisation extensions, Intel VT or AMD-V. It consists of a loadable kernel module that provides the core virtualisation infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. Continue reading
Setting up LDAP and Kerberos Client Authentication on RHEL 7 (using sssd)
We are going to configure a RHEL 7 system to authenticate against FreeIPA using LDAP/Kerberos. Continue reading
Setting up LDAP and Kerberos Client Authentication on RHEL 7 (using nslcd)
We are going to configure a RHEL 7 system to authenticate against FreeIPA using LDAP/Kerberos. Continue reading
Setting up a FreeIPA Server on RHEL 7
FreeIPA is an integrated Identity and Authentication solution for Linux/UNIX networked environments. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 3 – DRBD
The following is part 3 of a 3 part series that goes over installation and configuration of Xen live migration with DRBD.
This article covers a installation and configuration of a DRBD resource. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 2 – DomU
The following is part 2 of a 3 part series that goes over installation and configuration of Xen live migration with DRBD.
This article covers a creation of a Debian guest domain (domU virtual machine) which we will later use to migrate between the two Xen hosts. Continue reading
Xen Live Migration with DRBD on Debian Jessie: Part 1 – Dom0
We have two Debian Jessie servers which we are going to configure as Xen hosts (domain 0) and implement live migration via DRBD. The main goal of this project is to test Xen live migration. Continue reading
Setting up an OpenLDAP Server with SSL + NFS for User Home Directories on CentOS 7
Setting up an OpenLDAP server on CentOS 7 and deploying NFS to export users’ home directories. Continue reading