基于http的yum源(实现内网的yum服务器)

本文介绍了如何在CentOS7环境下,利用VMware上的两张光盘构建基于HTTP的Yum源。步骤包括安装并启动httpd服务,创建目录结构,挂载光盘内容,配置repo文件,进行网页访问测试,以及在CentOS6和7上进行yum源测试和管理。
摘要由CSDN通过智能技术生成

实验:基于http的yum源

selinux,firewalld已经关闭‘,系统为CentOS7

repodata所在的目录就是yum源

下面介绍了如何把本地光盘通过httpd服务器变成yum源;多个源写到一个文件;把现有的rpm包创建成yum仓库;

一、VMware插入两张光盘,6和7

基于http的yum源(实现内网的yum服务器)

二、手动触发系统的扫描机制

[root@centos7 html]# echo ' - - - ' > /sys/class/scsi_host/host0/scan
[root@centos7 html]# echo ' - - - ' > /sys/class/scsi_host/host1/scan
[root@centos7 html]# echo ' - - - ' > /sys/class/scsi_host/host2/scan 
[root@centos7 html]# lsblk 
NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda               8:0    0  200G  0 disk 
├─sda1            8:1    0    1G  0 part /boot
├─sda2            8:2    0  100G  0 part /
├─sda3            8:3    0   50G  0 part /data
├─sda4            8:4    0    1K  0 part 
└─sda5            8:5    0    4G  0 part 
  └─centos-swap 253:0    0    4G  0 lvm  [SWAP]
sr0              11:0    1   10G  0 rom  /var/www/html/centos7/os/x86_64
sr1              11:1    1  3.7G  0 rom

三、yum安装httpd并启动

[root@centos7 html]# yum install httpd -y
[root@centos7 html]# systemctl start httpd

四、/var/www/html下面创建目录结构

[root@centos7 html]# cd /var/www/html/
[root@centos7 html]# mkdir centos{6,7}/os/x86_64 -p

五、分别挂载两张光盘到对应目录

[root@centos7 html]# mount /dev/sr0 /var/www/html/centos7/os/x86_64/
[root@centos7 html]# mount /dev/sr1 /var/www/html/centos6/os/x86_64/

六、网页访问测试

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值