updating Parallels Plesk Panel inside Parallels Virtuozzo Containers using EZ templates.
Install the vzaiproxy package on the hardware node. You can download this package from http://autoinstall.plesk.com/vzaiproxy
Change line 16 in file /etc/init.d/vzlinkmgr to the following:
Change line 32 in file /usr/sbin/vzaiproxy to the following:
DefaultAgentCmd = (’vzctl’, ‘exec’, ‘1′, ‘/opt/vzagent/bin/vzlcon’)
Install all EZ templates from Parallels Plesk Panel distribution on the hardware node.
Run Parallels Plesk Panel installation or upgrade using Parallels Products Installer (either via the web-interface or command line interface) or Parallels Plesk Panel GUI (Home Page > Updates).
Follow the instructions presented on the screen to complete the upgrade.
Refer to Parallels Plesk http://parallels.com/Plesk/
How to check if CPU supports hardware virtualization (VT technology)
To run KVM, you need a processor that supports virtualization. For Intel processors this extension has name INTEL-VT, for AMD processors it has name AMD-V.
To see if your processor supports one of these technologies, please run the following command under Linux:
# egrep ‘(vmx|svm)’ /proc/cpuinfo
If nothing is printed, it means that your CPU does not support hardware virtualization. Otherwise, it does – but you still need to make sure that virtualization is enabled in the BIOS. If the svm flag is returned then your processor supports AMD-V or if the vmx flag is returned then your processor supports Intel VT.
If you are installing Parallels Plesk Panel inside a PVC, it is strongly recommended to increase Container parameters as follows:
# Auxiliary parameters
-PRIVVMPAGES=”262144:292912″
+PRIVVMPAGES=”362144:392912″
-NUMFILE=”8192:8192″
+NUMFILE=”12000:12000″
# Disk quota parameters (in form of softlimit:hardlimit)
-DISKSPACE=”1048576:1153434″
+DISKSPACE=”5240709120:5368709120″
-DISKINODES=”200000:220000″
+DISKINODES=”350000:370000″
# Secondary parameters
-KMEMSIZE=”21299200:23429120″
+KMEMSIZE=”24299200:26429120″
Source: http://parallels.com/Plesk/
Before installing Parallels Plesk Panel on Ubuntu
If you are using Ubuntu 8.04 LTS: Before installing Parallels Plesk Panel, switch the AppArmor service off using the command ‘/etc/init.d/boot.apparmor stop’ and remove it from start-up list by ‘update-rc.d -f apparmor remove’
$ sudo update-rc.d -f apparmor remove
Removing any system startup links for /etc/init.d/apparmor …
IMPORTANT: To install Postfix mail server, you have to select the Postfix component for installation in Parallels Products Installer. Both command line interface and web interface of Parallels Products Installer can be used for Postfix mail server selection and installation.
Source : http://parallels.com/Plesk/
Install Parallels Plesk Panel software on a server
Download the latest version of Parallels Products Installer that suits your operating system from http://www.parallels.com/en/download/plesk9/ and save it on your server’s hard drive.
Change your working directory to the directory where the downloaded Parallels Products Installer is located.
Set the execution permission for Parallels Products Installer:
# chmod +x parallels_products_installer_file_name
Run the following command in console:
#export LANG=C
#export LANG_ALL=C
Run Parallels Products Installer:
To install Parallels Plesk Panel through the web interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name –web-interface
Open your browser and enter https://hostname:8447/ or https://IP-address:8447/ in the address bar. The Parallels Product Installer web interface will open. Log in as root.
To install Parallels Plesk Panel through the command line interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name
Source : http://parallels.com/Plesk/