Introduction to SolusVM:
Solus Virtual Manager (SolusVM) is a powerful GUI based VPS management control panel with full OpenVZ, Xen Paravirtualization. SolusVM allows you and your clients to manage a VPS cluster with security & ease
1. Basic Requirements :
CentOS 5+ based linux operating system
OpenVZ – Ensure you are running an OpenVZ Kernel
PHP 5.1.6
2.Installing OpenVz Kernal :
Login as root
# cd /usr/local/src
Download latest version of openvz from the link : http://wiki.openvz.org/Download/kernel/2.6.18/028stab056.1 suitable you architecture. I’ve downloaded for x86_64
#wget http://download.openvz.org/kernel/branches/2.6.18/028stab056.1/kernel-2.6.18-ovz028stab056.1.x86_64.rpm
# rpm -ivh kernel-2.6.18-ovz028stab056.1.x86_64.rpm
As well as you can install openvz kernal using Yum, to install openvz kernal using yum, you should set up OpenVZ yum repository first :
3.Download openvz.repo file and save it to your “/etc/yum.repos.d/” repository as follows :
# cd /etc/yum.repos.d
# wget http://download.openvz.org/openvz.repo
# rpm –import http://download.openvz.org/RPM-GPG-Key-OpenVZ
4. Now install Openvz kernal by running :
# yum install ovzkernel[-flavor] ([-flavor] is optional, and can be -smp or -enterprise. )
5. Now Configure the bootloader in order to boot your server with new kernal:
# vi /boot/grub/grub.conf
It should look like
==========================================
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-194.3.1.el5.028stab069.6)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.3.1.el5.028stab069.6 ro root=LABEL=/
==========================================
make the apprppriate changes and as well as make sure SELinux should be disabled on the server. Now reboot your server.
Once the server is up you’re ready to install SolusVM.
6. Installing SolusVM Master:
# Login as root
# chmod 755 install
# ./install
7. You will now be prompted with the menus you must select 1st Option that is “Install SolusVM Master”(GUI – Only 1 per cluster). Press Enter.
8. Then again you will now be prompted with the menus you must select 1st Option that is “Start Master Install (OpenVZ)”. Press Enter.
The install will now do it’s work.
9.Once the installatin is completed. You will see the below message with details :
==================================================
Installation Completed…
Admin Username …… : vpsadmin
Admin Password …… : vpsadmin
==================================================
10. You might receive following error message after login to Admin Area :
********************************************************************
There seems to have been a slight problem with our database, please try again later
********************************************************************
This error usually occurs when the SolusVM MySQL installation is conflicting with an existing MySQL instance. To resolve this issue you should remove the existing mysql installation on node by running following command :
# yum remove mysql mysql-client mysql-server
and again run the SolusVM installer as in step 6.
Done!!!!!
Like this:
Like Loading...
Related
This entry was posted on July 25, 2010 at 7:38 am and is filed under Others. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
July 26, 2010 at 8:40 pm
well, madam this doesn’t work. I tried these steps several times but server does not get rebooted with openvz kernel 😦
August 4, 2010 at 2:52 pm
Hey Mayur…
It won’t work on OVH servers.
September 12, 2010 at 1:37 pm
Very Nice.
September 12, 2010 at 1:40 pm
ncie blog !
October 9, 2010 at 2:45 am
Hi, i have solusvm installed on xen hvm vps. It is for openvz xen, can i add more node on it? how to? cos i try to renamed “localhost” node, but it’ failed. Pls email me. thanks in advance
October 22, 2010 at 9:11 am
How to add more node on the master solusvm cluster?