7
edits
Changes
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>
<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>
When the installation over you will see something along the lines of:
<pre>
Congratulations!
Plesk has been successfully installed on your server.
* Thank you for choosing our products! *
*****************************************************************************
</pre>
[[Plesk install full output]]
Done. You can create a prepackaged template from this VE for further installations.
[[category:HOWTO]]