Unable to remove manager from replicator as there are still replications
search cancel

Unable to remove manager from replicator as there are still replications

book

Article ID: 417046

calendar_today

Updated On:

Products

VMware Cloud Director Availability - Disaster Recovery 4.x

Issue/Introduction

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

Environment

Cloud Director Availability 4.7.3

Resolution

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>';