SUSE Linux Enterprise 클라이언트 등록
이 섹션에는 SUSE Linux Enterprise 운영 체제를 실행하는 클라이언트를 등록하는 방법에 대한 정보가 포함되어 있습니다.
다음을 포함하여 모든 SUSE Linux Enterprise 제품을 준비하려면 이 장의 지침을 사용하십시오.
-
SAP용 SUSE Linux Enterprise Server
-
SUSE Linux Enterprise 데스크톱
-
SUSE Linux Enterprise
-
SUSE Linux Enterprise Real Time
이전 SUSE Linux Enterprise 버전 및 서비스 팩에서도 이러한 지침을 사용할 수 있습니다.
1. 소프트웨어 채널 추가
다음 섹션에서 설명은 종종 |
SUSE Linux Enterprise 클라이언트를 SUSE Multi-Linux Manager 서버에 등록하기 전에 필요한 소프트웨어 채널을 추가하고 이 채널을 동기화해야 합니다.
이 절차에 필요한 제품은 다음과 같습니다.
OS 버전 | 제품 이름 |
---|---|
SUSE Linux Enterprise Server 15 SP6 |
SUSE Linux Enterprise Server 15 SP6 x86_64 |
SUSE Linux Enterprise Server 15 SP5 |
SUSE Linux Enterprise Server 15 SP5 x86_64 |
SUSE Linux Enterprise Server 15 SP4 |
SUSE Linux Enterprise Server 15 SP4 x86_64 |
SUSE Linux Enterprise Server 15 SP3 |
SUSE Linux Enterprise Server 15 SP3 x86_64 |
SUSE Linux Enterprise Server 15 SP2 |
SUSE Linux Enterprise Server 15 SP2 x86_64 |
SUSE Linux Enterprise Server 15 SP1 |
SUSE Linux Enterprise Server 15 SP1 x86_64 |
SUSE Linux Enterprise Server 12 SP5 |
SUSE Linux Enterprise Server 12 SP5 x86_64 |
-
SUSE Multi-Linux Manager Web UI에서
으로 이동합니다. -
검색 창을 사용하여 클라이언트 운영 체제 및 아키텍처에 적합한 제품을 찾고 해당 제품을 확인하십시오. 모든 필수 채널은 자동으로 확인됩니다. 또한,
추천 포함
토글이 켜져 있으면 모든 추천 채널이 확인됩니다. 관련 제품의 전체 목록을 보려면 화살표를 클릭하고 필요한 추가 제품이 선택되어 있는지 확인하십시오. -
제품 추가를 클릭하고 제품이 동기화를 마칠 때까지 기다립니다.
또는 명령 프롬프트에서 채널을 추가할 수 있습니다. 이 절차에 필요한 채널은 다음과 같습니다.
OS 버전 | 기본 채널 |
---|---|
SUSE Linux Enterprise Server 15 SP6 |
sle-product-sles15-sp6-pool-x86_64 |
SUSE Linux Enterprise Server 15 SP5 |
sle-product-sles15-sp5-pool-x86_64 |
SUSE Linux Enterprise Server 15 SP4 |
sle-product-sles15-sp4-pool-x86_64 |
SUSE Linux Enterprise Server 15 SP3 |
sle-product-sles15-sp3-pool-x86_64 |
SUSE Linux Enterprise Server 15 SP2 |
sle-product-sles15-sp2-pool-x86_64 |
SUSE Linux Enterprise Server 15 SP1 |
sle-product-sles15-sp1-pool-x86_64 |
SUSE Linux Enterprise Server 12 SP5 |
sle-product-sles15-sp5-pool-x86_64 |
이전 제품의 채널 이름을 찾으려면 SUSE Multi-Linux Manager 서버의 명령 프롬프트에서 루트 권한으로 mgr-sync
명령을 사용합니다.
mgr-sync list --help
그런 다음 원하는 인수를 지정합니다. 예를 들어, channels
:
mgr-sync list channels [-c]
-
At the command prompt on the SUSE Multi-Linux Manager container host, as root, add the appropriate channels:
mgrctl exec -ti -- mgr-sync add channel <channel_label_1> mgrctl exec -ti -- mgr-sync add channel <channel_label_2> mgrctl exec -ti -- mgr-sync add channel <channel_label_n>
-
동기화가 자동으로 시작됩니다. 채널을 수동으로 동기화하려면 다음 명령을 사용하십시오.
mgrctl exec -ti -- mgr-sync sync --with-children <channel_name>
-
계속하기 전에 동기화가 완료되었는지 확인합니다.
2. 동기화 상태 확인
-
SUSE Multi-Linux Manager Web UI에서
로 이동하여제품
탭을 선택합니다. 이 대화 상자는 동기화되는 중에 각 제품에 대한 진행률 막대를 표시합니다. -
또는
로 이동한 다음, 리포지토리에 연결된 채널을 클릭하면 됩니다.리포지토리
탭으로 이동한 다음,동기화
를 클릭하고동기화 상태
를 선택합니다.
-
At the command prompt on the SUSE Multi-Linux Manager container host, as root, check the synchronization log file:
mgrctl exec -ti -- tail -f /var/log/rhn/reposync/<channel-label>.log
-
Each child channel generates its own log during the synchronization progress. You need to check all the base and child channel log files to be sure that the synchronization is complete.
SUSE Linux Enterprise 채널은 규모가 매우 클 수 있습니다. 때로 동기화에 몇 시간이 걸릴 수 있습니다. |
3. 클라이언트 등록
To register your clients, you need a bootstrap repository. By default, bootstrap repositories are automatically created, and regenerated daily for all synchronized products. You can manually create the bootstrap repository from the command prompt on the container host:
mgrctl exec -ti mgr-create-bootstrap-repo
클라이언트 등록에 대한 자세한 내용은 클라이언트 등록에서 참조하십시오.