December 2015
Intermediate to advanced
250 pages
4h 41m
English
In this recipe, I'll show you how you can set up a yum repository for Red Hat Network-based and "plain" yum repositories.
Before you create a copy of an RHN repository, you need to ensure that you have a valid subscription to the repository that you want to duplicate. When this prerequisite is met, you can perform this recipe from the machine that uses the subscription.
Before being able to create yum repositories, we need to install a couple of tools by performing the following steps:
createrepo and yum-utils packages using the following command:
~]# yum install -y yum-utils createrepo
~]# yum install -y httpd