How to troubleshoot unable to pair vSphere Replication Servers 6.X.
By default we do not give debug logging in the webclient for vSphere Replication site pairing. A really good way to find root causes of site pairing is to follow the below steps.
<logger level=”DEBUG” additivity=”false” name=”com.vmware.vim.vmomi.client.http”>
<appender-ref ref=”LOG_FILE” />
</logger>
Add that snippet to the bottom of the security-config.xml
- vCenter Server on Windows – Inventory service install location/lib/server/config/
- vCenter Server Appliance – /usr/lib/vmware-vpx/inventoryservice/lib/server/config/
Then reverse lookup the error in the virgo logs.
Categories