15.3. 在 IBM Z 上使用 VNC 执行远程 RHEL 安装
在 Anaconda 安装程序的初始程序加载(IPL)完成后,以 install
用户身份从本地机器连接到 64 位 IBM Z 系统。
您需要连接到安装系统才能继续安装过程。使用 VNC 模式运行基于 GUI 的安装,或使用建立的连接来运行文本模式安装。
先决条件
您已引导了安装介质,如 在 IBM Z 上引导安装,来在 LPAR 中安装 RHEL 中所述。
初始程序引导在 64 位 IBM Z 系统中完成,命令提示符显示:
Starting installer, one moment... Please ssh install@my-z-system (system ip address) to begin the install.
-
如果要限制对安装系统的 VNC 访问,请确保配置了
inst.vncpassword=PASSWORD
引导参数。
流程
从本地机器运行以下步骤,使用 64 位 IBM Z 系统设置远程连接。
在命令提示符后运行以下命令:
$ssh install@_my-z-system-domain-name_
或者
$ssh install@_my-z-system-IP-address_
根据您是否配置了
inst.vnc
参数,ssh 会话会显示以下输出:当配置了
inst.vnc
参数时:Starting installer, one moment... Please manually connect your vnc client to my-z-system:1 (_system-ip-address:1_) to begin the install.
当没有配置
inst.vnc
参数时:Starting installer, one moment... Graphical installation is not available. Starting text mode. ============= Text mode provides a limited set of installation options. It does not offer custom partitioning for full control over the disk layout. Would you like to use VNC mode instead? 1) Start VNC 2) Use text mode Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]:
如果您已配置了
inst.vnc
参数,请执行第 5 步。- 输入 1 来启动 VNC。
-
如果您还没有设置
inst.vncpassword=
引导选项,但想保护服务器连接,请输入密码。 从新的命令提示符连接到 VNC 服务器。
$vncviewer _my-z-system-ip-address:display_number_
如果您有受保护的连接,请使用您在上一步中输入的密码,或者使用为
inst.vncpassword=
引导选项所设的密码。RHEL 安装程序在 VNC 客户端启动。