Install Puppet on CentOS and RHEL

Install Puppet on CentOS and RHEL

It’s easy to setup Puppet server and a client in CentOS and RHEL by following the easy-to-follow steps given in this guide. You will need ROOT access for the install and setup. Pre-requisites (minimal): Hardware & Software CPU: 2 vCPU RAM: 2GB Hard Disk : 30GB OS:...

Dual Instance of SSH – CentOS and RHEL

Dual Instance of SSH – CentOS and RHEL

This guide is for configuring dual instances of ssh on a single server and bind them to seprate NIC's/Interfaces/Ethernet ports. Usually this is required in DEV and Prod environments wherein you need additional security and separation of bandwidth and keep DEV and...

Cacti Install and Config Guide

This is a easy-to-follow setup and config guide for of Cacti (Source install) on CentOS and Red Hat flavour OS. The setup is straightforward as it does not evolve any source code compiling but instead just a MySQL db setup and configuring users and permissions. The...

Access ESXi DCUI via SSH

Access ESXi DCUI via SSH

It is possible to use DCUI (Direct Console User Interface) via SSH session to ESXi. At the command prompt just type in "dcui" and then you would be able to see the same screen as given below. You need to resize the SSH window BIG enough otherwise the DCUI window tends...

How to install/update VMWare Tools on CentOS/Red Hat

How to install/update VMWare Tools on CentOS/Red Hat

This article will explain how to go about installing VMWare Tools for CentOS/Red hat v6 & above. The install can be done via SSH Putty session but the recommended method is doing it via VMware console session and reason being that as it updates drivers that...

How to Telnet via BASH Script

How to Telnet via BASH Script

This article will show you how to Telnet via BASH script and return the status as open or close. This has been tested on CentOS/RedHat and hopefully should work on all other Linux distributions as well. Create a file telnet_script.sh. This script is to Telnet SSH port...

How to update vCenter Server Appliance

How to update vCenter Server Appliance

Its easy to update vCenter Server Appliance and can be done using the WEB interface of vCSA. In this article I upgraded from v5.5.0 Update2b to v5.5.0 Update 2d. Take a snapshot of vCenter Server Appliance before you update just to be on a safe side if things go...