8.03.2014

yum server on rhel6

01. Copiamos el contenido del dvd (rhel 6.4 x 64 bits) en /var/www/html/repo/install
02. Preparamos el directorio mediante createrepo
[root@localhost repo]# createrepo install/
Spawning worker 0 with 3720 pkgs
Workers Finished
Gathering worker results
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
Sqlite DBs complete
03. Importar los 02 GPG-KEY que tenemos bajo el directorio "install"
[root@localhost repo]# cd install/
[root@localhost install]# rpm --import RPM-GPG-KEY-redhat-beta 
[root@localhost install]# rpm --import RPM-GPG-KEY-redhat-release

04. Finalmente creamos el archivo /etc/yum.repos.d/local.repo
[local]
name=local
#baseurl=file:///var/www/html/repo/installl/  #(opcional)
baseurl=http://localhost/repo/install/           #necesita httpd up
enabled=1
gpgcheck=1
Mediante baseurl=http permitirá servir como repositorio en la red.

No hay comentarios.:

Publicar un comentario