Ansible playbook to create logical volumes under LVM on Redhat or CentOS linux.
Let us have a look at another ansible playbook which will create various logical volumes under LVM. The playbook is not complete in the sense that roles text is not...
Let us have a look at another ansible playbook which will create various logical volumes under LVM. The playbook is not complete in the sense that roles text is not...
Suppose we want to add a new disk where multipath is configured. Lets add a 20Gb LUN and set up it under multipath on server. Create vg_products volume group on...
Here i will show you a sample playbook you can use to install a list of packages in linux. This is a sample playbook we use to install various packages...
Today we will see one of the most useful article how to analyze the vmcore file in linux. Lets see step by step how to achieve this. 1. Check the...
In this article, we will see how to update Firefox to Support TLS 1.1+ on RHEL/Centos 5/6/7. 1. Download the package. [root@ngelinux~/] wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/32.0.2/linux-x86_64/en-US/firefox-32.0.2.tar.bz2 2. Extract the package. [root@ngelinux~/]...
Today we will see an interesting tip how to work with Helvetica fonts on RHEL 8. Lets see the steps to install and verify the Helvetica fonts in RHEL 8....
In this article, we will see how to see LDAP maps from a linux client machine. The quick and easy way to do this is using ypcat command. 1. Get...
In this post, we will see an interesting topic how to install glibc package version 2.28 on RHEL 7 or CentOS 7. CentOS or RHEL does not officially support this...