DRS (AdminTask)
We can use the Jython scripting language to configure the data replication service. Use the commands in the DRS command group display each configuration object that references a specific replication domain.
Use the following command to manage the data replication service:
listReplicationDomainReferences
The listReplicationDomainReferences command displays a list of each configuration object that references a specific replication domain. Before deleting a replication domain, use this command to determine the configuration objects that are linked to the replication domain.
Target object: None.
Required parameters
- -dataReplicationDomainName
- Name of the data replication domain name of interest. (String, required)
Return value
The command displays each configuration object that references the data replication domain name of interest.
Batch mode example
- Jython string...
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName myDataReplicationDomain')
- Jython list:
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName', 'myDataReplicationDomain')
Interactive mode
- Jython:
AdminTask.listReplicationDomainReferences('-interactive')
Related concepts
Data replication Memory-to-memory replication
Related tasks
Delete replication domains Replicating data across application servers in a cluster