Archive for the tag 'mirror'

SBDavid

How to set up a mirror for the Panel

How to set up a mirror for the Panel

1. Log in to the server on which you are going to set up a mirror.
2. Create a directory in which the files should reside. For illustration purposes, we will call this directory destination_directory/.

3. Set up a mirror by issuing the following commands.

These commands download the PSA_10.0.0/, SITEBUILDER_5.0.0/, and BILLING_7.0.0/ directories from the Parallels Updates repository to the destination_directory/.

# rsync -au –delete rsync://autoinstall.plesk.com/autoinstall/PSA_10.0.0/ destination_directory
# rsync -au –delete rsync://autoinstall.plesk.com/autoinstall/SITEBUILDER_5.0.0/ destination_directory
# rsync -au –delete rsync://autoinstall.plesk.com/autoinstall/BILLING_7.0.0/ destination_directory

Reference: http://parallels.com/

How to use a custom mirror for Parallels Updates Server

If you already have your Parallels Updates Server mirror setup.

Then on the hardware node, edit the file defining the repository URL.

The file for editing is /vz/template/[os]/[os-version]/[platform]/config/app/[app-template-name]/default/repositories.

For example:

/vz/template/[os]/[os-version]/[platform]/config/app/plesk10.0/default/repositories

Replace the Parallels Updates server URLs with the corresponding ones of your mirror and save the file.

Clean or re-fetch the packages metadata.

For Example

vzpkg clean