
MySQL Auto Failover using Keepalived

Install Terraform on CentOS 7

Puppet Bolt

Puppet Hiera 5 Setup

Setup Puppet Server 6 on CentOS 7

Flyway: Database Versioning

JDBC & MySQL: WARN: Establishing SSL connection without server’s identity verification is not recommended.

Create Python Environment for development
Install Python3 and pip3 on CentOS 7

CentOS 7 still have Python 2.7 as the default tool. EPEL repository comes up with Python 3. Thanks to EPEL repo. Here’s the way to setup Python 3 and pip3 on CentOS environment. Install python34 and python-pip package. [root@cms ~]# yum install python34 python-pip Loaded plugins: fastestmirror Loading mirror speeds…
Disable Selinux on CentOS 7

Selinux stands for Secutiry-Enahanced Linux (https://en.wikipedia.org/wiki/Security-Enhanced_Linux). Selinux is a Linux kernel security module that provides a mechanism for supporting access control security policies. A Linux kernel integrating SELinux enforces mandatory access control policies that confine user programs’ and system servers’ access to files and network resources. Some times for testing…
Setup MySQL using Puppet
Manage Firewall with Puppet from OlinData
Manage MongoDB with Puppet
Manage rsyslog with Puppet
Manage users, groups, packages in Windows using Puppet
Xampp warning netstat command not found

While installing XAMMP, i got the below warning. Although, the tool was working perfectly. [root@wace lampp]# ./lampp start Starting XAMPP for Linux 5.6.28-0… XAMPP: Starting Apache…already running. XAMPP: Starting MySQL…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok. XAMPP: Starting ProFTPD…/opt/lampp/share/xampp/xampplib: line 22: netstat: command not found ok. If you look…
PuppetDB
Building Report Server

Although, there are many ways to setup a reporting server depending on the requirements. Sharing one of those. Reporting Server provides reports i.e. daily, weekly, monthlty and quarterly reports to the clients. Data flow from many different servers (services) to one system called as Report Server. Client might be using…
Faulty Physical Ram
Some times it’s very difficult to find out exact issue. Specially When it’s related with hardware. Similar scenario, i faced with a client. I have been provided with a new box to setup mysql server. After setup mysql along with other application, mysql frequently goes down without any comment in…