serverseitig repliken / kopien von domino datenbanken erstellen?
bei bruce habe ich einen sehr spannenden hinweis gefunden - nämlich wie man serverseitig von einer datenbank eine kopie, eine replik oder auch nur das template einer datenbank erstellt - auch auf einen anderen server! warum in alles in der welt ist dieser befehl nicht öffentlich dokumentiert?
> set config CLUSTER_ADMIN_ON=1 (even if the server is not a in cluster, doesn’t matter).
No need to restart the server, it becomes active immediately.
This enables this new command:
CL COPY sourcedb targetdb
Examples for the CL COPY command:
> CL copy serverA!!db1.nsf serverB!!db2.nsf
This would create a regular non-replica copy of db1.nsf on serverA as db2.nsf on ServerB> CL copy serverA!!db1.nsf serverB!!db2.nsf REPLICA
This would create a replica copy of db1.nsf on serverA as db2.nsf on ServerB> CL copy serverA!!db1.nsf serverB!!db2.nsf TEMPLATE
This would create a template copy (only design, no data) of db1.nsf on serverA as db2.nsf on ServerB> CL copy db1.nsf db2.nsf
This would create a regular non-replica copy of db1.nsf as db2.nsf on the same local server
und, folgendes geht auch: CL delete dbname
Related posts:
- Antrid - change replica id
- You must upgrade to Domino 4.6.1
- alle Repliken suchen
- Help needed: Error opening note unable to resolve the referenced note
- useful sharepoint links











