RedHat 계정 만들기
1. 계정만들기로 이동
https://www.redhat.com/wapps/ugc/register.html
- 가입후 이메일 인증은 필요없음
2. 관련정보 등록
계정 : 개인 RedHat 로그인만들기
그외 필수정보 등록
3. https://access.redhat.com/downloads
평가 및 데모 > Red Hat Enterprise Linux 30일 평가판 > Download a free Red Hat Enterprise Linux 30-day evaluation
4. 평가용 데모 다운로드를 위한 관련정보 입력
ex )Department : IT
RedHat Relationship : Other Partner
Intended Use : Personal
5. 서브스크립션 확인
https://access.redhat.com/management/
Customer Portal
https://www.redhat.com/wapps/support/protected/subscriptions.html
위의 주소에서
활성 서브스크립션 확인 가능
서브스크립션 명 : 30 Day Self-Supported Red Hat Enterprise Linux Server, (2 sockets) (Up to 1 guest) Evaluation
기간 : 30일
6. 서브스크립션 등록
x windows > Administration > RHN Registration 에서 id /pw 등록 후
터미널 창에서
# yum update -y
로 확인해보면 서브스크립션 전후 비교가능 ( 등록전에는 update가 없다고 뜨지만 등록후에는 update가 진행됨)
[root@localhost rhn]# subscription-manager remove --all
0 서브스크립션이 서버에서 삭제되었습니다.
[root@localhost rhn]# subscription-manager unregister
시스템이 등록 취소되었습니다.
[root@localhost rhn]# subscription-manager clean
로컬 데이터가 모두 삭제되었습니다
[root@localhost rhn]# subscription-manager register
등록 대상: subscription.rhn.redhat.com:443/subscription
사용자 이름: 아이디
암호:
먼저 Red Hat 이용 약관에 동의하셔야 합니다. https://www.redhat.com/wapps/tnc/termsack?event[]=signIn으로 이동해 주십시오. 이용 약관을 확인하려면 로그 아웃 후 고객 포털로 다시 로그인해야 합니다.
[root@localhost rhn]# subscription-manager register
등록 대상: subscription.rhn.redhat.com:443/subscription
사용자 이름: 아이디
암호:
시스템은 ID로 등록되어 있습니다: 9eXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[root@localhost rhn]#
[root@localhost ~]# subscription-manager list
+-------------------------------------------+
설치된 제품 상태
+-------------------------------------------+
제품 이름: Red Hat Enterprise Linux Server
제품 ID: 69
버전: 7.2
아키텍처: x86_64
상태: 등록되지 않음
상태 정보: 유효한 서브스크립션에 의해 지원되지 않습니다.
시작:
종료:
[root@localhost ~]#
'OS > Linux' 카테고리의 다른 글
CentOS / 보안 업데이트 및 설정관련사항 (0) | 2020.04.26 |
---|---|
CentOS / HDD / ext4 (0) | 2020.04.26 |
nForge설치 - CentOS - mySql (0) | 2020.04.24 |
centos / yum (0) | 2020.04.24 |
linux / rdate / 시간동기화 (0) | 2020.04.24 |