This post is part of series where we are going to setup VDI solution based on open source components. Previously, we have setup DHCP server and TFTP server. Now, we will be setting up local repositories which will be used as source of packages for installation of hardened CentOS 7 operating system on thin clients….
Month: September 2021
How to Install TFTP Server in CentOS 7
TFTP stands for Trivial File Transfer Protocol. TFTP is used to transfer data from server to client via udp unlike FTP which uses tcp protocol. This article will help you setup tftp server on CentOS with minimum configurations. We are going to use the same machine which was configured as DHCP server. On that machine,…
How to Install Simple DHCP Server in Centos 7
DHCP server is used for automatic assignment of IP addresses to devices in a network. This article outlines the minimum steps to be performed on CentOS to setup DHCP server. Assuming that you have freshly installed a machine with CentOS 7 ISO image and machine has been assigned a static IP address. I have attached…
How To Setup 3-Node DynaTrace Managed Cluster on Centos/Redhat 7
I have been recently assigned task to evaluate DynaTrace tool, an application performance monitoring tool. I configured three node cluster with one environment ActiveGate and one cluster ActiveGate node. The following howto covers the installation of three node DynaTrace cluster. I received licenses for 60 nodes. Based on the information available on Dynatrace site, I…