Firstboot Failed during Install, Deployment, Upgrade, or Migration in vCenter Server and vCenter Server Appliance 6.7
search cancel

Firstboot Failed during Install, Deployment, Upgrade, or Migration in vCenter Server and vCenter Server Appliance 6.7

book

Article ID: 324989

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

Symptoms:
  • Firstboot fails during Install/Deployment, Upgrade or Migration.
  • In the firstbootStatus.json file, you see that one of these services failed to configure or start during firstboot:
    • "failedSteps": "cmfirstboot"
    • "failedSteps": "analytics_firstboot"
    • "failedSteps": "vpxd_firstboot"
    • "failedSteps": "pschealth-firstboot”
    • "failedSteps": "sms_spbm_firstboot"
    • "failedSteps": "vmafd-firstboot"
    • "failedSteps": "vapi_firstboot"
    • "failedSteps": "mgmt-firstboot"
    • "failedSteps": "scafirstboot"
    • "failedSteps": "updatemgr-firstboot"
    • "failedSteps": "ngc_firstboot"
    • "failedSteps": "vmidentity-firstboot"


Environment

VMware vCenter Server 6.7.x
VMware vCenter Server Appliance 6.0.x
VMware vCenter Server 6.5.x
VMware vCenter Server Appliance 6.5.x
VMware vCenter Server 6.0.x
VMware vCenter Server Appliance 6.7.x

Cause

The vCenter Server firstboot framework was introduced in vSphere 6.0 and is responsible for configuring services after a vCenter Server install, upgrade, or migration. The firstboot framework is common to both vCenter Server on Windows and the vCenter Server Appliance. The firstboot process occurs during stage 2 of a vCenter Server Appliance deployment. If a single service fails to configure or start during the firstboot process, vCenter Server will fail to install, upgrade, or migrate.

This issue may occur due to these issues:
  • Time Synchronization Issues

Time inconsistencies in vSphere can cause firstboot to fail at different services depending on where time is not accurate and when the time is synchronized. Issues most commonly happen when the target ESXi host for the destination vCenter Server Appliance is not synchronized with NTP. Issue can also happen if the destination vCenter Server Appliance migrates to an ESXi host with different time due to fully automated DRS.
  • DNS Issues

Incorrect or missing DNS configurations will cause services in firstboot to fail.
  • Authentication/Password or Permissions Issues

Certain passwords may cause vSphere upgrade failures, as can unexpected permissions in the vCenter database.
  • Certificate Issues

Some certificate configurations may cause issues due to certificate standards, key requirements, etc.

Resolution

To resolve this issue:
 
IssueResolution

Time Synchronization Issues

Firstboot fails when upgrading vCenter Server Appliance 6.7 due to time synchronization issue (57085)

DNS Issues

Firstboot fails when upgrading vCenter Server Appliance 6.7 with no DNS records (57126)

Authentication/Password or Permissions Issues

Firstboot fails due to Authentication/Password or Permissions when installing or upgrading or migrating in vCenter Server and vCenter Server Appliance 6.7 (55891)

Certificate Issues

Other Issues


  If this article didn’t solve your issue:
Ask for help here : Click for VMware Communities


Additional Information

It is also possible to determine which error message was sent to the UI from the /var/log/firstboot/fbInstall.json file.

For example:
In the /var/log/firstboot/fbInstall.json file, you see entries:

"problemId": null, --> This will show up as the "Error" in the UI
"detail": [
{
"translatable": "The installation of vCenter Server failed due to an internal error.",
"resolution": { --> This will show up as the "Resolution" in the UI
"translatable": "This is an unrecoverable error, please retry install. If you encounter this error again, please search for these symptoms in the VMware Knowledge Base for any known issues and possible resolutions. If none can be found, collect a support bundle and open a support request.",