vCenter Server 6.7 does not support host profiles with version earlier than 6.0. Use the present workflow to upgrade your vCenter Server and Host Profiles to version 6.0 or later.
Prerequisites
- Your cluster contains ESXi 5.1 or ESXi 5.5 hosts.
- Your vCenter Server is version 6.0 or 6.5.
- A host profile with version 5.1 or 5.5 is attached to the cluster.
Note: Use the PowerCLI commands to fetch the list of host profiles with version less than 6.0 in the vCenter Server inventory: Get-VMHostProfile | % { $_.ExtensionData.Config.ApplyProfile.ProfileVersion +"`t"+ $_.Name }
Or
Get-VMHostProfile | ? { $_.ExtensionData.Config.ApplyProfile.ProfileVersion -like "5*" }Note: List of unsupported host profiles with version less than 6.0 in the installer log can be found at: /var/log/vmware/upgrade/vcdb_req.err when upgrade fails at pre-check.
Procedure
What to do next
Proceed with upgrading the vCenter Server to version 6.7. For more information, see Recommended Host Profiles Upgrade Workflows.