Running the Patch Downloader utility for Red Hat Enterprise Linux
The following procedure describes how to run the Patch Downloader utility and how to extract RPM packages from a file prepared using the ISO format.
To run the Patch Downloader utility on Red Hat Enterprise Linux
Enter the following command:
-configFile "<downloaderConfigurationFilePath>"
-rhnUser "<rhnUserName>" -rhnPass "<rhnPassword>"
This command uses the following variables:
<downloaderConfigurationFilePath> | Location of the Configuration file used by the Patch Downloader |
<rhnUserName> | User name required to log onto the Red Hat Network website |
<rhnPassword> | Password required to log onto the Red Hat Network website |
To extract packages from ISO
Enter the following command:
-extractPackagesFromISO -repoLocation "<patchRepositoryFilePath>"
-isoLocation "<isoFilePath>"
-osArch "<operatingSystemArchitecture>"
This command uses the following variables:
<patchRepositoryFilePath> | Location of the patch repository used by the Patch Downloader |
<isoFilePath> | Location of the ISO from which RPMs are extracted |
<operatingSystemArchitecture> | An OS/architecture combination; for example, RHAS4-x86 or RHAS4-x86_64 |
For example:
-extractPackagesFromISO -repoLocation "C:\redhat"
-isoLocation "\redhatDVD.iso"
-osArch "RHAS4-x86"