How to setup a loadbalancer with HAProxy in RedHat 7

You have many options to install and configure a loadbalancer in RedHat 7. One of the best options is HAPorxy. To setup HAProxy, you have to download related RPM file and then install it: Then, you have to make changes in config file (/etc/haproxy/haproxy.conf): in this sample we have 4 servers as below: Then you […]

Add New Disk to RedHat-based Linux without reboot

If you add a new disk to your OS, you won’t find this device in the device list (fdisk -l command). So you have two options to make it available: Reboot your machine Make the OS rescan all connected devices In operational environments, the first option is not considerable. So we have to choose the […]