Archive for the tag 'Upgrading'

Important Notes on Upgrading the Panel on PVC for Linux

When you upgrade Plesk 8.x or 9.x to the latest version of Parallels Plesk Panel 10 in the Parallels Containers for Linux.

Make sure you upgrade all installed components when upgrading to a newer version of Parallels Plesk Panel. This is required to avoid conflicts caused by outdated components.

Note: Do not remove templates of previous Plesk versions from the VPS prior to upgrade.

Important: Parallels Plesk Sitebuilder 4.5 is not upgraded. Alternatively, the new version of SiteBuilder installs beside the previous one. Hence, you have the opportunity to manage existing sites in Sitebuilder 4.5 and create new sites either in Sitebuilder 5.0 or in 4.5. The upgrade of existing sites to the new format is performed manually.

Reference: http://parallels.net/

Completing the Transition after upgrading or migrating to Plesk Panel 10

To complete the transition to the new business model after upgrading or migrating to Panel 10:

Log in to the Server Administration Panel as administrator.

On the Home page, click the link Complete switching to the Panel 10 business model. This link is located in a message box that shows if some of user accounts were not transitioned.

Alternately, go to Tools & Utilities > Complete Switching to the Panel 10 Business Model.

On the Recommended Actions tab, review the accounts and subscriptions, and the recommended transition schemes.

If the recommended actions suit your needs, select the corresponding check boxes Transition these customers and Transition these subscriptions, and click OK.

This will transition the selected customers and subscriptions. Once the transition is complete, they will not be shown in the list any more.

Reference: http://parallels.com/

Upgrading to PHP5 using /script/easyapache

1. Connect to server as root
2. /scripts/upcp –force ##this can take a while.
3. /script/easyapache

SELECT OPTION 7

1. Select “Php Module —>”
2. Uncheck current PHP version
3. Check latest version of PHP5
4. Select “Exit”
5. Select “Exit” again
6. Sit back and wait, it can take 10-60 minutes to complete

Upgrading to PHP5 on RHEL4 Ensim Pro X for Linux

1.Remove php 4.3.9 rpms

# rpm -qa | grep -i php | grep 4.3.9 | xargs rpm -e –nodeps

2.Upgrade / install libc-client using yum or up2date

# yum install libc-client or up2date libc-client

3.Download all php5 rpms from ftp://ftp.digitalus.nl/ensim_php5/

4.Install all php5 rpms

# rpm -ivh –nodeps *.rpm

5.Edit /etc/virtualhosting/filelists/apache.sh and add following lines

N:S,rpm:php-domxml
N:S,rpm:php-xml
N:S,rpm:libc-client

6.Run ensim through maintenance

set_pre_maintenance
set_maintenance
set_post_maintenance
service epld restart

Reference : http://parallels.com/

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.

Next »