Home / Archive for K.M. Ali Qamar

Author: K.M. Ali Qamar

How to subscribe Red Hat system and install Ansible

In this article, you will know how to subscribe your server to the RedHat portal and install Ansible.   You need to register your system by running shown below command.          subscription-manager register         Username: XXXXXXXXXXXXX         Password: XXXXXXXXXXXXX        The system has been registered with ID: xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx  …

Read more

grafana monitor

How To Monitor VMware environment with Grafana

This step-by-step guide uses the Official telegraph vSphere plugin to pull metrics from vCenter. We will pull metrics such as compute, network and storage resources. Before starting with this guide, I assume you have a freshly installed operating system, ubuntu 20. so let’s begin our work. Install Grafana on Ubuntu This tutorial tested on freshly …

Read more

How Anisble Manage Configuration Files

This article will discuss, where the Ansible configuration files are located and how Ansible selects them and how we can edit default settings. Configuring Ansible: The Ansible behavior can be customized by modifying settings in the Ansible configuration files. Ansible chooses its configuration file from one of many locations on the control node.  /etc/ansible/ansible.cfg This …

Read more

nexus switch

All You Need To Know About iSCSI on VMware

Basics of iSCSI In the computing world, iSCSI is an acronym for Internet Small Computer Systems Interface, an (IP Internet Protocol)-based storage networking standard for linking data storage facilities. It provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. With the emergence of high-speed networks which includes 2.5 Gbps, 5 …

Read more