Registering Open Enterprise Server Clients
This section contains information about registering clients running Open Enterprise Server operating systems.
1. 添加软件通道
| 下面的小节中的说明通常默认使用 x86_64 体系结构。请根据情况将其替换为其他体系结构。 | 
Before you register Open Enterprise Server clients to your SUSE 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 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 Manager 服务器上的命令提示符处以 root 身份使用 mgr-sync 命令:
mgr-sync list --help
然后指定您感兴趣的参数,例如 channels:
mgr-sync list channels [-c]
- 
在 SUSE Manager 服务器上的命令提示符处,以 root 身份使用 mgr-sync命令添加相应的通道:mgr-sync add channel <channel_label_1> mgr-sync add channel <channel_label_2> mgr-sync add channel <channel_label_n> 
- 
系统会自动启动同步。如果您要手动同步通道,请使用以下命令: mgr-sync sync --with-children <channel_name> 
- 
确保同步已完成,然后再继续操作。 
2. 检查同步状态
- 
在 SUSE Manager Web UI 中,导航到,然后选择 产品选项卡。当同步产品时,此对话框会为每个产品显示一个完成栏。
- 
或者,您可以导航到,然后单击与该储存库关联的通道。导航到 储存库选项卡,然后单击同步并选中同步状态。
- 
在 SUSE Manager 服务器上的命令提示符处,以 root 身份使用 tail命令检查同步日志文件:tail -f /var/log/rhn/reposync/<channel-label>.log 
- 
每个子通道在同步过程中都会生成自己的日志。 您需要检查所有基础通道和子通道日志文件,以确保同步已完成。 
| SUSE Linux Enterprise 通道可能会非常大。同步所需的时间可能会长达数小时。 |