2、將映象上傳到做yum伺服器的虛擬機器上(本地為10.0.8.142),目錄習慣放在src下面
# mkdir -p /usr/src/iso
3、掛載iso檔案
# cd /usr/src# mount -o loop -t iso9660 centos-7-x86_64-everything-1804.iso /data/iso
4、配置yum
# cd /etc/yum.repos.d/# mkdir bak# mv *repo bak/# vi local.repo
local.repo檔案內容如下:
[local]name=centos-7-x86_64-everything-iso
baseurl=file:///
usr/src/iso
gpgcheck=0
enabled=1
5、本地驗證:
1# yum clean all
2 # yum makecache
檢視有無報錯,是否正確載入
6、通過http共享,需占用80埠
7、按照如上方式啟動的httpd服務,占用埠80,預設訪問路徑是/var/www/html/,因此需要建立的/usr/src/iso目錄做個軟連線到這個目錄下:
1 # mkdir -p /var/www/html/2 # ln -s /usr/src/iso /var/www/html/iso
8、在其他伺服器上配置yum源:
內容如下:
9、檢視有無報錯
搭建本地YUM源伺服器
yum 全稱為 yellow dog updater,modified 是乙個在fedora和redhat以及suse centos中的 shell前端軟體包管理器。基於 對於管理linux系統的管理員來說,搭建乙個本地yum源伺服器,將會使系統管理工作便捷很多。實驗所需 centos系統安裝盤一張...
製作本地YUM伺服器
crontab的寫法在這裡就不累述了,主要是shell的內容,shell1 bin bash usr bin yum downloadonly downloaddir redhat5 y update var log yum rh update 前提是需要安裝yum downloadonly的工具包...
RedHat6 0 ES 本地yum伺服器搭建配置
我的linux redhat6.0上在裝的時候木有裝xwindow和gnome這些桌面,今天想裝oracle需要介面,我得裝xwindow啦,本想yum install xorg gnome 了事,可是俺的rhel 6.0又沒註冊,不能yum啦,想想乙個個rpm去裝也太費勁了,好幾百個rpm呢,還要...