WinSCP를 사용하여 "다운로드 파일"에 다운로드된 AOS 설치 프로그램 및 하이퍼바이저 설치 프로그램을 Foundation VM의 /home/nutanix/foundation/tmp 디렉토리에 복사합니다.
Nutanix 사용자로 Foundation VM에 SSH 연결
다음 명령을 실행하여 현재 디렉토리를 변경합니다.
$ cd /home/nutanix/foundation/bin
$ ./generate_iso phoenix --aos-package=/home/nutanix/foundation/tmp/ --kvm=/home/nutanix/foundation/tmp/ Example: $ ./generate_iso phoenix --aos-package=/home/nutanix/foundation/tmp/nutanix_installer_package-release-fraser-6.5.1.8-stable-6cefee1bd0b0ac0ef2111f6642455a96df83d33a-x86_64.tar.gz --kvm=/home/nutanix/foundation/tmp/AHV-DVD-x86_64-el7.nutanix.20220304.336.iso
$ ./generate_iso phoenix --aos-package=/home/nutanix/foundation/tmp/ --esx=/home/nutanix/foundation/tmp/ Example: $ ./generate_iso phoenix --aos-package=/home/nutanix/foundation/tmp/nutanix_installer_package-release-fraser-6.5.1.8-stable-6cefee1bd0b0ac0ef2111f6642455a96df83d33a-x86_64.tar.gz --esx=/home/nutanix/foundation/tmp/VMware-VMvisor-Installer-7.0.0.update01-17325551.x86_64-DellEMC_Customized-A01.iso
약 10분 정도 걸릴 수 있습니다. 명령이 완료되면 다음과 같이 출력해야 합니다.
ISO 이미지 파일(Filename:phoenix-x.x.x-xxx-x86_64.iso)이 /home/nutanix/foundation/tmp 디렉토리에 생성되었는지 확인합니다.
다음 명령을 실행하여 Phoenix ISO 이미지 파일의 md5 체크섬을 확인합니다.
$ md5sum /home/nutanix/foundation/tmp/
WinSCP를 사용하여 CVM에서 ISO를 모든 시스템에 다운로드합니다.
7단계에서 다운로드한 ISO의 md5 체크섬을 확인하고 6단계에서 확인한 값과 일치하는지 확인합니다.
값이 동일하지 않으면 다운로드 중에 ISO가 손상될 수 있습니다. 이 경우 ISO를 다시 다운로드합니다.
Foundation VM의 /home/nutanix/foundation/tmp에서 AOS/Hypervisor Installer 및 Phoenix ISO 파일을 삭제합니다.