15.2. 使用 RDP 在 IBM Z 上执行远程 RHEL 安装
在 Anaconda 安装程序的初始程序加载(IPL)完成后,使用 ssh 连接,以 install 用户身份从本地机器连接到 64 位 IBM Z 系统。您需要连接到安装系统才能继续安装过程。使用 RDP 模式运行基于 GUI 的安装,或使用已建立的连接运行文本模式安装。
先决条件
- 引导安装介质
初始程序引导在 64 位 IBM Z 系统中完成,命令提示符显示:
Starting installer, one moment… Please ssh install@my-z-system (system IP address) to begin the install.
流程
要从本地机器设建立与 64 位 IBM Z 系统的远程连接,请打开终端,并在命令提示符上运行以下命令:
$ ssh install@my-z-system-domain-name或者
$ ssh install@my-z-system-IP-addressssh 会话显示以下输出:
Starting installer, one moment... libreport is not available in this environment - bug reporting disabled anaconda 40.22.3.26-1.el10_0 for Red Hat Enterprise Linux 10.0 started. * installation log files are stored in /tmp during the installation * shell is available in second TMUX pane (ctrl+b, then press 2) * when reporting a bug add logs from /tmp as separate text/plain attachments Wayland startup failed, falling back to text mode. ================================================================================ ================================================================================ Wayland was unable to start on your machine. Would you like to start an RDP session to connect to this computer from another computer and perform a graphical installation or continue with a text mode installation? 1) Use graphical mode via Remote Desktop Protocol 2) Use text mode Please make a selection from the above ['c' to continue, 'q' to quit, 'r' to refresh]:如果您已经配置了
inst.rdp 参数,请执行第 4 步。-
输入
1启动 RDP。 -
如果您之前没有通过
inst.rdp.username和inst.rdp.password引导选项设置这些值,请输入 RDP 用户名和密码。 使用 RDP 客户端连接到提供的网络地址。
系统将要求您提供您在之前的步骤中设置的用户名和密码。
注意如果您已使用
inst.rdp引导选项启动了安装,安装程序不会要求您通过 ssh 连接。相反,在控制台中提供 RDP 用户名和密码,如上面步骤 4 中所述。