Archive for the tag 'plesk'

SB-Shibu

How do I (re)create Service Container

Service Container on a Parallels Virtuozzo Containers hardware node can be created using ‘vzsveinstall‘ utility:

# vzsveinstall -D DISTRIB_DIR -s SERVICE_CT_IP

- DISTRIB_DIR - path to Virtuozzo distribution directory hierarchy on a server.
- SERVICE_CT_IP - IP address to be assigned to Service Container;

In case you have downloaded Virtuozzo distributive already (example for 64-bit PVC 4.0) as file “virtuozzo-4.0.0-${build_version}-x86_64.sfx”, please extract it in the following way:

# mkdir -p /vz/full_distr
# bash /path/to/virtuozzo-4.0.0-${build_version}-x86_64.sfx -d /vz/full_distr –extract

Create Service Container then using this command (make sure old Service Container #1 does not exist):

# vzsveinstall -v -D /vz/full_distr -s SERVICE_CT_IP

Please refer to man page on ‘vzsveinstall‘ utility for additional information.

Reference: http://parallels.com

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/

Upgrading Parallels Plesk Panel through Parallels Products Installer

To upgrade your Parallels Plesk Panel software through Parallels Products Installer:

1. 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.

2. Run Parallels Products Installer

To update or upgrade 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 http://hostname:8447/ or http://IP-address:8447/ in the address bar. The Parallels Product Installer web interface will open. Log in as root.

To update or upgrade Parallels Plesk Panel through the command line interface of Parallels Products Installer, run the following command:

# ./parallels_products_installer_file_name

3. Follow the instructions on the screen to perform the upgrade.

Predefined Firewall Rules Specifications in Plesk Panel

The following table lists the system services to which you can restrict access using the Firewall’s predefined rules.

Parallels Plesk Panel administrative interface TCP 8443

Samba (file sharing on Windows networks) UDP 137, UDP 138, TCP 139, TCP 445

Parallels Plesk Panel VPN UDP 1194

WWW server TCP 80, TCP 443

FTP server TCP 21

SSH (secure shell) server TCP 22

SMTP (mail sending) server TCP 25, TCP 465

POP3 (mail retrieval) server TCP 110, TCP 995

IMAP (mail retrieval) server TCP 143, TCP 993

Mail password change service TCP 106

MySQL server TCP 3306

PostgreSQL server TCP 5432

Tomcat administrative interface TCP 9008, TCP 9080

Domain name server UDP 53, TCP 53

Next »