Linux Network Bridge is a device that separates two or more network segments within one logical network and behaves like an L2 Switch but really it’s not.
Migrate existing Iptables to Nftables in RHEL8/CentOS
Iptables can be migrated to nftables without spending time on writing it. Red Hat 8 based operating system provides translate tool to migrate the rules.
How to Configure a Network Interface on CentOS7 and RHEL7/8
Step by step guide to configure a network interface on Linux Operating Systems using command line tool nmcli. This guide applied for RHEL, CentOS & Oracle.
Rsync (Remote Sync) | 20 Rsync command with Examples in Linux
Rsync or Remote sync in Linux help to securely copy the files from any remote servers to a local server, It can be used as a poor mans Linux backup tool.
Migrating multi-writer VMware VM’s from Island cluster to vSAN cluster
Migrating Multi-writer disks of VMware VM’s from Island Cluster to vSAN cluster with and without the downtime of Production.
Create a Pacemaker Cluster Resources and Resources group
Pacemaker Resources and groups are which need to be highly available across multiple nodes in a cluster to provide high-availability for any services.
How to add additional nodes to the Pacemaker Cluster
How to add additional nodes to the existing pacemaker Linux clusters. By adding nodes we can increase the resources of a cluster.
How to Manage Pacemaker Linux cluster from Web GUI
How to manage a Pacemaker Linux Cluster from web graphical interface (Pacemaker Web UI) by creating a new cluster or by adding an existing cluster.
Install and configure High Availability Linux Cluster with Pacemaker on CentOS 7.6
The Pacemaker is a high-availability cluster resource manager it will run on all the hosts which we suppose to use in the cluster to make sure our services up and running to reduce the downtime.
Migrating Logical Volumes in Logical Volume Management
Migrating Logical Volume by moving the extents from a PV to another PV when a faulty disk or the size of the disk need to be larger than the current one.