Archive for the tag 'installing'

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/

Download a distribution that suits your operating system from the URL http://www.parallels.com/en/download/plesk9/ and save it on your server’s hard drive.

To install Parallels Plesk Panel on a number of servers, you may want to set up a mirror of the official Parallels Plesk Panel update server (http://autoinstall.plesk.com) inside your network so as not to download the distribution files through the Internet each time, and then install Parallels Plesk Panel.

If you have Parallels Plesk Panel installed on the server, you can use the parallels_installer binary file, which is stored in the directory /usr/local/psa/admin/bin/ on RPM-based Linux, FreeBSD and Mac OS systems, and /opt/psa/admin/bin/ on deb-based Linux systems.

Prepare the installation script based on the example below. Replace the options in the example script with the ones you prepared, and specify server names in the ‘SERVERS_LIST=’ string separated by white spaces:

#!/bin/sh
SERVERS_LIST=”node1.example.com node2.example.com”
for current_server in $SERVERS_LIST; do
scp parallels_installer root@current_server:
ssh -f root@current_server “parallels_installer –source-type network –source http://updates.example.com/ –target /tmp/plesk –select-release-id PLESK_9_0_0 –install-component base –install-component postgresql –install-component asp –notify-email admin@example.com”
done

Run the script. It will copy the Parallels Products Installer to the specified servers and install Parallels Plesk Panel. Keep the passwords for access to the servers at hand, as you may be required to specify them.

Document Source : http://parallels.com/Plesk/

Once you have purchased a ColdFusion distribution package, copy it to your Parallels Plesk Panel server.

Login as root to the server and run the coldfusion-70-lin.bin installation file.
Choose your language: type the appropriate number and press ENTER.

Read the Introduction and press ENTER to continue.
Read carefully the end user license agreement and accept it by typing ‘y’ and pressing ENTER. A pre-installation check will be performed.

To continue with installation, press ENTER.
Choose installation type. Select the Install new version of ColdFusion MX with a serial number option: type ‘1′ and press ENTER, and then type in the serial number. Press ENTER.

Select the type of installation. To install ColdFusion on the server, leave the Server configuration option selected: type 1 and press ENTER.
Type 2 and then press ENTER to confirm that you do not yet have Adobe ColdFusion installed.

To continue with installation, type 4 and press ENTER.
Specify an absolute path to the installation folder. The default installation folder is /opt/coldfusionmx7. Press ENTER.

If you had earlier versions of ColdFusion installed, you can choose to migrate your settings. Otherwise press ENTER to continue.
Type 2 and press ENTER to continue with installation.

Leave the Runtime user name field blank. Press ENTER.
Specify the password that you will use to control access to the ColdFusion MX Administrator.

Disable the ColdFusion Remote Development Service (RDS): type ‘n’ and press ENTER.
To continue with installation, press ENTER.

Once the installation is completed, press ENTER to exit the installer.

Resource : http://parallels.com/Plesk/

SB-Shibu

Installing OpenVZ

Installing OpenVZ

OpenVZ is operating system-level virtualization based on a modified Linux kernel that allows a physical server to run multiple isolated instances known as containers, virtual private servers (VPS), or virtual environments (VE).

Installing OpenVZ on a CentOS 4 or CentOS 5

Download - http://download.openvz.org/openvz.repo

Import the OpenVZ key

rpm –import http://download.openvz.org/RPM-GPG-Key-OpenVZ

Install the OpenVZ kernel

Depending on which kernel arch you want, simply do:

yum install ovzkernel.i386

or

yum install ovzkernel.x86_64

Reference - http://download.openvz.org/doc/OpenVZ-Users-Guide.pdf

1) Examine /etc/grub.conf to ensure the desired kernel is set to be the default,

2) Edit the /etc/sysctl.conf to enable some kernel features that are needed for OpenVZ and

3) Make sure SELINUX is disabled.

« Prev - Next »