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...
Today in this post, we will check how to create a windows VM instance on GCP and, Assigning/Changing Admin Password of the Windows machine. And how to connect to it...
In this article, we will look how to create a new storage bucket in GCP. Lets check out the steps involved. 1. Click on “Cloud Storage” icon from options. 2....
In this post, we will how to create a VM on GCP. I. Navigate to Compute Engine –> VM Instances. II. Now in case this API is not activated, just...
Usually we are aware that maximum length for a filename under Linux is 255 bytes. And everyone assumes that 255 bytes means we can have a filename upto 255 characters....
Today we will see how to create a new filesystem in IBM AIX server. The default filesystem that we create in AIX is JFS i.e Journalling Filesystem, and currently Version...
1. First we will assign the bosboot image to the OS to avoid bosboot error messages on the server. bosboot command is similar to dracut command of linux. It creates...
In this example, we will see how to create a full/available disk size partition in Linux using parted utility. Lets have a look at the steps to understand it. 1....
Today lets have a look how to create a logical drive in hpssacli i.e. HP Smart storage array configuraiton interface. To understand this, lets see the available unassigned disks and...
Today we will look at a very basic article to know various ways to create a file in linux. Lets see the various commands below. 1. Touch command [root@ngelinux ]#...