To resolve this issue, add the FQDN of vRealize Operations Manager's load balancer or master as an alias to the apache2 config.
Note: These steps will need to be re-run after upgrade of vRealize Operations Manager.
- Log into the vRealize Operations Manager Primary node as root via SSH or Console.
- Open /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf in a text editor.
- Find the ServerName ${VCOPS_APACHE_SERVER_NAME} line and insert a new line after it.
- On the new line enter the following:
ServerAlias vrops.domain.com
Note: Replace vrops.domain.com with the FQDN of vRealize Operations Manager's load balancer or master.
Example: ServerAlias opsmanager.vmware.com
- Save and close the file.
- Restart the apache2 service:
service apache2 restart
- Repeat steps 1-6 on all nodes in the vRealize Operations Manager cluster.