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...
In this post, we will see how to extend multipath mpath disk in Linux. Lets see how to do this step by step. 1. Check out the current mount point....
Today we will see an interesting article to understand how to increase disk space on a Virtual Linux server which is hosted on vSphere. Lets have a look step by...
Today in this article we will look how to remove a logical volume from a VG on IBM AIX server. Lets have a look at this one by one to...
Today we will look at one of the useful tip to understand how to extend logical volume on RHEL/CentOS with a single command on production servers. Lets see the process...
Today we will look at an interesting article how to change a faulty drive on our Linux server deployed in production. There are two approaches to achieve this: First Approach...
XFS filesystem is the default filesystem that comes with RHEL 7, and is considered as highly scalable and high performance filesystem. Ideally XFS filesystem can only be increased in size...