After applying the 9.0.1 patch to the VCF Operations fleet management appliance, you may experience the following symptoms only if you reboot the Fleet Management appliance:
/var/vmware/vpostgres/current/pgdata/postmaster.pid
.You will see log entries similar to the following:
Sep 18 15:33:07 <hostname> postgres[12859]: pg_ctl: could not open PID file "/var/vmware/vpostgres/current/pgdata/postmaster.pid": Permission denied
Sep 18 15:33:07 <hostname> systemd[1]: vpostgres.service: Control process exited, code=exited, status=1/FAILURE
VCF Operations Fleet Management Appliance 9.0.1
pgdata
folder by executing the following command:
chmod 700 /var/vmware/vpostgres/current/pgdata/
/opt/vmware/vlcm/cert
directory. The key and certificate files requiring change will have a timestamp in their names (e.g., server.crt.250930102056
).mv server.key.250930102056 server.key
mv server.crt.250930102056 server.crt
Disable the "cap_init
" service executing the below command:
systemctl disable cap_init
systemctl daemon-reload
systemctl restart nginx
systemctl restart vrlcm-server.service
systemctl status vrlcm-server.service
tail -f /var/log/vrlcm/vmware_vrlcm.log