Registering Open Enterprise Server Clients
This section contains information about registering clients running Open Enterprise Server operating systems.
1. 소프트웨어 채널 추가
다음 섹션에서 설명은 종종 |
Before you register Open Enterprise Server clients to your SUSE Multi-Linux Manager Server, you need to add the required software channels, and synchronize them.
이 절차에 필요한 제품은 다음과 같습니다.
OS Version | Product Name |
---|---|
Open Enterprise Server 24.4 |
Open Enterprise Server 24.4 x86_64 |
Open Enterprise Server 23.4 |
Open Enterprise Server 23.4 x86_64 |
-
SUSE Multi-Linux Manager Web UI에서
으로 이동합니다. -
검색 창을 사용하여 클라이언트 운영 체제 및 아키텍처에 적합한 제품을 찾고 해당 제품을 확인하십시오. 모든 필수 채널은 자동으로 확인됩니다. 또한,
추천 포함
토글이 켜져 있으면 모든 추천 채널이 확인됩니다. 관련 제품의 전체 목록을 보려면 화살표를 클릭하고 필요한 추가 제품이 선택되어 있는지 확인하십시오. -
제품 추가를 클릭하고 제품이 동기화를 마칠 때까지 기다립니다.
또는 명령 프롬프트에서 채널을 추가할 수 있습니다. 이 절차에 필요한 채널은 다음과 같습니다.
OS Version | Base Channel | Name |
---|---|---|
Open Enterprise Server 24.4 |
oes24.4-pool-x86_64 |
OES24.4-Pool for x86_64 |
Open Enterprise Server 23.4 |
oes23.4-pool-x86_64" |
OES23.4-Pool for 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
클라이언트 등록에 대한 자세한 내용은 클라이언트 등록에서 참조하십시오.