使用 Web UI 注册客户端
1. 简介
使用 Web UI 引导客户端时,会使用 Salt SSH 在客户端上执行引导过程。Salt SSH 使用 Salt 捆绑包及其包含的 Python 解释器。因此,不需要在客户端上安装其他 Python 解释器。
由于 Salt 捆绑包随引导储存库一起提供,因此在启动客户端的引导过程前,必须创建该储存库。有一个外壳脚本会使用与引导脚本相同的逻辑检测客户端上的操作系统,并部署来自适当引导储存库的 Salt 捆绑包。
有关详细信息,请参见准备创建引导储存库。
|
请不要将 SUSE Multi-Linux Manager 服务器注册到其自身。必须单独管理 SUSE Multi-Linux Manager 服务器,或者使用另一个独立的 SUSE Multi-Linux Manager 服务器来管理它。有关使用多个服务器的详细信息,请参见 Multiple Servers with Hub to Manage Large Scale Deployments。 |
2. 使用 Web UI 注册客户端
-
在 SUSE Multi-Linux Manager Web UI 中,导航到。
-
In the
Hostfield, type the fully qualified domain name (FQDN) of the client to be bootstrapped. -
In the
SSH Portfield, type the SSH port number to use to connect and bootstrap the client. By default, the SSH port is22. -
In the
Userfield, type the username to log in to the client. By default, the username isroot. -
Select an
Authenticationmethod:-
To bootstrap the client with an SSH key, in the
Authenticationfield, checkSSH Private Key, and upload the SSH private key to use to log in to the client. If your SSH private key requires a passphrase, type it into theSSH Private Key Passphrasefield, or leave it blank for no passphrase. -
To bootstrap the client with a password, in the
Authenticationfield, checkPassword, and type the password to log in to the client.
-
-
In the
Activation Keyfield, select the activation key that is associated with the software channel you want to use to bootstrap the client. 有关详细信息,请参见 激活密钥。 -
OPTIONAL: In the
Proxyfield, select the proxy to register the client to. -
By default, the
Disable SSH Strict Key Host Checkingcheckbox is selected. 如此可让引导过程自动接受 SSH 主机密钥,而无需您手动进行身份验证。 -
OPTIONAL: Check the
Manage System Completely via SSHcheckbox. 如果您选中此选项,客户端将会配置为使用 SSH 来连接服务器,且不再配置其他联系方法。有关联系方法的详细信息,请参见 激活密钥。
-
单击 Bootstrap 开始注册。
-
引导过程完成时,您的客户端即会列在中。
|
3. 处理本地指派的储存库
直接将储存库指派给客户端而不通过 SUSE Multi-Linux Manager 提供这种使用情形不常见。这样可能会导致出现问题。因此通过 Salt 引导会在引导过程开始时禁用所有本地储存库。
以后在每次使用通道状态时(例如执行 Highstate 或软件包安装时),所有本地指派的储存库会再次禁用。
All software packages which are used on the clients should come from channels served by SUSE Multi-Linux Manager. For more information about creating a custom channel, see Custom Channels at 自定义通道.