Install OpenShift Enterpirse 2.2 Non HA

This guide will help you to setup an OpenShift non HA environment within less than an hour. We are installing 1 Broker and 2 nodes. If you do not have a satellite server and need local repos, these are the channels you need to clone are have available: jbappplatform-6-x86_64-server-6-rpm jb-ews-2-x86_64-server-6-rpm rhel-x86_64-server-6-ose-2.2-infrastructure rhel-x86_64-server-6-ose-2.2-jbosseap rhel-x86_64-server-6-ose-2.2-node rhel-x86_64-server-6-ose-2.2-rhc rhel-x86_64-server-6-rhscl-1…

Read More

Gitlab 6.0 (6.x) installation instructions with SCL for Rhel 6.4 and Centos 6.4

Step 1a. If you have a rhel subscription subscribe to the base, optional and redhat software collection beta channel. You will also need the official nginx repository (http://wiki.nginx.org/Install#Official_Red_Hat.2FCentOS_packages). Step 1. If your on Centos add the SCL repo to your Rhel/Centos installation and bring in the official nginx repository (http://wiki.nginx.org/Install#Official_Red_Hat.2FCentOS_packages ). # yum install -y…

Read More

DNS Master / SLAVE TSIG on RHEL 5.8

I am using 2 dns server here. 192.168.2.83 (Master) and 192.168.2.86 (Slave) First lets setup the Master 1. Create /etc/named.conf as RHEL 5.8 does not provide a sample file. Then add the following content to it include “/etc/transfer.key”; server 192.168.2.86 { keys { HOST1-HOST2. ;}; }; acl domblocal { 192.168.2.0/24; 127.0.0.1; }; options { allow-transfer…

Read More

Kerberos on Centos 5.9 RHCSS

First make sure that your time is in sync. So install and configure ntp first. 1. Here is a very basic ntp.conf peer 192.168.2.80 server 192.168.2.4 server 127.127.1.0 fudge 127.127.1.0 stratum 10 driftfile /var/lib/ntp/drift 2. Install the ypserv nis package # yum install -y ypserv 3. Add these 2 values to /etc/sysconfig/network YPSERV_ARGS=”-p 808″ NISDOMAIN=LOCAL.DOMB.COM…

Read More

RabbitMQ ipv6 DNS names Solved

Last week I was building up a RabbitMQ cluster with shovel from New York to Los Angeles. As we use a dual stack environment ipv4/v6, I expected that RabbitMQ would resolve the ipv6 address  first as normal Linux systems do. So I begun to do my tests and realized, that it didn’t. My publisher  (see…

Read More