Adding a VIB (software package) to an Image Profile
When there is a need to patch an Auto Deployed ESXi server with a newer device driver version, you will have to modify an Image Profile in use so you can add an updated driver to it. Once the driver VIBs have been added to the Image Profile, it can then be used to re-deploy the same ESXi servers.
To add VIBs to an ESXi Image Profile, the Image Profile should meet the following requirements:
The Image Profile should not be set to 'read-only'.
The Image Profile should not be assigned to hosts. This is because the Image Profiles assigned to hosts are 'locked', hence not allowing you to add VIBs to them.
The VIBs shouldn't conflict with any of the existing VIBs in the profile. In case it does, it will not allow the addition of the VIB to the profile and a message indicating the same will be displayed at the PowerCLI console.
Install VIBs from only one OEM vendor at a time.
Note
Image Builder will perform a validation when VMware VIBs are added. It...