Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

iDRAC 가상 미디어를 통해 마운트된 OS iso 파일을 사용하여 RHEL 8에서 YUM 로컬 리포지토리를 생성하는 단계

Summary: RHEL 8 OS 환경의 IDRAC 가상 미디어를 통해 마운트된 OS iso 이미지에서 로컬 YUM 리포지토리를 생성하고 구성하려면 아래 단계를 참조하십시오.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

GUI에서 IDRAC 가상 미디어를 통해 RHEL OS iso 파일을 마운트하거나 아래 RACADM CLI 명령을 사용하여 원격 OS iso 이미지를 마운트합니다.

RACADM CLI 명령 가이드를 참조하여 원격 서버에서 미디어 파일을 구성할 수 있습니다.
(111페이지) Integrated Dell Remote Access Controller 9 RACADM CLI 가이드 
#racadm remoteimage -c [-u <username> -p <password> -l <image_path>]
RACADM 원격 이미지

이 디렉토리에 OS iso 이미지를 마운트할 디렉토리를 생성합니다.
#mkdir /root/DVD
#mount /dev/sr0 /root/DVD/
#lsblk
mkdir 및 mount

lsblk (엘에스블케이)

/etc/yum.repos.d 디렉터리


로컬 리포지토리 파일 만들기
아래에 로컬 리포지토리 파일(local.repo)을 만듭니다.local.repo 파일에 아래 매개변수를 추가하여 마운트된 OS ISO 이미지에서 로컬 YUM 리포지토리를 구성합니다.
#vi local.repo
[InstallMedia-BaseOS]
name=Red Hat Enterprise Linux 8 - BaseOS
baseurl=file:///root/DVD/BaseOS
gpgcheck=0
enabled=1

[InstallMedia-AppStream]
name=Red Hat Enterprise Linux 8 - AppStream
baseurl=file:///root/DVD/AppStream
gpgcheck=0
enabled=1

[InstallMedia-BaseOS]입니다.

ll 합계
#yum clean all
#yum repolist all
#yum install <package-name>
모두 청소#yum

#yum install <package-name>

dnf 설치

 
 

Affected Products

Red Hat Enterprise Linux Version 9, Red Hat Enterprise Linux Version 8
Article Properties
Article Number: 000208302
Article Type: How To
Last Modified: 23 Sep 2024
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.