Before you can create an offline bundle, you must install the PowerCLI software. vSphere PowerCLI 5.0 requires:
1 | |
2 | Select a software depot from which to create an offline bundle. Add-ESXSoftwareDepot http://depot-server/build-123456/ESX Remove-ESXSoftwareDepot $DefaultSoftwareDepots[0] $DefaultSoftwareDepots |
3 | Display a list of the array image profiles in the depot. $profiles=Get-ESXImageProfile $profiles |
4 | Find the array index of the Standard image profile and export it to an offline bundle. Export-ESXImageProfile -ImageProfile $profiles[index] ‘ -ExportToBundle -FilePath “C:\ESX_bundle.zip” For information about using the offline bundle to upgrade ESXi host software, see Create an Offline Bundle With VMware vSphere PowerCLI. For more information about using vSphere PowerCLI with image profiles, see vSphere Installation and Setup. |