Install HyperVM on Server
Posted on February 24, 2009
Filed Under Linux Hosting, Web-hosting | Leave a Comment
How to install HyperVM?
By following the below steps you can easily install Hyper VM on your server:-
In this article I will explain you how to install HyperVM on 2 levels Master Configuration and Slave Configuration using the below scripts.
Note: You will have to run all these Scripts form the root.
Master Configuration for HyperVM:
#!/bin/sh
if ! [ -f /usr/bin/yum ] ; then
echo You at least need yum installed for this to work…
echo Please contact our support personnel Or visit the forum at
http://forum.lxlabs.com
echo “ “
exit
fiif [ -f /usr/bin/yum ] ; then
yum -y install php wget zip unzip
else
up2date –nox –nosig php wget zip unzip
fiif ! [ -f /usr/bin/php ] ; then
echo installing php failed. Please fix yum/up2date.
exit
firm -f program-install.zip
wget http://download.lxlabs.com/download/program-install.zipexport PATH=/usr/sbin:/sbin:$PATH
unzip -oq program-install.zip
cd program-install/hypervm-linux
php lxins.php –install-type=master $* | tee hypervm_install.log
Slave Configuration for HyperVM:
#!/bin/sh
if ! [ -f /usr/bin/yum ] ; then
echo You at least need yum installed for this to work…
echo Please contact our support personnel Or visit the forum at
http://forum.lxlabs.com
echo “ ”
exit
fiif [ -f /usr/bin/yum ] ; then
yum -y install php wget zip unzip
else
up2date –nox –nosig php wget zip unzip
fiif ! [ -f /usr/bin/php ] ; then
echo installing php failed. Please fix yum.
exit
firm -f program-install.zip
wget http://download.lxlabs.com/download/program-install.zipexport PATH=/usr/sbin:/sbin:$PATH
unzip -oq program-install.zip
cd program-install/hypervm-linux
php lxins.php –install-type=slave $* | tee hypervm_install.log
Error while connecting to MySQL
Posted on February 23, 2009
Filed Under VPS hosting | Leave a Comment
Error while connecting to MySQL. Failover enacted.
Generally, you will get this error when Perl modules of database are outdated and if it is not installed properly. By following the below commands you can install them easily on your VPS:-
root@server [~]# perl -MCPAN -e shell
cpan> install Bundle::CPAN
cpan> reload cpan
cpan> install HTTP:ateate
cpan> install HTTP:Date
cpan> install Net::AIM::Connection
cpan> install Net::AIM
cpan> install Tie::IxHash
cpan> install DBI
cpan> install DBD::mysql
Unblock IP on Linux VPS
Posted on February 15, 2009
Filed Under VPS hosting | Leave a Comment
By using the steps/commands given below you can easily Unblock the IP’s through CSF Firewall:-
1) First of all you will need to login into the VPS via SSH root access.
2) Now go to the path of APF firewall. that is :
/etc/csf
3) Edit the file csf.deny.
vi csf.deny
4) Once you edit the file csf.deny then after that you will need to remove the IP address from the list that you want to unblock.
5) As soon as the IP address is removed you will need to restart the Firewall and you can restart the Firewall by using the below command:
csf -r
Optimize Windows VPS
Posted on February 11, 2009
Filed Under Windows VPS | Leave a Comment
By following the tips given below you can Optimize your Windows VPS running on Virtuozzo:-
1) First of all You must disable Indexing Service. If you are not using FrontPage search bot then you don’t need indexing service running and you must disable it.
2) You should regularly Defrag your VPS drives.
3) Avoid to run antivirus on your VPS.
4) Disable spamassassin checks if you don’t require it in your VPS.
5) Enable Windows Firewall and secure your VPS.
6) Always remember to close your terminal Services sessions and logout, never disconnect directly.
7) Don’t forget that you can manage your VPS through the Virtuozzo Power Panels,.This Virtuozzo power panel includes many features like stop, start, reboot, backup, restore and even mount the filesystem without turning on the VPS.
SVN on VPS
Posted on February 10, 2009
Filed Under Linux Hosting, VPS hosting | Leave a Comment
SVN stands for Subversion. SVN is the place where the latest, not-yet-released version of OpenKore is stored.
It will become the next release version of OpenKore. OpenKore SVN version is refered to the OpenKore version as it is stored in the SVN repository.
By following these simple steps you can install SVN on your Linux VPS:-
First of all you will need to login to your VPS through SSH:
Then run the commands given below:
cd /usr/local/src/
wget http://subversion.tigris.org/downloa…n-1.4.5.tar.gz
wget http://subversion.tigris.org/downloa…s-1.4.5.tar.gz
wget http://www.sqlite.org/sqlite-3.5.2.tar.gztar xzf subversion-1.4.5.tar.gz
tar xzf subversion-deps-1.4.5.tar.gz
tar xzf sqlite-3.5.2.tar.gzcd sqlite-3.5.2
./configure
make
make install
./sqlite3
.help
.exit
cd ..cd subversion-1.4.5
./configure
make
make install
svn –version
Now SVN is successfully installed on your VPS:).
How to Transfer VPS
Posted on February 5, 2009
Filed Under Linux Hosting, VPS Web hosting service, VPS hosting, Web-hosting, Windows VPS | Leave a Comment
By following the below steps you can easily transfer your VPS from one hosting provider to another and you will not face a single minute downtime:-
1) Before cancelling your old webhosting account or server you should order a hosting package with a new hosting provider.
2) Once your new hosting account is setup you will need to download your entire old web site through FTP program, or a cPanel backup utility on your local machine. Then upload your whole website data to your new web hosting account by FTP or using cPanel backup utility again. If you are using FTP, then you will need to re-chmod your folders if you are running scripts.
3) You will need to change DNS(Domain Name Servers) after you have moved all your data to your new hosting account. Before updating the Name servers confirm that everything is working fine by using a temporary address at your new hosting account. Once it is confirmed contact your domain registrar and ask them to update the Name servers and give them DNS given with the login details of your hosting account.
4) Now within 24-48 hours your domain will be fully propagated and pointing to your new web hosting account.
5) And once your domain is propagated you can cancel your old web hosting account and your website should be fully up and running on your new hosting account.
That’s it now you are ready to use your website with your new hosting provider.
Configure DNS on VPS
Posted on February 4, 2009
Filed Under Linux Hosting, VPS Web hosting service, VPS hosting, Windows VPS | Leave a Comment
In this article I will help you to Setup DNS on VPS.You can easily configure DNS(Domain Name Server) on your VPS through Direct Admin. It doesn’t require much technical knowledge. First of all you will require a VPS with Direct Admin installed on it. By following the below steps you can configure DNS on your VPS:-
1) First login to DirectAdmin panel and after that go to user level and select domain management area and add a domain. Once you enter yourdomain.com there and you will automatically get confirmation that domain had already been setup.
2) Now only domain name server part is remaining. Go to Reseller level select name server management. Just select two IP’s and create domain name server with the domain you have already created above. Now your name servers will be ns1.yourdomain.com and ns2.yourdomain.com
4) Now you will need to contact your domain registrar (like 123, Enom etc..) and enter the nameservers there.
Note: Only creating and running a domain name server will not work. First you will have to register your name server with your domain registrar. Only then your DNS entry will be accepted.
5) Once you have registered your DNS , now update your custom name servers which will be accepted without any errors.
Game server on VPS
Posted on January 21, 2009
Filed Under Linux Hosting, VPS Web hosting service, VPS hosting, Web-hosting, Windows VPS | Leave a Comment
You can run game server which requires low resources on VPS. VPS is an isolated server that share the hardware of a single physical server and if your game server requires more resources assigned to your VPS then it will definitely overload the node and as there are certain limitations on VPS’s CPU or RAM it is always recommended to use a dedicated servers for gaming. VPS can easily handle medium level game servers. Before hosting your game server on VPS, you must check each and every things required for running your game like CPU,RAM, disk space etc. Many VPS hosting providers offer 30 days money back, so you can try by running your game server on VPS and if it doesn’t then you can upgrade to a Dedicated. There is one major drawback of running game server on VPS is that network will shared between multiple VPS’s this will slow down the speed of game.
Cpanel VPS Optimized
Posted on January 20, 2009
Filed Under Linux Hosting, VPS Web hosting service, VPS hosting | Leave a Comment
Cpanel VPS optimized control panel is the new version of WHM/Cpanel. This version is specially designed to run on VPS(Virtual Private Servers).

