SDDC Manager services (like Operations Manager, Domain Manager, LCM) fails to start after making changes to the application-prod.properties file.
SDDC 4.x
SDDC 5.x
Ownership of the application-prod.properties / application.properties file was incorrectly set, where the expected ownership should be under vcf_servicename:vcf
The file ownership might change during copy operation while creating backups for the files.
For Example -
Change the ownership of the application-prod.properties/application.properties file to vcf_servicename:vcf
1. Take a snapshot of the SDDC manager
2. Take SSH session to SDDC manager with vcf user and elevate to root
3. If LCM service is impacted -
chown vcf_lcm:lcm filename
systemctl status lcm
4. If Operationsmanager service is impacted -
chown vcf_operationsmanager:vcf filename
systemctl status operationsmanager
5. If Domainmanager service is impacted -
chown vcf_domainmanager:vcf filename
systemctl status domainmanager
Example log snippets for operations manager service from operationsmanager.out file