运行维护:两台服务器以http方式共享yum软件仓库 apache镜像目录共享
这样就通过apache实现了http方式的yum源。
总结
[root@localhost ~]# yum install vsftpd -y已加载插件:fastestmirrorLoading mirror speeds from cached hostfile正在解决依赖关系......总下载量:169 k安装大小:348 kDownloading packages:vsftpd-3.0.2-22.el7.x86_64.rpm | 169 kB 00:00:00Running transaction checkRunning transaction testTransaction test succeededRunning transaction正在安装 : vsftpd-3.0.2-22.el7.x86_64 1/1验证中 : vsftpd-3.0.2-22.el7.x86_64 1/1已安装:vsftpd.x86_64 0:3.0.2-22.el7完毕!
测试
[123]name=123baseurl=http://172.16.1.100/aaaenabled=1gpgcheck=0
在/etc/yum.repos.d/ 目录下创建123.repo
在172.16.1.112配置yum
在浏览器访问
[root@localhost ~]# ls /var/www/html/aaa/CentOS_BuildTag EULA images LiveOS repodata RPM-GPG-KEY-CentOS-Testing-7EFI GPL isolinux Packages RPM-GPG-KEY-CentOS-7 TRANS.TBL
/var/www/html/创建aaa目录,将镜像拷贝到/var/www/html/aaa
在/var/www/html下面创建aaa目录,
[root@localhost ~]# yum install -y httpd
172.16.1.100通过apache镜像目录共享
[root@localhost ~]# yum install -y telnet已加载插件:fastestmirrorLoading mirror speeds from cached hostfile正在解决依赖关系...依赖关系解决=============================================================================================== Package 架构 版本 源 大小===============================================================================================正在安装: telnet x86_64 1:0.17-64.el7 123 64 k事务概要===============================================================================================安装 1 软件包总下载量:64 k安装大小:113 kDownloading packages:Running transaction checkRunning transaction testTransaction test succeededRunning transaction 正在安装 : 1:telnet-0.17-64.el7.x86_64 1/1 验证中 : 1:telnet-0.17-64.el7.x86_64 1/1 已安装: telnet.x86_64 1:0.17-64.el7 完毕![root@localhost ~]#
测试
[123]name=123baseurl=file:///mntgpgcheck=0enabled=1
在/etc/yum.repos.d/ 下新建123.repo文件
[root@localhost ~]# mount /dev/cdrom /mnt
在172.16.1.100制作本地yum源
ip:172.16.1.112,172.16.1.100
系统版本:Centos7