태그: yum

Local Repository 만들기

설치 dvd 다운로드 https://rhn.redhat.com/rhn/software/downloads/SupportedISOs.do mount 할 폴더 생성 mkdir -p /root/iso iso 를 mount 한다. mount -o loop rhel-server-6.3-x86_64-dvd.iso /root/iso repository 정보를 설정한다 vi /etc/yum.repos.d/local.repo 다음 repository 설정을 넣는다. [local-repo] name=Local Repository baseurl=file:///root/iso/Server enabled=1 gpgcheck=0 Web Server에 만들고 URL로 repository 에 등록하기 Repository 를 제공할 서버의 IP 는 192.168.10.10 이라 가정 192.168.10.10 에 ssh 로 연결 CentOS 및 RHEL 설치…

Making a simple Yum repository.

Here is some low hanging fruit to improve your RHEL environment and simplify your work… setup a simple Yum repository.   There is very little magic involved in getting a yum repository up and running. You just need a web server and createrepo. yum -y install createrepo httpd Give your repo a home. mkdir -p /path/to/repo/MyRepo Go ahead and setup a…

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin