Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

第 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.
    
  • 如果要限制对安装系统的 VNC 访问,请确保配置了 inst.vncpassword=PASSWORD 引导参数。
  1. 在命令提示符后运行以下命令:
    $ssh install@my-z-system-domain-name
    或者
    $ssh install@my-z-system-IP-address
  2. 根据您是否配置了 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 步。
  3. 输入 1 以启动 VNC。
  4. 如果您还没有设置 inst.vncpassword= 引导选项,但想保护服务器连接,请输入密码。
  5. 在新的命令提示符中连接到 VNC 服务器。
    $vncviewer my-z-system-ip-address:display_number
    如果您已保护连接,请使用您在上一步中输入的密码,或者使用为 inst.vncpassword= 引导选项设置的密码。
    RHEL 安装程序在 VNC 客户端中启动。