Error message when trying to remove remote manager on replicator is "The Manager Service 'xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' can not be removed because there are replications that are managed by it.
No replications show up in the source replications screen
Cloud Director Availability 4.7.3
Removal may need to be done through the database on the replicator. On the replicator itself, run this to get into the database:
/opt/vmware/vpostgres/current/bin/psql -U h4postgres h4replicator
select * from replication_src;
to remove the records from that table use:
delete from replication_src where id = '<ID from above query>';