当前位置: 首页 > news >正文

how create rhel8 local repository server

Repository Server Configuration

Mount DVD.iso. Create DVD repo.

[BaseOS]
name=DVD_BaseOS
enabled=1
gpgcheck=0
baseurl=file:///mnt/BaseOS
[AppStream]
name=DVD_AppStream
enabled=1
gpgcheck=0
baseurl=file:///mnt/AppStream
yum install -y createrepo yum-utils bash-completion vim bzip2 java

Disable repo ID of DVD.repo.

yum-config-manager --disable BaseOS
yum-config-manager --disable AppStream

Set Proxy Configuration.

cp /etc/profile ~/
vim /etc/profile

Set RHSM configuration

cp /etc/rhsm/rhsm.conf ~/
vim /etc/rhsm/rhsm.conf
proxy_hostname = 10.10.212.1
proxy_port = 8080

Registering a system for HREL Account.

subscription-manager register
xxxxx
xxxxx
subscription-manager attach --auto
subscription-manager refresh

Update yum Data

yum clean all
yum makecache

View repo list

yum repolist all | grep enabled

Create folder

mkdir -p /home/repo/rhel8

vim patch_download.sh

--#!/bin/bash
reposync -p /home/repo/rhel8/ --download-metadata --repoid=rhel-8-for-x86_64-baseos-rpms
reposync -p /home/repo/rhel8/ --download-metadata --repoid=rhel-8-for-x86_64-appstream-rpms
createrepo --update /home/repo/rhel8/rhel-8-for-x86_64-appstream-rpms/
createrepo --update /home/repo/rhel8/rhel-8-for-x86_64-baseos-rpms/

http://www.zskr.cn/news/13968.html

相关文章:

  • 借助Aspose.Email,使用 Python 读取 Outlook MSG 文件
  • 文件同步工具深度测评(2025版):同步盘夺冠
  • Oracle故障处理:数据库启动时遇到ORA-01578错误
  • AGC073C 赛后补题记录
  • 深入解析:【深度学习计算机视觉】03:目标检测和边界框
  • leetCode刷题记录1
  • 【Bluedroid】A2DP Source 音频流暂停流程解析[5]:停止流程及资源管理机制(btif_a2dp_source_stop_audio_req) - 教程
  • 【IEEE-CPS出版】2025年数据管理与计算机科学国际学术会议(ICDMCS 2025)
  • 实用指南:Unity单元测试:C语言轻量级框架实战
  • 【ACM出版】第五届管理科学和软件工程国际学术会议(ICMSSE 2025)
  • 标签化模板之styled-components原理
  • Halcon基础——图像增强
  • Day24接口的定义与实现
  • 题解:CF2146D2 Max Sum OR (Hard Version)
  • NVIDIA 开源 Audio2Face:音频生成逼真面部动画;Gemini Live API 支持思考能力 丨日报
  • 个人用云计算学习笔记 --14( Linux 逻辑卷管理、Linux 交换空间管理) - 教程
  • Print Conductor打印软件安装教程!一款非常好用的批量打印软件!支持PDF、Word、Excel、图片等
  • Python 面向对象编程基础:类与对象初体验
  • Drools 7.0基础环境搭建
  • 基于微信小程序的旅游景点体系【2026最新】
  • 反电动势法控制BLDC电机的原理图分析
  • 2025内网聊天工具排行 4款好用的内网聊天软件推荐
  • 方言普通话识别大模型,支撑中英+202种方言识别
  • BLE从机(20)BLE区分主机(IOS/安卓/WIN)
  • Gitee:中国开发者生态的数字化转型加速器
  • 大模型提示词技巧Prompt Engineering,看这一篇就够了 - 知乎
  • Pandawiki接入飞书机器人全攻略:打造企业智能问答新体验
  • WPF 深入系列.2.布局体系.布局控件.StackPanel
  • 快速查看Navicat数据库连接密码实战
  • 老旧系统接入统一认证