DRS
Use Jython 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 usage
- Use Jython string:
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName myDataReplicationDomain')- Use Jython list:
AdminTask.listReplicationDomainReferences('-dataReplicationDomainName', 'myDataReplicationDomain')
Interactive mode example usage
- Jython...
AdminTask.listReplicationDomainReferences('-interactive')
Related concepts
Replication
Memory-to-memory replication
Related tasks
Delete replication domains
Replicating data across appservers in a cluster