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コンテナホストのコマンドプロンプトで、 root として、適切なチャンネルを追加します。
mgrctl exec -- mgr-sync add channel <channel_label_1> mgrctl exec -- mgr-sync add channel <channel_label_2> mgrctl exec -- 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.
tailを実行する前に利用可能なログを一覧表示するには、コンテナホストで次のコマンドを実行します。
mgrctl exec ls /var/log/rhn/reposync/SUSE Multi-Linux Managerコンテナホストのコマンドプロンプトで、rootとして、チャンネルログファイルの同期を確認します。
mgrctl exec -ti -- tail -f /var/log/rhn/reposync/<channel-label>.log同期の進行中に各子チャンネルは独自のログを生成します。 同期が完了したことを確認するには、ベースチャンネルと子チャンネルのログファイルをすべて確認する必要があります。
|
SUSE Linux Enterpriseチャンネルは非常に大きいことがあります。 同期に数時間かかる場合があります。 |
3. クライアントの登録
クライアントを登録するには、ブートストラップリポジトリが必要です。 デフォルトでは、ブートストラップリポジトリは自動的に作成され、すべての同期製品に対して毎日再生成されます。 コンテナホストのコマンドプロンプトからブートストラップリポジトリを手動で作成できます。
mgrctl exec -ti mgr-create-bootstrap-repo
クライアントの登録については、クライアントの登録を参照してください。