Cpanel VPS optimized is developed with advanced technology which reduces the memory usage upto 60% compared to normal WHM/Cpanel. It provides a great step forward for Cpanel clients this reduction in memory usage for every single installation allows VPS user to host more domains on per virtual machine. The main thing is that it provides all the feautres available with WHM/Cpanel.
The upgrade to Cpanel VPS optimized doesn’t require any interaction. You can easily upgrade the version through WHM.
Steps to Install Cpanel on VPS
Posted on January 19, 2009
Filed Under Linux Hosting, VPS Web hosting service, VPS hosting | Leave a Comment

You can easily install Cpanel on your VPS by following the below steps:-
1) To run cPanel on VPS you will need atleast 128 Mb but to be on a safer side it is recommended to have 256 MB VPS.
2) Login to VZMC of the node where you want to create a VPS.
3) Create a VPS with Sample Ve Config call vps.cpanel.
4) After that you need to select the IP’s for the VPS and the DNS Servers.
5) Now select the RedHat Enterprise Template and select the Space / Memory / CPU accordingly.
6) Once you allocate the resources put start on boot and for the rest of normal setting use unlimited VPS.
7) Now login through root SSH in to the node and run the following commands:
mkdir /home/cpanel
cd /home/cpanel
wget http://layer1.cpanel.net/latest
sh latest
to setup your VPS login to the cPanel WHM using https://SERVERIP:2087
Now Cpanel is installed successfully on your VPS.














