Open Enterprise Server 클라이언트 등록
이 섹션에는 Open Enterprise Server 운영 체제를 실행하는 클라이언트를 등록하는 방법에 대한 정보가 포함되어 있습니다.
1. 소프트웨어 채널 추가
|
In the following section, descriptions often default to the |
Open Enterprise Server 클라이언트를 SUSE Multi-Linux Manager 서버에 등록하기 전에 필요한 소프트웨어 채널을 추가하고 이 채널을 동기화해야 합니다.
이 절차에 필요한 제품은 다음과 같습니다.
| OS Version | Product Name |
|---|---|
Open Enterprise Server 25.4 |
Open Enterprise Server 25.4 x86_64 |
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에서 으로 이동합니다.
Locate the appropriate products for your client operating system and architecture using the search bar, and check the appropriate product. This will automatically check all mandatory channels. Also all recommended channels are checked as long as the
include recommendedtoggle is turned on. Click the arrow to see the complete list of related products, and ensure that any extra products you require are checked.제품 추가를 클릭하고 제품이 동기화를 마칠 때까지 기다립니다.
또는 명령 프롬프트에서 채널을 추가할 수 있습니다. 이 절차에 필요한 채널은 다음과 같습니다.
| OS Version | Base Channel | Name |
|---|---|---|
Open Enterprise Server 25.4 |
oes25.4-pool-x86_64 |
OES25.4-Pool for x86_64 |
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 |
To find channel names of older products, at the command prompt on the SUSE Multi-Linux Manager Server, as root, use the mgr-sync command:
mgr-sync list --help
Then specify the argument you are interested in. For example, channels:
mgr-sync list channels [-c]
SUSE Multi-Linux Manager 컨테이너 호스트의 명령 프롬프트에서 루트 권한으로 적절한 채널을 추가합니다.
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 -- mgr-sync sync --with-children <channel_name>계속하기 전에 동기화가 완료되었는지 확인합니다.
2. 동기화 상태 확인
In the SUSE Multi-Linux Manager Web UI, navigate to and select the
Productstab. This dialog displays a completion bar for each product when they are being synchronized.Alternatively, you can navigate to , then click the channel associated to the repository. Navigate to the
Repositoriestab, then clickSyncand checkSync Status.
테일링 하기 전 사용 가능한 로그를 나열하려면 컨테이너 호스트에서 다음 명령을 실행합니다.
mgrctl exec ls /var/log/rhn/reposync/SUSE Multi-Linux Manager 컨테이너 호스트의 명령 프롬프트에서 루트 권한으로 채널 로그 파일의 동기화를 확인합니다.
mgrctl exec -ti -- tail -f /var/log/rhn/reposync/<channel-label>.log각 하위 채널은 동기화 진행 중에 자체 로그를 생성합니다. 동기화가 완료되었는지 확인하려면 모든 기본 및 하위 채널 로그 파일을 확인해야 합니다.
|
SUSE Linux Enterprise 채널은 규모가 매우 클 수 있습니다. 때로 동기화에 몇 시간이 걸릴 수 있습니다. |
3. 클라이언트 등록
클라이언트를 등록하려면 부트스트랩 리포지토리가 필요합니다. 기본적으로 부트스트랩 리포지토리는 자동으로 생성되며 동기화된 모든 제품에 대해 매일 재생성됩니다. 컨테이너 호스트의 명령 프롬프트에서 수동으로 부트스트랩 리포지토리를 생성할 수 있습니다.
mgrctl exec -ti mgr-create-bootstrap-repo
클라이언트 등록에 대한 자세한 내용은 클라이언트 등록에서 참조하십시오.