일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- TV
- Linux
- 스크립트
- c3850
- CentOS
- v7000
- AIX
- ssh
- centos8
- ibm 스토리지
- 디스크
- iptv 스캔
- tv 스캔
- 파일시스템 확장
- 오류
- oracle
- VMware
- 리눅스
- yum
- IBM
- Update
- db
- HP
- #AIX
- EMC
- 오라클
- ibm storage
- ibm v7000
- Windows
- centos 8 EOS
- Today
- Total
현재에최선을
[리눅스] centos 8 stream upgrade 본문
1. repo 주소 변경
yum repolist로 확인
/etc/yum.repos.d/
-- baseurl를 로컬에 구성한 서버로 변경
baseurl :
[로컬서버IP]/repo/baseos/
[로컬서버IP]/repo/appstream/
[로컬서버IP]/repo/extras/
[로컬서버IP]/repo/extras-common/
2. 저장소 추가
-. dnf install epel-release
- /etc/yum.repos.d/ 아래에 epel.repo, epel-modular.repo baseurl 수정
[로컬서버IP]/repo/epel/
[로컬서버IP]/repo/epel-modular/
3. yum clean all
4. dnf update libmodulemd
5. dnf install centos-release-stream -y --allowerasing
6. dnf clean all
7. appstream, baseos, epel, epel-modular, extras, extras-common baseurl 수정
[로컬서버IP]/repo/baseos/
[로컬서버IP]/repo/appstream/
[로컬서버IP]/repo/extras/
[로컬서버IP]/repo/extras-common/
8. dnf clean all
9. dnf update -y
10. reboot
11. repo epel-next 추가 확인
[로컬서버IP]/repo/epel-next/
12. dnf clean all
13. dnf swap centos-{linux,stream}-repos
14. dnf install centos-release-stream
15. dnf distro-sync -y
16. reboot
17. cat /etc/redhat-release, uname -a
'[리눅스]' 카테고리의 다른 글
[리눅스] ssh start 하면 에러 날때 (0) | 2022.07.29 |
---|---|
[리눅스] 온라인 파일시스템 확장 (0) | 2022.07.12 |
[리눅스] 사용자 계정 패스워드 지정 상태 확인 (0) | 2022.06.17 |
[리눅스] scp 사용 (0) | 2022.06.15 |
[리눅스] reboot 명령 입력했는데 반응이 없을 때 (0) | 2022.06.10 |