RHEL5.1创建本地及FTP的yum源

原材料:

一台已经装好RHEL5.1的旧电脑主机,没有键盘鼠标,没有显示器

一台安装windows7 的笔记本

工具:

RHEL5.1 安装光盘

Xmanager Enterprise 4 软件

步骤:

本地 yum 源

1.创建一个目录,用于挂载光盘镜像

[[email protected] ~]# mkdir -pv /var/yum.d

2.挂载光盘镜像到刚刚创建的目录中

[[email protected] ~]# mount /dev/cdrom /var/yum.d/

3.备份/etc/yum.repos.d/rhel-debuginfo.repo文件

[[email protected] ~]# cd /etc/yum.repos.d

[[email protected] yum.repos.d]# cp rhel-debuginfo.repo rhel-debuginfo.repo.bak

4.修改/etc/yum.repos.d/rhel-debuginfo.repo文件的内容

[[email protected] yum.repos.d]# vim rhel-debuginfo.repo

[rhel-Server]

name=Red Hat Enterprise Linux

baseurl=file://mnt/Server

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

5.首次尝试使用yum

[[email protected] yum.repos.d]# yum install bind

Loading "rhnplugin" plugin

Loading "security" plugin

Loading "installonlyn" plugin

This system is not registered with RHN.

RHN support will be disabled.

Setting up Install Process

Setting up repositories

No Repositories Available to Set Up

Reading repository metadata in from local files

Parsing package install arguments

Setting up repositories

No Repositories Available to Set Up

Reading repository metadata in from local files

No Match for argument: bind

Nothing to do

6.排查问题

(1)发现没有把enabled=1,修改后重试

[[email protected] yum.repos.d]# vim rhel-debuginfo.repo

[rhel-Server]

name=Red Hat Enterprise Linux

baseurl=file://mnt/Server

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

7.第二次使用yum

[[email protected] yum.repos.d]# yum install bind

Loading "rhnplugin" plugin

Loading "security" plugin

Loading "installonlyn" plugin

This system is not registered with RHN.

RHN support will be disabled.

Setting up Install Process

Setting up repositories

rhel-Server               100% |=========================| 1.3 kB    00:00

Reading repository metadata in from local files

primary.xml.gz            100% |=========================| 686 kB    00:00

################################################## 2159/2159

Parsing package install arguments

Resolving Dependencies

--> Populating transaction set with selected packages. Please wait.

---> Downloading header for bind to pack into transaction set.

media://1192656534.547140%232/bind-9.3.3-10.el5.i386.rpm: [Errno 4] IOError: <urlopen error unknown url type: media>

Trying other mirror.

Error: failed to retrieve bind-9.3.3-10.el5.i386.rpm from rhel-Server

error was [Errno 4] IOError: <urlopen error unknown url type: media>

8.第二次排错

后续。。。

时间: 2024-10-22 08:06:59

RHEL5.1创建本地及FTP的yum源的相关文章

内网环境上部署k8s+docker集群:集群ftp的yum源配置

接触docker已经有一年了,想把做的时候的一些知识分享给大家. 因为公司机房是内网环境无法连接外网,所以这里所有的部署都是基于内网环境进行的. 首先,需要通过ftp服务制作本地的yum源,可以从http://mirrors.163.com/centos/ 上找到对应版本的centos系统,下载该系统的base和extra包到本地. 将下载完成的文件放到服务器的/var/ftp/pub/media/x86_64目录下./var/ftp为ftp服务器的根目录.这里请谨记,ftp一般在系统安装的时候

两台虚拟搭载ftp的 yum源

实验报告实现ftp liux的yum源搭建 实验步骤 一.准备两台liunxA与B A:svr5.tarena.com  ip:192.168.4.5  网关:192.168.4.254 DNS:192.168.4.5    网卡:VMnet1 B:svr6.tarena.com   ip:192.168.4.6  网关:192.168.4.254 DNS:192.168.4.5    网卡:VMnet1 能够ping同且所有配置重启生效 二.所有虚拟机共同配置台虚拟机共同配置 1.关闭Netw

VMware虚拟机中centos6.5配置本地(光盘)yum源

1.选择CD做为yum源 2.将其他几个源重命名 3.编辑CD源配置文件 修改CD配置文件为下图中配置 4.创建挂载目录,挂在光盘 5.查看挂载后,光盘中的内容 6.yum利用本地CD源安装dos2unix 安装成功 7.查看dos2unix命令

使用本地光盘制作一个yum源

有时候Linux系统不能联网,此时就不能使用联网的yum源了:这时候需要利用在Linux系统下使用光盘制作一个yum源.步骤如下: 1.挂载光盘 mount /dev/cdrom /mnt 2.删除/etc/yum.repos.d/目录下所有的repo文件 rm -rf /etc/yum.repos.d/* 3.在/etc/yum.repos.d/目录创建新文件dvd.repo vim /etc/yum.repos.d/dvd.repo  //加入以下内容 [dvd]              

[笔记]RHEL6.4使用本地ISO镜像做yum源

虚拟机安装 FTP 配置YUM源

原文地址:http://blog.51cto.com/13956260/2171357

Redhat6.4 配置本地网络的FTP YUM源

Redhat6.4 配置本地网络的FTP YUM源 如果本机IP: 192.168.8.47 (一) 配置本机的yum源 使用以下的方法能够配置本机的yum源: 1) scp命令上传ISO文件到: /opt/rhel-server-6.4-x86_64-dvd.iso 2) 挂载ISO到/mnt/repo文件夹# mount -t iso9660 -o loop /opt/rhel-server-6.4-x86_64-dvd.iso /mnt/repo 3) 创建repo文件(名字随意.repo

[转载]CentOS 7 创建本地YUM源

本文中的“本地YUM源”包括三种类型:一是直接使用CentOS光盘作为本地yum源,优点是简单便捷,缺点是光盘软件包可能不完整(centos 7 Everything 总共才6.57G):二是同步CentOS官方源到本地(相当于创建了一个公共镜像),优点是最靠谱,缺点是占空间费流量:三是创建完全自定义的本地源,优点是灵活性最大,缺点是只是作为其他源的补充. 一.使用CentOS光盘作为本地yum源 (1) 实体机上直接放入光盘(2) VMware Workstation 虚拟机:虚拟机-->可移

yum源配置(本地镜像)

yum info xxx, yum list,yum list xxx.yum list updatesyum search xxx, yum search all xxx,yum search all yum installyum remove yum clean allyum makecacheyum repolist all yum 的软件群组功能 yum grouplist|groupinstall|groupremove 常用命令[[email protected] ~]# yum s