Category: OpenVZ

  • Plesk 12.0 Installation in Centos 6.5

    1. Download the plesk installer from their website. wget http://autoinstall.plesk.com/plesk-installer 2. Change the permission to executable. chmod +x plesk-installer 3. Run the script. ./plesk-installer To start the installation or upgrade, press N and then press Enter. To quit the installer, press Q and then press Enter. —— IMPORTANT —— * Before installing or upgrading Parallels…

  • Centos High Availability Cluster with OpenVZ, DRBD and Heartbeat – Part 2

    DRBD installation with OpenVZ, plese follow the link below. http://blog.webserverpage.com/?p=497 1.  Download repository. rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 2. Install HeartBeat yum install heartbeat 3. Create the Heartbeat configuration file ha.cf and copy it to /etc/ha.d/ha.cf on both nodes. # vi /etc/ha.d/ha.cf debugfile logfile /var/log/ha-log logfacility local0 node masternode node slavenode keepalive 1 deadtime 10 warntime 5…

  • Centos High Availability Cluster with OpenVZ, DRBD and Heartbeat – Part 1

    Install OpenVZ in both machines, follow the link below http://blog.webserverpage.com/?p=487 DRBD installation. 1. BOTH MACHINES: Install this repository “elrepo-release-6-6.el6.elrepo.noarch.rpm”. rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm 2. BOTH MACHINES: Install DRBD. yum install drbd83-utils-8.3.13 kmod-drbd83-8.3.13 -y 3. BOTH MACHINES: Insert drbd module manually or reboot both machines. /sbin/modprobe drbd 4. BOTH MACHINES: Create the Distributed Replicated Block Device resource…

  • How to install OpenVZ in Centos 6.5

    Install first a fresh OS Centos 6.5 with the partitions below. In this example we will use 1 TB of hardisk. / – 20000mb /swap – 5000mb /vz – All the available space.   Below is the steps on how to install OpenVZ in Centos 6.5 1. Edit the config file below and change SELINUX=enforcing…