Monday, July 9, 2012

Practical experience of migrating from HyperVM to VDSManager

October 19, 2009 by  
Filed under General, HyperVM

This is originally posted by JOEsDC in WHT. It may come to use others’ help. I was able to successfully migrate all my hypervm nodes to VDSmanager without any data loss. Here are the steps I took. NOTE: I was running an up to date version of CentOS 5.3 x86_64 on all my nodes. I [...]

Installing and configuring monit to monitor your server(s)

October 18, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

Monit is a utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. Pre Install Step: yum install openssl* Step 1: Installing monit from Source cd /usr/local/src wget http://mmonit.com/monit/dist/monit-5.0.3.tar.gz tar -zxvf monit-5.0.3.tar.gz cd monit-5.0.3 ./configure –sysconfdir=/etc/monit/ [...]