Install Splunk and Send Logs to Splunk with Rsyslog over TCP with SSL

Splunk There are a couple of components of Splunk. From Components of a Splunk deployment: Indexer Splunk indexers, or index servers, provide indexing capability for local and remote data and host the primary Splunk datastore, as well as Splunk Web. …

Read more »

Monitor Disk IO Stats with Zabbix

I wanted to get a feel how much IO my machines are doing each day. As I was going through the zabbix graphs I noticed that IO statistics are not included. I did some research and I came across these …

Read more »

Migrate from Libvirt KVM to Virtualbox

I was recently trying to migrate some VM from our KVM server to my laptop to run in my VirtualBox install locally. As I was going through the process I realized it’s not a very easy process, so I decided …

Read more »

Configure AD Replication with Windows 2008

Types of AD replication With Active Directory (AD) there are multiple types of replication. From “What Is Active Directory Replication Topology?“: As such, replication within sites generally occurs at high speeds between domain controllers that are on the same network …

Read more »

Enabling LDAPS on Windows 2008 Active Directory Server

I installed Active Directory by selecting the “Active Directory Domain Services” Role from the Server Manager Dialogue. Step by step instructions can be seen in Deploying a Test Windows Environment in a KVM Infrastucture. Running an ldapsearch against a Windows …

Read more »

Set up simpleSAMLphp as an IdP to be Used in an SP-Initiated SSO with Google Apps

SP-Initiated SAML SSO Hopefully the title of the post isn’t too confusing. To clear up what I am trying to achieve let’s check out “SP-initiated Single Sign-On POST/Artifact Bindings“. Here is a pretty concise description of what SP (Service Provider) …

Read more »

Configure HAProxy to Load Balance Sites With SSL

Starting with HAproxy version 1.5, SSL is supported. From the main Haproxy site: Update [2012/09/11] : native SSL support was implemented in 1.5-dev12. Prepare System for the HAProxy Install I was using CentOS for my setup, here is the version …

Read more »

Setup Your Own Certificate Authority (CA) on Linux and Use it in a Windows Environment

In this previous post, I deployed a test IIS Server and used a self signed SSL Certificate to encrypt the HTTP traffic. I am sure everyone have seen this page in Internet Explorer: When I clicked “View Certificate”, I saw …

Read more »

Installing and Configuring OmniOS

Installing OmniOS is pretty straight forward. The installation documentation from OmniOs can be found here. From that document: Boot the disk and follow the directions. Aside from selecting a disk on which to install and a timezone, there are no …

Read more »

Snapshots Take a Long Time When “Keep Memory” is Enabled

When taking a snapshot with memory, the VM may be unresponsive and the snapshot may take a long time to complete. This is because the ESX host has to dump the VM’s memory to disk. When looking in the vmware.log …

Read more »