Red Hat Training

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

17장. 설치 시스템에 연결

Anaconda 설치 프로그램의 초기 프로그램 로드(IPL)가 완료되면 ssh 연결을 사용하여 로컬 시스템의 IBM Z 시스템에 'install' 사용자로 연결합니다.
설치 프로세스를 계속하려면 설치 시스템에 연결해야 합니다. 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=rule 부팅매개변수 가 구성되었는지 확인합니다.
  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. VNC를 시작하려면 1을 입력합니다.
  4. inst.vncpassword= 부팅 옵션을 설정하지 않고 서버 연결을 보호하려는 경우 암호를 입력합니다.
  5. 새 명령 프롬프트에서 VNC 서버에 연결합니다.
    $vncviewer my-z-system-ip-address:display_number
    연결을 보호한 경우 이전 단계에서 입력한 암호 또는 inst.vncpassword= 부팅 옵션에 설정한 암호를 사용합니다.
    RHEL 설치 프로그램은 VNC 클라이언트에서 실행됩니다.