Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Plesk in VE

526 bytes added, 20:45, 4 January 2007
Various edits, fixes and updates.
Below is an example transcript of how to install installing Plesk into an OpenVZ VE (VE#11):
<pre>
Saved parameters for VPS 11
# vzctl set 11 --hostname=plesk.local example.com --save
Saved parameters for VPS 11
UB limits were set successefully
# vzctl set 11 --ipadd 192127.1681.512.55 3 --save
Saved parameters for VPS 11
Setting quota ugidlimit: 150
VPS start in progress...
</pre>
If you want to run a VPN server inside the VE you need to [[VPN via the TUN/TAP device|TUN/TAP module]]. The following commands consolidate what needs to be done:
<pre>
# modprobe tun
# lsmod | grep tun
# vzctl exec 11 chmod 600 /dev/net/tun
</pre>
Make sure that VE's hostname is resolving correctly to VE's IP address. You can also add an appropriate record to /etc/hosts as a workaround.
Then go to http://wwwMake sure that the VE's hostname (plesk.swsoftexample.com/download/plesk8/ and download appropriate autoinstaller) is resolving correctly to the VE's IP address (127. CentOS 41.2 in this case.3). You can also add the corresponding record to /etc/hosts as a workaround.
Copy Then, go to http://www.swsoft.com/download/plesk8/ and install psa-download the appropriate autoinstaller-<VERSION>or the appropriate RPM. In this case, [[http://download1.swsoft.com/Plesk/Plesk8.1/CentOS4.3/psa_installer_v3.1.0_build061201.02_os_CentOS_4.3_i386|CentOS]] 4.3.rpm to VE#11
executeIf you want to download the autoinstaller all you need to do is:
<pre>
# wget http:/usr/localdownload1.swsoft.com/psaPlesk/binPlesk8.1/autoinstallerCentOS4.3/psa_installer_v3.1.0_build061201.02_os_CentOS_4.3_i386# mv psa_installer_v3.1.0_build061201.02_os_CentOS_4.3_i386 /vz/private/11/root/# vzctl exec 11 /root/psa_installer_v3.1.0_build061201.02_os_CentOS_4.3_i386
</pre>
select version 8.0.1 and neccessary components.
after packages Proceed as you would if you were downloaded selected components are installing:Plesk without OpenVZ.
When the installation over you will see something along the lines of:
<pre>
Start packages installation
-----skip-----
 
Congratulations!
Plesk has been successfully installed on your server.
* Thank you for choosing our products! *
*****************************************************************************
-----skip-----
 
</pre>
[[Plesk install full output]]
Done. You can create a prepackaged template from this VE for further installations.
[[category:HOWTO]]
7
edits