To avoid the Appliance re-initializing, see
How to avoid VMware Cloud Director Appliance re-initialization after a power cycle or restart.
To resolve this issue for any affected Cloud Director Appliances perform the needed remediation.
Note: Not all symptoms will occur for each deployment.
Symptom 1:
The
/opt/vmware/etc/vami/flags/vami_firstboot file still exists after Appliance deployment.
Remediation:
Delete the
/opt/vmware/etc/vami/flags/vami_firstboot file with this command:
rm /opt/vmware/etc/vami/flags/vami_firstbootSymptom 2:
The appliance OS root password is expired.
Remediation:
Set the new OS root password on the next OS login.
Symptom 3:
The Appliance Management UI is showing the Appliance System Setup page appears even though the appliance is already configured.
Remediation:
Fix the Appliance to not show the Appliance System Setup page
- SSH into the appliance as root
- Run the following commands:
- source /opt/vmware/appliance/bin/ui-config-utils.sh
- update_ui_config true
- systemctl restart vcd_ova_ui
Symptom 4:
When accessing the Appliance Management UI, the browser will warn the user that the certs are not trusted, with the following error:
ERR_CERT_AUTHORITY_INVALID or MOZILLA_PKIX_ERROR_SELF_SIGNED_CERTThe Appliance Management UI signed certs have reverted to system-generated self-signed certs.
Remediation:
For Cloud Director 10.1.3, see
Replace a Self-Signed Embedded PostgreSQL and VMware Cloud Director Appliance Management UI CertificateFor Cloud Director 10.2.1 and 10.2.2, see
Replace a Self-Signed Embedded PostgreSQL and VMware Cloud Director Appliance Management UI CertificateSymptom 5:
When accessing the Cloud Director UI, the browser will warn the user that the certs are not trusted, with the following error:
ERR_CERT_AUTHORITY_INVALID or MOZILLA_PKIX_ERROR_SELF_SIGNED_CERTor,
Connections to VM Consoles fails
The VMware Cloud Director UI certs have reverted to system-generated self-signed certs.
Remediation:
For Cloud Director 10.1.3, see
Replacing Certificates for the HTTPS and Console Proxy EndpointsFor Cloud Director 10.2.1 and 10.2.2, see
Replacing Certificates for the HTTPS and Console Proxy EndpointsSymptom 6:
The appliance vpostgres service was stopped.
Remediation:
Start the appliance vpostgres service:
systemctl start vpostgres