13.3. Satellite 서버에서 등록 해제


Satellite Server에서 RHEL(Red Hat Enterprise Linux) 시스템을 제거하면 서버 측의 시스템 상태가 업데이트됩니다. 그러나 시스템의 로컬 등록은 변경되지 않습니다. RHSM(Red Hat Subscription Management)으로 완전히 전환하려면 시스템을 수동으로 등록 해제하고 /etc/rhsm/rhsm.conf 파일에서 기본 구성을 복원합니다.

프로세스

  1. Satellite 서버에서 호스트를 제거합니다.
  2. 시스템 등록 취소:

    # subscription-manager unregister
    Copy to Clipboard Toggle word wrap
  3. /etc/rhsm/rhsm.conf 구성 파일을 기본값으로 되돌립니다.

    # cd /etc/rhsm/
    # mv rhsm.conf.bak rhsm.conf
    Copy to Clipboard Toggle word wrap
    참고

    파일의 원래 콘텐츠가 이전에 백업된 경우에만 이 파일을 복원할 수 있습니다. 그렇지 않으면 수정되지 않은 RHEL 시스템에서 파일을 수동으로 복원해야 합니다.

  4. /etc/rhsm/rhsm.conf 파일이 기본값으로 복원되었는지 확인합니다.

    # subscription-manager config --list
    [server]
       hostname = [subscription.rhsm.redhat.com]
       insecure = [0]
       no_proxy = []
       port = [443]
       prefix = [/subscription]
       proxy_hostname = []
       proxy_password = []
       proxy_port = []
       proxy_scheme = [http]
       proxy_user = []
       server_timeout = [180]
       ssl_verify_depth = [3]
    
    [rhsm]
       auto_enable_yum_plugins = [1]
       baseurl = [https://cdn.redhat.com]
       ca_cert_dir = [/etc/rhsm/ca/]
       consumercertdir = [/etc/pki/consumer]
       entitlementcertdir = [/etc/pki/entitlement]
       full_refresh_on_yum = [0]
       inotify = [1]
       manage_repos = [1]
       package_profile_on_trans = [0]
       pluginconfdir = [/etc/rhsm/pluginconf.d]
       plugindir = [/usr/share/rhsm-plugins]
       productcertdir = [/etc/pki/product]
       repo_ca_cert = /etc/rhsm/ca/redhat-uep.pem
       repomd_gpg_url = []
       report_package_profile = [1]
    
    [rhsmcertd]
       auto_registration = [0]
       auto_registration_interval = [60]
       autoattachinterval = [1440]
       certcheckinterval = [240]
       disable = [0]
       splay = [1]
    
    [logging]
       default_log_level = [INFO]
    
    [] - Default value in use
    Copy to Clipboard Toggle word wrap
  5. 시스템을 등록합니다.

    # subscription-manager register
    Username: <_redhat_portal_admin_username_>
    Password:
    Copy to Clipboard Toggle word wrap
  6. 필요한 리포지토리를 활성화합니다.

    # subscription-manager repos --disable "*"
    # subscription-manager repos
    # subscription-manager repos --enable=<repo-id>
    Copy to Clipboard Toggle word wrap
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat