Header Shadow Image


Archive for November, 2018

AWX / Ansible High Availability Configuration on CENTOS 7

AWX / Ansible High Availability Configuration on CENTOS 7 . So we want a highly available and scalable AWX and Ansible cluster solution.  Here's how we'll plan things out: NAME ADDRESS HOSTNAME SERVICES awx01 192.168.0.142 awx01.nix.mds.xyz AWX, Gluster, Keepalived, HAProxy awx02 192.168.0.143 awx02.nix.mds.xyz AWX, Gluster, Keepalived, HAProxy awx03 192.168.0.117 awx03.nix.mds.xyz AWX, Gluster, Keepalived, HAProxy awx-c01 […]

tcpdump

This is how to get detailed TCP dumps of your network traffic while avoiding your own PuTTY traffic in the output: tcpdump -w trace.dat -s 0 port not 22 tcpdump -r trace.dat -nnvvveXXS > trace.dat.txt Cheers, TK

mount.nfs: mount(2): Permission denied

You're getting this message: [root@mysql01 /]# mount -v nfs03:/n /m mount.nfs: timeout set for Thu Nov  8 23:37:04 2018 mount.nfs: trying text-based options 'vers=4.1,addr=192.168.0.125,clientaddr=192.168.0.126' mount.nfs: mount(2): No such file or directory mount.nfs: trying text-based options 'addr=192.168.0.125' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 192.168.0.125 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog […]

Postgres SQL HA Cluster ( Quick Start Guide )

We will be keeping the Postgres SQL HA Cluster configuration / setup very very brief using only the bare essentials to get it up and running. Before we begin, we need to plan things out on our CentOS 7.X servers.  First, fill in this table of what your cluster is supposed to look like when […]


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License