Dell PowerEdge C8000 User Manual
Page 353

Troubleshooting
353
8 Run the following command to clone one of the above image profile and
create your own customized image profile:
PowerCLI> $IP= New-EsxImageProfile -CloneProfile
Where
image profile and
profile.
Example: - PowerCLI> $IP = New-EsxImageProfile -CloneProfile
$profileList[13] -Name "Dell Customized ESXi-5.1.0-799733 Standard"
–Vendor “Dell Inc.”
9 Run the following command to add individual VIBs to the cloned image
profile:
PowerCLI> Add-EsxSoftwarePackage -ImageProfile
Where
NOTE:
You can use the "Get-EsxSoftwarePackage" cmdlet to list the packages
exported as part of step 5 and step 6. Name of the packages which needs to be part
of the customized image profile can be used as a parameter to the
SoftwarePackage in the "Add-EsxSoftwarePackage" cmdlet.
10 Run the following command to export the cloned image profile to an
offline image depot file:
PowerCLI> Export-EsxImageProfile -ImageProfile
path> -ExportToBundle Where name of offline image depot zip file to be generated including the full path where the zip file is to be stored. –FilePath C:\temp\OEM_Bundle.zip -ExportToBundle.
Example: - PowerCLI> Export-EsxImageProfile -ImageProfile $IP