Below are some useful steps to migrate HyperVM nodes to VDSmanager:
1. Shut down HyperVM and remove it from the system. Below are the commands:
1.1 service hypervm stop
1.2 rm -rf /usr/local/lxlabs/
1.3 rpm -e lxphp lxzend lxlighttpd
Note:- If your old vps configs had proper hostnames skip to step 3.
2. Fix hostname in VPS configs.
Note: HyperVM let you have VPS containers with incomplete hostnames such as "server" instead of "server.com". This will cause VDSmanager to give an error when you try to view the running VDS's.
2.1 cd /etc/sysconfig/vz-scripts/
2.2 ls -l ( It will display all VPS configs )
Open each one in your favorite text editor and make sure the line HOSTNAME="hostname" is a complete hostname
3. Install VDSmanager.
# wget "
http://download.ispsystem.com/install.sh"
# sh install.sh.
When it is done it will ask you to reboot. Go ahead and reboot it.
4. Log into VDSmanager.
In a web browser go to this site
https://hostname-or-ip/manager/vdsmgrHopefully you will be able to log in and view all your running VPS containers.
Thanks!
Reference URL:-
http://forum.ispsystem.com/en/showthread.php?p=2703