Disabling replication

To discontinue replicating data to the clone servers or to stop the replication operation, you must disable replication on the master and clone servers. If you have configured incremental replication, it will also get disabled.

About this task

You can use the graphical user interface or REST services to disable replication. You must disable replication on the master and clone servers. If you want to disable only incremental replication, see Disabling incremental replication.

Procedure

  • Using graphical user interface

    Perform the following steps on the master and clone servers.

    1. Log in to the graphical user interface.
    2. Click Administration > Replication, and select None as the role.
    3. Click OK.
  • Using REST services

    Perform the following steps on the master and clone servers.

    1. Open a REST client.
    2. Obtain a unique user authentication identifier to access IBM Security Guardium Key Lifecycle Manager REST services. For more information about the authentication process, see Authentication process for REST services.
    3. Run Delete Replication Config Property REST Service.
      For example:
      DELETE https://localhost:port/SKLM/rest/v1/configProperties
      {"propertyName" : "replication.role"} 
      

Results

Replication is disabled.