Option |
Description and possible arguments |
--source-type <local | network | plesk> |
Specify the location of Parallels Plesk Panel packages: type 'local' for local file system, 'plesk' for the official Parallels Plesk Panel Update server (the URL is hardcoded in the installer binary), and 'network' for any network server (ftp, http and https protocols are supported). |
--source <path | url> |
When retrieving Parallels Plesk Panel packages from a local file system, specify the '--source' option to point to the file that contains the information on the Parallels Plesk Panel build you want to install. When retrieving Parallels Plesk Panel packages from a network server, specify the '--source <URL>' option to point to the directory where the mirror of Parallels Plesk Panel update server resides. |
--add-source <type, priority, url, username, environment variable with password> |
To retrieve updates for server's operating system from vendor sites, specify this option with the arguments: --add-source="<type>, <priority>, <url>, <username>, <environment variable with password>" Replace <type> with repomd value, <priority> with a number from 1 to 999 (999 is the highest priority), and <url> with a URL of the vendor updates source. The values <username> and <environment variable with password> are required only if your vendor's site requires authentication. For security reasons, you cannot specify the password in plain text; you can only assign the password to an environment variable and then specify this variable name as password. Example: export PASSWORD="my password" --add-source repomd, 100, http://download.fedora.redhat.com/fedora/linux/core/updates/2/i386, username, PASSWORD |
--target |
By default, the installer saves the retrieved files in the directory |
--proxy-host <network address> |
When using a proxy server or a firewall, use this option to specify proxy server domain name or IP address. |
--proxy-port <port number> |
Default port for connecting to proxy server is 3128. If your proxy server uses different port number, you should specify it using this option. |
Proxy authentication options: |
If your proxy server requires authentication, you should use these options to authenticate the installer at the proxy server. Example: --proxy-user smith --proxy-password f1sZ9AnQ4EnO52 |
--show-releases |
Specify this option to retrieve a list of available releases for the operating system where the installer is executed. You will be given a list of release identifiers and release descriptions. The release identifiers are what you will need to deal with. |
--show-all-releases |
This option shows all releases available from the Parallels Plesk Panel updates server. |
--select-release-id <release id> |
Use this option to specify a release version that you want to install or view properties of. |
--select-release-latest |
Use this option to select the latest release available for your operating system. |
--show-components |
Specify this to obtain the information on the components available for the selected release. Components' descriptions and names will be displayed. |
--install-component <component name> |
Use this option to specify the components that you wish to install. If you want to install two or more components at once, repeat this option for each component. |
--install-everything |
Use this option to install all components of the selected release. |
--allow-kernel-install |
Use this option if you want to allow kernel upgrade. By default, the installer does not make any kernel upgrades. |
--show-os-list |
Use this option to find out what operating systems are supported by the Parallels Plesk Panel version you selected. |
--mirror-os <OS name from OS list> |
This option activates the mirroring feature in the installer. If you want to mirror releases for different operating systems, you should specify this option per each operating system. |
--notify-email <e-mail address> |
Use this option to have the installer send you status reports by e-mail. A successful completion report includes a list of installed/upgraded packages with a detailed log. |
--enable-xml-output |
This option is designed for communicating with the Parallels Plesk Panel, and it may be used for interaction with other applications. |
--query-status |
Because RPM database does not allow multiple accesses, the installer makes a lock on its functionality. Run this option to find out if the installer is active. This will check for a lock, and will return either an exit code (0 - the installer is idle, 1 - the installer is running and busy), or XML-formatted output. |
--check-updates |
Specify this option to check the updates server for updates applicable to your Parallels Plesk Panel version. A list of releases that you can update or upgrade to will be shown. |
--web-interface |
Use this option to start the Parallels Products Installer's Web interface. Note that this option is available only starting from Parallels Products Installer version 3.4.0. |
--ssl-cert <file.pem> |
Use this option to specify the path to the SSL certificate file that should be used for securing connections to the Parallels Products Installer's Web interface. |
--without-ssl |
Use this option to specify that connections to the Web-based installation wizard will not be secured. |