Parameter
|
Description
|
Example
|
Server
|
The URL used for the connection.
As a rule, this parameter is set automatically and does not need to be modified.
|
https://vzup2date.
parallels.com
|
User
|
The user name for accessing the update server.
As a rule, this parameter is set automatically and does not need to be modified.
|
user1
|
Password
|
The password for accessing the update server.
As a rule, this parameter is set automatically and does not need to be modified.
|
sample
|
HTTP_PROXY
|
The proxy server address, if you use this server.
|
http://192.168.1.20
|
HTTP_PROXY_USER
|
The user name used by the HTTP proxy server for your authentication.
|
peter
|
HTTP_PROXY_PASSWORD
|
The password of the user specified in the
HTTP_PROXY_USER
parameter and used for your authentication by the HTTP proxy server.
|
2wed45r
|
LocalRepositoryRoot
|
The local directory where the mirror is to be located and all the required packages are to be stored after the execution of
vzup2date-mirror
. This parameter can be overwritten by the
local_repo_path
parameter of the
vzup2date-mirror
utility (to learn more about
local_repo_path
, see the
vzup2date-mirror
subsection).
|
/var/www/html
|
Releases
|
The list of comma-separated Parallels Server Bare Metal releases or OS templates names. The format of this parameter is different for different types of updates:
-
For system updates, you should set it in the
arch
/
Parallels Server Bare Metal_release
format.
-
For EZ templates updates, you should set it in the
arch
/
EZ_template_name
format.
By default, the value of this parameter is set to
all/all
meaning that all available updates for all system architectures will be downloaded from the Parallels Server Bare Metal official repository to your local mirror.
|
i386/5
|
MirrorName
|
The name assigned to the mirror. You must specify this parameter for each mirror if you are planning to have several mirrors with different
LocalRepositoryRoot
parameters operating simultaneously on your server (in one Container). These mirror names will be used by the
apache
application to distinguish among the existing mirrors.
|
Mirror1
|
HTTPD_CONFIG_
FILE
|
The path to the
httpd
configuration file. This file is required for the correct work of the
apache
application. As you can create an HTTP-based mirror only, the
apache
application should be installed on the server and a valid path to
httpd.conf
should be specified. By default, this parameter is set to
/etc/httpd/conf/httpd.conf
. If you have not change the default
httpd.conf
file location, you do not need to change this parameter.
|
/etc/httpd/conf/
httpd.conf
|