tag|identifier|URL
| Term | Description |
|---|---|
| tag | The tag is the identifier used by cPanel to find the RPM it needs. For example, you could specify exim here if you wanted to maintain a specific version of Exim. You can find the appropriate tag for any given RPM by examining /usr/local/cpanel/etc/rpm.versions. |
| identifier | This value is a unique identifier for the specific version of the RPM you wish to use. The input should be the same as the output from running rpm -qa. Example: admin@host [~]# rpm -qa exim exim-4.69-23.1_cpanel_maildir |
| URL | The URL at which your server can download the RPM. The URL is templated so that it can apply to all supported architectures. See below for more details. |
Each element in the URL contained within brackets ([ ]) is a variable that holds information about the system. Ultimately, these variables specify where the system will download the RPM. You can use any variable in /var/cpanel/sysinfo.config to create the URL. Only the following 4 variables are required:http://[% httpupdate %]/RPM01/[% rpm_dist %]/[% rpm_dist_ver %]/[% rpm_arch %]/MySQL-client-5.1.56-0.glibc23.[% rpm_arch %].rpm
| Variable | Description |
|---|---|
| [% httpupdate %] | The hostname at which the server can access the RPM (httpupdate.cpanel.net or a preferred mirror) |
| [% rpm_dist %] | The server's operating system distribution (centos, redhat, cloudlinux) |
| [% rpm_dist_ver %] | The operating system distribution's major version number (4, 5, or 6) |
| [% rpm_arch %] | The server's architecture (i386 or x86_64) |
mysql51_client|MySQL-client-5.1.56-0.glibc23|http://[% httpupdate %]/RPM01/[% rpm_dist %]/[% rpm_dist_ver %]/[% rpm_arch %]/MySQL-client-5.1.56-0.glibc23.[% rpm_arch %].rpm
| Element | Term |
|---|---|
| mysql51_client | The RPM's tag for maintaining the MySQL 5.1 client |
| MySQL-client-5.1.56-0.glibc23 | The RPM identifier for the MySQL 5.1.51 client |
| http://[% httpupdate %]/RPM01/[% rpm_dist %]/[% rpm_dist_ver %]/[% rpm_arch %]/MySQL-client-5.1.56-0.glibc23.[% rpm_arch %].rpm | The URL at which the server can download the MySQL client RPM. Each value contained within brackets ([ ]) will be looked up by the system. |
Copyright © cPanel 2000–2011.