If you replaced the vRealize Operations SSL certificate and configured the load balancer for SSL passthrough, the you must configure Apache on each new node that you add to the vRealize Operations analytics cluster.

Procedure

  1. ​Log into the new vRealize Operations Manager data node as root via SSH or Console.
  2. Open /usr/lib/vmware-vcopssuite/utilities/conf/vcops-apache.conf in a text editor.
  3. Find the ServerName ${VCOPS_APACHE_SERVER_NAME} line and insert a new line after it.
  4. On the new line enter the following:
    ServerAlias vrops-lb.vrack.vsphere.local vrops-master.vrack.vsphere.local

    Replace vrops-lb.vrack.vsphere.local with the FQDN of vRealize Operations Manager load balancer and replace vrops-master.vrack.vsphere.local with the FQDN of the newly added vRealize Operations Manager data node.

  5. Save and close the file.
  6. Restart the apache2 service:
    service apache2 restart