How to Configure YUM Server - Redhat
Only for Linux Part
Most of the beginners in Linux faces a big problem when they are deploying a package i.e.; dependency failure. To resolve this issue Redhat introduced a technology called YUM.
YUM is a repository system contains information about packages and files inside every RPMs, Now Don’t worry about redhat repository .Create your own Yum repository in a local system and enjoy.
Pre quest of yum server
I assume that you have completed these pre quest of yum server
- A Linux system with hostname Server.example.com and with ip address of 192.168.0.254
- Dump of RHEL disk on /var/ftp/pub location
Once you have completed these pre quests follow this guide. change directory to /var/ftp/pub/Server
yum and create repo rpm are required for yum server install them
Now install createrepo by rpm command.
After installing necessary package change directory to /var/ftp/pub
Now create repository of Server directory
Repository of all rpm will be created in few minute
Now create repository for VT
Comments