cancel
Showing results for 
Search instead for 
Did you mean: 

Clix for Master-Slave Synchronisation

Former Member
0 Kudos

Hi SDNers,

I am using the Slave and Master reposirotries. If anyone has used CLIX for the Master-Slave synchronisation, please give the related commands. File would be of greater help.

Any suggestions are also welcome.

Thanks & Regards,

Priti

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member208981
Contributor
0 Kudos

Closing thread

Former Member
0 Kudos

Hi Priti

Copying from help.sap

Sharing and Swapping Slave Repositories

You can use the repShare command to make a slave repository u201Cshareableu201D so that multiple MDM Servers can load it. Conversely, you must use the repExclusive command to return the slave to an unshared state before synchronizing it, so that a single MDM Server can issue the synchronization command.

An alternative to this methodology is to leave the single slave shared and loaded, and then:

...

1. Create a new slave from the Master.

2. Make that new slave u201Cshareable.u201D

3. Load the new slave without ports in the background using the repPreload command on each MDM Server that acts as a host.

4. After each host completes the background load, use the repSwap command to swap the new slave for the old on the same port.

for more details refer to relevant sections in help.sap.com

best regards

Ravi

Former Member
0 Kudos

Hello Ravi,

We are investigating the use of repPreLoad and repSwap with MDM 7.1 and the commands no longer appear to work with Clix (7.1.03.62). If I use one of those two clix commands, clix behaves as if the command doesn't exist. Typing clix r at the prompt (which lists the repository commands available) shows a list of commands with these two missing. Has SAP decided to remove them?

Paul

Former Member
0 Kudos

Hi Priti,

For synchronization use the below command

CLIX repSynchronize MDMHostSpec slaveRepositorySpec Credentials [-D]

Related commands:

CLIX repSwap MDMHostSpec stoppingRepositorySpec swapinRepositorySpec [-D] [-W]

CLIX repShare MDMHostSpec RepositorySpec Credentials [-O][-D]

You can get the list of CLIX Commands here

http://help.sap.com/saphelp_mdm550/helpdata/en/8e/9f9c427055c66ae10000000a155106/frameset.htm

CLIX Command Line Interface -> Command Detail

Use of commands is completely depending on your business requirements.

Regards,

Jitesh Talreja