Class EndDisasterRecoverySubCommand


  • public class EndDisasterRecoverySubCommand
    extends Object
    A dsrepl 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 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
    • Method Detail

      • run

        public void run()
                 throws com.forgerock.opendj.cli.ClientException
        Throws:
        com.forgerock.opendj.cli.ClientException