注册 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.
要在跟踪日志前列出可用日志,请在容器主机上运行以下命令:
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 通道可能会非常大。同步所需的时间可能会长达数小时。 |