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.
- Log in to the graphical user interface.
- Click
,
and select None as the role.
- Click OK.
- Using REST services
Perform the following steps on the master and clone servers.
- Open a REST client.
- 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.
- Run Delete Replication Config Property REST Service.
For
example:
DELETE https://localhost:port/SKLM/rest/v1/configProperties
{"propertyName" : "replication.role"}
Results
Replication is disabled.