Resolution
Virtuozzo is shipped with sample configuration file which can be used to create VE capable of running Plesk - /etc/sysconfig/vz-scripts/ve-vps.plesk7.rh9.conf-sample. It contains resource limits enough for running for Plesk in VE and a list of prerequisites for Plesk in case you create VE based on standard templates (mysql, php, mod_perl, mod_ssl, mod_frontpage) which will be installed automatically after the VE is created.To create VE #101 with Plesk you may use the instructions below:
- download and install necessary OS and application templates as described in this article http://kb.swsoft.com/en/1451
- create VE #101 (in the example below it is created using 32-bit EZ OS template CentOS 5:
# vzctl create 101 --ostemplate centos-5-x86 --hostname my-plesk.example.com --ipadd 192.168.1.1- start VE:
# vzctl start 101- apply resources from the sample configuration file /etc/sysconfig/vz-scripts/ve-vps.plesk7.rh9.conf-sample:
# vzctl set 101 --applyconfig vps.plesk7.rh9 --save- install Plesk into VE (in the example below we install Plesk 8 EZ template):
# vzpkg install 101 plesk8Keywords: VE Plesk