Xen 6.0.2 software Raid – installation procedure

This document describes how to install XenServer 6.0.2 on a node without hardware raid. Install Software Install XenServer 6.0.2 on /dev/sda and do NOT configure any local storage (it is easier to do that afterwards). /dev/sda should containt three partitions, please verify with the following command: [codesyntax lang=”bash”] sgdisk -p /dev/sda [/codesyntax] The first partition … Continue reading Xen 6.0.2 software Raid – installation procedure

OpenVPN with pam-mysql username/password authentication

This document describes how to install openvpn with pam-mysql username/password authentication. This procedure was carried out on Debian/Ubuntu Linux, but with minor changes can be used on other Linux distributions too. 1. Install openvpn, mysql and pam-mysql [codesyntax lang=”bash”] sudo su – mkdir -p /root/work/openvpn cd /etc/openvpn apt-get install libpam-mysql openvpn mysql-server [/codesyntax] Note: please … Continue reading OpenVPN with pam-mysql username/password authentication