eWebtricity
02-06-2005, 03:22 PM
How to upgrade to Plesk 7.1
Before carrying out any of the following steps in this
setup guide, we strongly recommend that you first make a backup of your crucial
data, such as websites, kernel configurations and log files.
You will need to login to your server as "root" and make the necessary changes to
install and configure Plesk_7.1.rpm files.
1. Login to your server via ssh as "root", i.e. ssh root@domain_name or IP_address
NOTE: The root password can be found in the Control Panel under Server Administration -> Server Data.
2. Please check to see if the following RPMs are installed on your server.
NOTE: If you have the standard Redhat 9.0 installation provided by 1&1
then the RPMs come pre-installed.
You can check whether a particular RPM is already installed by entering the following command: rpm -q <name_of_the_rpm>
List of RPMs
bind-9.2.1-16.i386.rpm
compat-libstdc++-7.3-2.96.118.i386.rpm
curl-7.9.8-5.i386.rpm
cyrus-sasl-2.1.10-4.i386.rpm
expat-1.95.5-2.i386.rpm
fam-2.6.8-9.i386.rpm
gdbm-1.8.0-20.i386.rpm
httpd-2.0.40-21.11.i386.rpm
libgcc-3.2.2-5.i386.rpm
libjpeg-6b-26.i386.rpm
libstdc++-3.2.2-5.i386.rpm
libxml2-2.5.4-3.rh9.i386.rpm
mod_perl-1.99_07-5.i386.rpm
mod_ssl-2.0.40-21.11.i386.rpm
mysql-3.23.58-1.9.i386.rpm
mysql-server-3.23.58-1.9.i386.rpm
ncurses-5.3-4.i386.rpm
ntp-4.1.2-0.rc1.2.i386.rpm
openssl-0.9.7a-20.2.i686.rpm
perl-5.8.0-88.3.i386.rpm
perl-suidperl-5.8.0-88.3.i386.rpm
perl-DB_File-1.804-88.3.i386.rpm
perl-HTML-Parser-3.26-17.i386.rpm
perl-HTML-Tagset-3.03-28.noarch.rpm
perl-libwww-perl-5.65-6.noarch.rpm
perl-URI-1.21-7.noarch.rpm
php-4.2.2-17.2.i386.rpm
php-imap-4.2.2-17.2.i386.rpm
php-mysql-4.2.2-17.2.i386.rpm
sharutils-4.2.1-14.i386.rpm
unzip-5.50-33.i386.rpm
webalizer-2.01_10-11.i386.rpm
xinetd-2.3.11-1.9.0.i386.rpm
If you altered any of the RPMs that were installed during the delivery of server,
then please carry out an update check @ ftp://updates.redhat.com/9/en
RPMs can be installed/updated using the command apt-get install <name_of_the_rpm>
3. You now need to install Plesk 7.1 RPM files. In our example we are installing
these files in the /root directory.
4. Install the Plesk RPMs with the following command wget source_path_of_plesk_7.1
[root@p12345678 root]# wget http://update.onlinehome-server.com/plesk/plesk7.1/psa-current.rpm.tar.gz
5. Unpack tar.gz file. Run the following command to achieve this:
tar xvzf name_of_file
[root@p12345678 root]# tar xvzf psa-current.rpm.tar.gz
6. Change to the directory named "rpm_RedHat_9/base"
[root@p12345678 root]# cd rpm_RedHat_9/base/
7. Run the following command which installs the RPMs : rpm -Uvh *.rpm
NOTE: you must use the arguments -Uvh to avoid some problems during the Plesk installation
[root@p12345678 base]# rpm -Uvh *.rpm
8. The Plesk installation will now take place.
9. To log into Plesk 7.1 type the following in the browser:
https://IP_Address:8443
Before carrying out any of the following steps in this
setup guide, we strongly recommend that you first make a backup of your crucial
data, such as websites, kernel configurations and log files.
You will need to login to your server as "root" and make the necessary changes to
install and configure Plesk_7.1.rpm files.
1. Login to your server via ssh as "root", i.e. ssh root@domain_name or IP_address
NOTE: The root password can be found in the Control Panel under Server Administration -> Server Data.
2. Please check to see if the following RPMs are installed on your server.
NOTE: If you have the standard Redhat 9.0 installation provided by 1&1
then the RPMs come pre-installed.
You can check whether a particular RPM is already installed by entering the following command: rpm -q <name_of_the_rpm>
List of RPMs
bind-9.2.1-16.i386.rpm
compat-libstdc++-7.3-2.96.118.i386.rpm
curl-7.9.8-5.i386.rpm
cyrus-sasl-2.1.10-4.i386.rpm
expat-1.95.5-2.i386.rpm
fam-2.6.8-9.i386.rpm
gdbm-1.8.0-20.i386.rpm
httpd-2.0.40-21.11.i386.rpm
libgcc-3.2.2-5.i386.rpm
libjpeg-6b-26.i386.rpm
libstdc++-3.2.2-5.i386.rpm
libxml2-2.5.4-3.rh9.i386.rpm
mod_perl-1.99_07-5.i386.rpm
mod_ssl-2.0.40-21.11.i386.rpm
mysql-3.23.58-1.9.i386.rpm
mysql-server-3.23.58-1.9.i386.rpm
ncurses-5.3-4.i386.rpm
ntp-4.1.2-0.rc1.2.i386.rpm
openssl-0.9.7a-20.2.i686.rpm
perl-5.8.0-88.3.i386.rpm
perl-suidperl-5.8.0-88.3.i386.rpm
perl-DB_File-1.804-88.3.i386.rpm
perl-HTML-Parser-3.26-17.i386.rpm
perl-HTML-Tagset-3.03-28.noarch.rpm
perl-libwww-perl-5.65-6.noarch.rpm
perl-URI-1.21-7.noarch.rpm
php-4.2.2-17.2.i386.rpm
php-imap-4.2.2-17.2.i386.rpm
php-mysql-4.2.2-17.2.i386.rpm
sharutils-4.2.1-14.i386.rpm
unzip-5.50-33.i386.rpm
webalizer-2.01_10-11.i386.rpm
xinetd-2.3.11-1.9.0.i386.rpm
If you altered any of the RPMs that were installed during the delivery of server,
then please carry out an update check @ ftp://updates.redhat.com/9/en
RPMs can be installed/updated using the command apt-get install <name_of_the_rpm>
3. You now need to install Plesk 7.1 RPM files. In our example we are installing
these files in the /root directory.
4. Install the Plesk RPMs with the following command wget source_path_of_plesk_7.1
[root@p12345678 root]# wget http://update.onlinehome-server.com/plesk/plesk7.1/psa-current.rpm.tar.gz
5. Unpack tar.gz file. Run the following command to achieve this:
tar xvzf name_of_file
[root@p12345678 root]# tar xvzf psa-current.rpm.tar.gz
6. Change to the directory named "rpm_RedHat_9/base"
[root@p12345678 root]# cd rpm_RedHat_9/base/
7. Run the following command which installs the RPMs : rpm -Uvh *.rpm
NOTE: you must use the arguments -Uvh to avoid some problems during the Plesk installation
[root@p12345678 base]# rpm -Uvh *.rpm
8. The Plesk installation will now take place.
9. To log into Plesk 7.1 type the following in the browser:
https://IP_Address:8443