Class EndDisasterRecoverySubCommand
- java.lang.Object
-
- org.forgerock.opendj.tools.dsrepl.EndDisasterRecoverySubCommand
-
public class EndDisasterRecoverySubCommand extends Object
Adsrepl sub command
to end a disaster recovery.This sends a reset task to reset the generation ID of the provided server. This has the effect to compute the generation ID of the server and propagate it to all the RSs of the topology. This should re-enable the replication provided that all DSs have been re-initialized with the same date than the provided server (recovery phase).
-
-
Constructor Summary
Constructors Constructor Description EndDisasterRecoverySubCommand​(com.forgerock.opendj.cli.LdapClientProvider ldapClientProvider, Set<Dn> baseDns, com.forgerock.opendj.cli.Tool tool)
Constructor for this sub-command.
-
-
-
Constructor Detail
-
EndDisasterRecoverySubCommand
public EndDisasterRecoverySubCommand​(com.forgerock.opendj.cli.LdapClientProvider ldapClientProvider, Set<Dn> baseDns, com.forgerock.opendj.cli.Tool tool)
Constructor for this sub-command.- Parameters:
ldapClientProvider
- ldap client provider for the local server.baseDns
- base Dns to initialize.tool
- this tool used to print messages
-
-