Archive for the tag 'template'

How to install a Panel template on a Parallels Containers hardware node manually

Obtain the template from the Parallels Web site and upload it to the target Parallels Containers hardware node.

Install the application template by running a command in the following format:

rpm -Uvh [absolute path to the template]

For example, the following command installs Qmail RPM:

rpm -Uvh pp10-centos-5-x86_64-ez-3.0.0-35.prl.293476.noarch.rpm

Reference: http://parallels.com/

How to install a Panel template on a Parallels Containers hardware node.

To install a Panel template on a Parallels Containers hardware node using the vzup2date utility:

Connect to the target Parallels Containers hardware node over SSH.

Install the application template by running a command in the following format:

For EZ templates
:

vzup2date -z

For standard templates:

vzup2date -z

Select the required OS and application templates and click Next to start installation.

Proftpd service may not start after fresh install from a Virtuozzo template

Resolution

Change the /etc/xinetd.d/xproftpd file and restart services

Log as root to your box

Open the /etc/xinetd.d/xproftpd file using a text editor

vi /etc/xinetd.d/xproftpd

Change value of “disable =” to “yes”.

Restart xinetd service

/etc/init.d/xinetd restart

Start proftpd service

/etc/init.d/proftpd start

Reference: http://parallels.com/