By default, the VMware vRealize Operations Manager 6.x plugin for the vSphere Web Client registers with the IP address of one of the vRealize Operations Manager nodes.
To register the VMware vRealize Operations Manager 6.x plugin using the DNS name:
- Log in to the vRealize Operations Manager Master node as the root user through the console or using an SSH session.
- Open the $ALIVE_BASE/user/conf/configuration.properties file using a text editor.
- At the end of the file add this line:
extensionUseDNS=true
- Save and close the file.
- Repeat steps 1-4 on all nodes in the vRealize Operations Manager cluster.
- Log in to the vRealize Operations Manager admin UI and take the cluster offline.
- Bring the cluster online.
- Log in to the vRealize Operations Manager Product UI.
- Navigate to Administration > Solutions.
- Select the VMware vSphere solution and click Configure.
- Select the adapter instance and click Manage Registrations.
- Enter vCenter administrator credentials and click Register.
Note: To revert the changes, repeat the procedure and change
extensionUseDNS to false.