vzup2date Configuration File
The
/etc/sysconfig/vzup2date/vzup2date.conf
file is used by the
vzup2date
utility on the step of connecting to the repository with storing the latest Parallels Server Bare Metal updates.
The parameters in this file are presented on separate lines in the following format:
<
parameter_name
>=<
parameter_value
>
The table below describes these parameters:
Parameter
|
Description
|
Example
|
Server
|
The URL used for the connection.
|
https://vzup2date.
parallels.com
|
User
|
The user name for accessing the update server.
|
user1
|
Password
|
The password for accessing the update server.
|
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
HTPP_PROXY_USER
parameter and used for your authentication by the HTTP proxy server.
|
2wed45r
|
LocalRepositoryDir
|
The path to the local directory on the server where the downloaded Parallels Server Bare Metal updates are stored. By default, the
/vz/vzup2date
directory is used.
|
/vz/vzup2date
|
LogFile
|
The path to the log file on the server containing the information on Parallels Server Bare Metal updates. By default, the
/var/log/vzup2date.log
file is used.
|
/var/log/vzup2date.log
|
Not all the possible parameters must be necessarily present in this file. In fact, all the parameters are optional, i.e. if they are missing from this file, the
vzup2date
utility will ask for the user input without suggesting its own variant taken from this file.
|