How to install HyperVM on Linux
How to install HyperVM:
HyperVM is a web based application that will allow you to create and manage different Virtual Machines each with each vps having its own Operating System. HyperVM also allows you to run multiple HyperVM servers linked together providing a tree of host servers.
HyperVM advanced features allow you to manage your vps hosting from a single console. HyperVm has been optimized for allowing you to have HyperVM clustered servers from anywhere in the world. These are some of HyperVM features:
Quote Taken from http://lxlabs.com/software/hypervm/
- “Full Distribution.”
- “Manage your entire data center.”
- “HyperVM is successfully used by our clients to manage 1000s of vpses on 100s of servers.”
- “Support for Windows Virtualization.”
- “HyperVM allows efficient windows virtualization with advanced features like backup/restore built in.”
- “Support for multiple virtualization technologies.”
- “Live Migrate”
This install of HyperVM is for Fedora Core servers, and this install was done on Fecora Core 6. This will use the XEN kernel, memory will be set at a dedicated limit. The limit will allow customers programs to run slower when they reach their limit unlike Openvnz their programs will normally crash. HyperVM will also require you to reboot after changes to the vps like memory or hard drive space. Openvnz will do these changes instantly.
- Downloading HyperVM
- Getting Ready for Install
- disable selinux (edit /etc/sysconfig/selinux <– change to [SELINUX=disabled])
- setenforce 0
- chkconfig libvirtd off
- reboot
- Installing HyperVM
- cd DIROFHyperVM/
- sh ./hypervm-install-master.sh –virtualization-type=xen
If this errors during install just rerun the command and if HyperVM is already install just type yes
- Once server is booted
- ssh into the server
- ssh back into server cd /usr/local/lxlabs/hypervm/httpdocs/
- Type in command prompt: lphp.exe ../bin/common/setdriver.php –server=localhost –class=vps –driver=xen
- This can take a few minute’s to become enabled sometimes we have had issues and use service xend restart
- In web browser to http://IP:8887 or http://IP:8888 of the host computers IPLogin is admin password is also admin change once inside
- Once you have logged in as admin add the extra IP address on the servers to HyperVM IP POOL list
- Go the VM tab
- Click ADD XEN
- Set the name vm name
- Password
- Number of IPs allowed to use
- Hostname of the server
- Gateway IP of the HOST network
- IF you have multiple VMServers you can now select from which gateway the IP class is on
- If you only have one leave localhost
- Select OS
- Click ADD
- Select Disk quota
- Number of backups allowed of the vps
- Skip the next 3 they are for Openvz
- Set VPS real memory allowed from Hosting server example: 128 256 512 all are in mb
- CPU usage allowed from host computer in percent example of on core host: 10 20 25
- With Single Core host you are allowed 100% if you have Dual or Quad core you are allowed 200%-400%
- Traffic monthly in mb <— TRAFFICinGB x 1024
- Number of IP address allowed to use
- Check or uncheck if you allow backup schedule or backups allowed
- Click add
- Hypervm VPS will be installed
If you are having troubles with Debian connecting and ssh please check out our other post











![Validate my RSS feed [Valid RSS]](http://fiber-hosting.com/docs/valid-rss.png)
February 14th, 2008 at 12:38 pm
I have been trying to install HyperVM on some of our servers and had the most trouble. Wanted to thank you for this tutorial worked like a charm the first time. Thanks!