View Single Post
Old 06-11-2009, 05:43 PM   #19
Junior Member
 
Join Date: Jun 2009
Posts: 10
psybox is on a distinguished road
Default

Quote:
Originally Posted by slava View Post
More information about the migration from HyperVM to VDSmanager-Linux. You can install VDSmanager-Linux manually for work with OpenVZ VPSes which have been already created.

It have six simple steps for OpenVZ system and running VPSes:

1. Download VDSmanager-Linux for your operation system architecture
Code:
wget http://download.ispsystem.com/Linux-cc6/i686/VDSmanager-Linux/install.tgz
or
Code:
wget http://download.ispsystem.com/Linux-cc6/x86_64/VDSmanager-Linux/install.tgz
for 64bit operation system

2. Extract install.tgz to /usr/local/ispmgr/ folder
Code:
tar xzvf install.tgz -C /usr/local/ispmgr/
3. You need running Apache with SSL configured on the server node and add to apache config this line
Code:
Include /usr/local/ispmgr/etc/ispmgr.inc
Note: If you have no running apache with SSL (https://your-server-ipaddress/ must work) you need install and configure it.

4. In the /usr/local/lib/apache/ folder you need create symbol link to module for your apache version, for example you have apache 2.2 running in this node

Code:
cd /usr/local/ispmgr/lib/apache/
ln -s mod_ispmgr.2.2.0.so mod_ispmgr.so
5. Create VDSmanager-Linux config and edit this file

Code:
vim /usr/local/ispmgr/etc/vdsmgr.conf
You need add lines for example

Code:
Virtualization openvz
User admin $1$CP4kKfwb$Z5lge0MUKu1ba1d/OcbNs1
$1$CP4kKfwb$Z5lge0MUKu1ba1d/OcbNs1 - this is blowfish crypted password 'admin'

6. After then restart apache and try to access VDSmanager by opening following URL in your web-browser:

https://server-ip/manager/vdsmgr

When you open this URL proccess vdsmgr will run through apache

VDSmanager Linux must get information about VE and show this in own interface, we have not tested this, but everything should work correctly, let me know what the result.

Also you can add first line
Code:
LogLevel 9
to vdsmgr.conf (after then restart vdsmgr by killall vdsmgr command and see extended log in the /usr/local/ispmgr/var/vdsmgr.log file.
tried this - its running, but shows no vm's ...
psybox is offline   Reply With Quote