Step By Step Configration of Yum Server
1. mount /dev/cdrom /mnt
2 rpm -ivh /mnt/Server/Packages/vsftpd*
3. cp -rv /mnt/* /var/ftp/pub/
4. rpm -ivh /mnt/Server/Packages/delta*
5. rpm -ivh /mnt/Server/Packages/Pythen-delta*
6. rpm -ivh /mnt/Server/Packages/createrepo*
7. vi /etc/yum.repos.d/server.repo
[yum-server]
name= This is my RPM store
baseurl=file:///var/ftp/pub/
enable=1
gpgcheck=0
8. createrepo -v /var/ftp/pub
9. rm -rf /var/ftp/pub/.olddata
10. yum clean all
11. yum update
Now Your Yum Server is Configured
Subscribe to:
Post Comments (Atom)
This steps work fine.
ReplyDeletearun tripathi thanks yaar
ReplyDeletethis step works ok....but anyone try the process used in linux 5.0,5.5 version...i m eager to know cse this step seems to be like differ format in the sense bit opposite to 5.0, 5.5 version step
ReplyDeletehow can i install yum without using rpm in rhel6 coz i know that process in rhel5 but i can't do that in rhel6
ReplyDeleteif u know dat process plz email me (arundasouni@ymail.com)
ReplyDeleteThanx Sirjee!!!!!!!!
ReplyDeleteBHARAT THAKUR
Thanks boss...it worked
ReplyDeletedo we nee to remove rm -rf /var/ftp/pub/ .olddata as it will remove the files in the folder..
ReplyDeleteThanks for describing it in very easiest way
ReplyDeleteThanks for your support.
ReplyDeleteThank u sir ji. For helping
ReplyDelete