How to create multiple Notes DB replicates from Domino console command

You can create multiple commands in txt file and then launched from a single command in the server console.

  1. Create a text file and name it c:\replica-commands.txt.
  2. Enter the following information into the file and save it:
    cl copy Server1!!DB1.nsf Server2!!DB1.nsf replica
    cl copy Server1!!application\DB2.nsf Server2!!application\DB2.nsf replica
    cl copy Server1!!DB3.nsf Server2!!application\DB3.nsf replica
  3. At the Domino console, type “< c:\replica-commands.txt >”
    The Domino console will execute thecommands listed in the text file sequentially.

Leave a comment