Attempting to manually start the vmware-vcops-web.service fails.
# systemctl status vmware-vcops-web.service8.18.5
The vmware-vcops-web.service fails to start because the required product-ui logging directory is missing from the /storage/log/vcops/log/ path.
root user.# mkdir -p /storage/log/vcops/log/product-ui/# chown -R admin:admin /storage/log/vcops/log/product-ui/# chmod 755 /storage/log/vcops/log/product-ui/# systemctl restart vmware-vcops-web.service# systemctl status vmware-vcops-web.service