第 17 章 连接到安装系统
Anaconda 安装程序的初始程序加载(IPL)完成后,使用 ssh 连接从本地机器连接到 IBM Z 系统,以"安装"用户身份连接到 IBM Z 系统。
您需要连接到安装系统才能继续安装过程。使用 VNC 模式运行基于 GUI 的安装,或使用建立的连接来运行文本模式安装。
其他资源:
有关安装基于 GUI 的安装 VNC 和各种 VNC 模式的详情,请参考 第 25 章 使用 VNC
17.1. 使用 VNC 设置远程连接 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
从本地机器中,运行以下命令来设置与 IBM Z 系统的远程连接。
先决条件:
- 初始程序引导在 IBM Z 系统中完成,命令提示符会显示:
Starting installer, one moment... Please ssh install@my-z-system (system ip address) to begin the install.
Starting installer, one moment... Please ssh install@my-z-system (system ip address) to begin the install.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 如果要限制对安装系统的 VNC 访问,请确保配置了
inst.vncpassword=PASSWORD
引导参数。
- 在命令提示符后运行以下命令:
$ssh install@my-z-system-domain-name
$ssh install@my-z-system-domain-name
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 或者$ssh install@my-z-system-IP-address
$ssh install@my-z-system-IP-address
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 根据您是否配置了
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.
Starting installer, one moment... Please manually connect your vnc client to my-z-system:1 (system-ip-address:1) to begin the install.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 当没有配置inst.vnc
参数时:Copy to Clipboard Copied! Toggle word wrap Toggle overflow 如果您配置了inst.vnc
参数,请执行第 5 步。 - 输入 1 以启动 VNC。
- 如果您还没有设置
inst.vncpassword=
引导选项,但想保护服务器连接,请输入密码。 - 在新的命令提示符中连接到 VNC 服务器。
$vncviewer my-z-system-ip-address:display_number
$vncviewer my-z-system-ip-address:display_number
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 如果您已保护连接,请使用您在上一步中输入的密码,或者使用为inst.vncpassword=
引导选项设置的密码。RHEL 安装程序在 VNC 客户端中启动。