Table of Contents
- Deploy Foundation VM
- Download Files
- Create Phoenix ISO Image File
Deploy Foundation VM
Deploy a Foundation VM on your environment following the instructions in this article.
Download Files
Get the files required to create a Phoenix ISO image.
- Acropolis operating system (AOS) Installer
Download the AOS Installer file of the target version (Filename:nutanix_installer_package-release-xxx.tar.gz) from this page:
Nutanix Website AOS Login Page
NOTE: A Nutanix Support Portal Account is required to access the page and download the file.
NOTE: If you could not find the file of the target version or log in to the site, contact Dell Technical Support.
- Hypervisor Installer
Download the AHV Installer ISO (Filename: AHV-DVD-xxx.iso) or AHV 1-Click Installer (Filename:host-bundle-xxx.tar.gz) of the target version from this page
NOTE: A Nutanix Support Portal Account is required to access the page and download the file.
NOTE: If you could not find the file of the target version or log in to the site, contact Dell Technical Support.
Download the Dell Customized ESXi Installer ISO following the instructions in this article.
NOTE: If you could not find the ISO of the target version, contact Dell Technical Support.
Create Phoenix ISO Image File
Create the Phoenix ISO image file following the steps.
- Using WinSCP, copy the AOS Installer and Hypervisor Installer that were downloaded in Download Files to the directory /home/nutanix/foundation/tmp of the Foundation VM.
NOTE: Before connecting with WinSCP, clear the Optimize connection buffer size setting in the Connection section of the Advanced Settings.
Figure 1: Login Advanced Settings Screen
Figure 2: Clear Optimize Buffer Size Setting in Connections Screen
- SSH into the Foundation VM as a Nutanix user
- Run the following command to change the current directory.
$ cd /home/nutanix/foundation/bin
- Run the following command to create the Phoenix ISO image file including AOS and Hypervisor.
$ ./generate_iso phoenix --aos-package=/home/nutanix/foundation/tmp/<AOS Installer Filename that was copied in Step 1> --kvm=/home/nutanix/foundation/tmp/<Hypervisor Installer Filename that was copied in Step 1>
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/<AOS Installer Filename that was copied in Step 1> --esx=/home/nutanix/foundation/tmp/<Hypervisor Installer Filename that was copied in Step 5>
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
It can take approximately 10 minutes. When the command is completed, the output should be as follows:
Figure 3: Result of Generating Phoenix ISO
- Confirm the ISO image file (Filename:phoenix-x.x.x-xxx-x86_64.iso) is created in the directory /home/nutanix/foundation/tmp.
- Run the following command to confirm the md5 checksum of the Phoenix ISO image file.
$ md5sum /home/nutanix/foundation/tmp/<Phoenix ISO Filename that was confirmed in Step 5>
- Download the ISO off the CVM using WinSCP to any machines.
NOTE: As with step 6, clear the Optimize connection buffer size setting in the Connection section of the Advanced Settings before connecting with WinSCP.
- Confirm that the md5 checksum of the ISO that was downloaded in step 7 matches the value confirmed in step 6. If the value is not the same, the ISO may be corrupted during the download. If that is the case, download the ISO again.
- Delete the AOS Hypervisor Installer and Phoenix ISO files in /home/nutanix/foundation/tmp of the Foundation VM.