Comments on Installing And Using OpenVZ On Debian Wheezy (AMD64)
Installing And Using OpenVZ On Debian Wheezy (AMD64) In this HowTo I will describe how to prepare a Debian Wheezy server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
5 Comment(s)
Comments
wget http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab076.8/vzkernel-2.6.32-042stab076.8.i686.rpm
wget http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab076.8/vzkernel-debug-devel-2.6.32-042stab076.8.i686.rpm
wget http://download.openvz.org/utils/vzctl/4.3.1/vzctl-4.3.1-1.x86_64.rpm
wget http://download.openvz.org/utils/vzctl/4.3.1/vzctl-core-4.3.1-1.i386.rpm
wget http://download.openvz.org/utils/ploop/1.7/ploop-1.7-1.i386.rpm
wget http://download.openvz.org/utils/ploop/1.7/ploop-lib-1.7-1.i386.rpm
wget http://download.openvz.org/utils/vzquota/3.1/vzquota-3.1-1.i386.rpm
if you get this ERROR when you run this
wget -O - http://ovz-web-panel.googlecode.com/svn/installer/ai.sh | sh
Setting up ruby-sqlite3 (1.3.6-2) ...
Setting up ruby1.8-dev (1.8.7.358-7.1+deb7u1) ...
Setting up rubygems (1.8.24-1) ...
Setting up unzip (6.0-8) ...
Setting up zip (3.0-6) ...
Setting up libsqlite3-ruby (1.3.6-2) ...
Setting up g++-4.7 (4.7.2-5) ...
Setting up g++ (4:4.7.2-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (11.5) ...
Setting up libstdc++6-4.7-dev (4.7.2-5) ...
Checking presence of the command: ruby
Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported).
FIX WITH
When installer stops do next: 2. ruby -v (output will be probably ruby1.9.1...) 1. apt-get install ruby-switch 3. ruby-switch --list (output - all installed ruby versions -> ruby1.8 & ruby1.9.1) 4. ruby-switch --set ruby1.8 5. ruby -v (output -> ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux]) 6. run installer again
i'm unable to compleat the toturial..help me..
my erro is :
vzctl: error while loading shared libraries: libvzctl-4.8.so: cannot open shared object file: No such file or directory
...i did everyting on this tutorial...what's wrong?
Try this:
ln -s /usr/lib64/libvzctl-4.8.so /usr/lib
Is this correct procedure, if I have existing working IspConf setup , and have been given second IP address form Hetzner and want to run that as Vserver on exisiting server ?