Run
Add-EsxSoftwarePackage to
add a new package to one of the image profile.
Add-EsxSoftwarePackage -ImageProfile My_Profile
-SoftwarePackage partner-package
The cmdlet runs the standard validation
tests on the image profile. If validation succeeds, the cmdlet returns a
modified, validated image profile. If the VIB that you want to add depends on a
different VIB, the cmdlet displays that information and includes the VIB that
would resolve the dependency. If the acceptance level of the VIB that you want
to add is lower than the image profile acceptance level, an error results.
Change the acceptance level of the image profile to add the VIB.
Your image profile now includes the new VIB.
See the
vSphere
Installation and Setup guide for more information about how to add a VIB
to an image profile.
|