The vSphere Replication appliance includes an embedded vSphere Replication Server by default. If you want to deactivate the embedded vSphere Replication server, you can do so using SSH.

Prerequisites

Verify that no replications are using the embedded server. Stop the replications or move them to a different server.

Procedure

  1. Use SSH into the vSphere Replication appliance and enter:
    # /opt/vmware/hms/bin/hms-configtool -cmd reconfig -property hms-embedded-hbr=false
  2. Restart the HMS service.
    # service hms restart
  3. Unregister the embedded vSphere Replication server from the Replication Servers view.
    1. On the Site Recovery home page, select a site pair and click View Details.
    2. On the Site Pair tab, select Replication Servers and find the vSphere Replication server in the list.
      If you have both vSphere Replication and Site Recovery Manager installed, you can find Replication Servers on the Site Pair tab, under Configure.
    3. Select the server and click the Unregister icon.

What to do next

Rebooting vSphere Replication does not automatically register the embedded server. To restore the default behavior to register automatically the embedded vSphere Replication server, enter:
# /opt/vmware/hms/bin/hms-configtool -cmd reconfig -property hms-embedded-hbr=true
# service hms restart