ReplicaChecker
ReplicaChecker
Install
Domino console command to install this app on your server:
tell Genesis install ReplicaChecker
Install in MyAccount (for Prominic customers only)
Source code
If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.
ReplicaChecker is an innovative Java addin developed by Prominic.NET. It provides automated cluster consistency checks with flexible scheduling options, helping ensure that database replicas across your Domino environment remain synchronized at defined intervals. The tool supports both scheduled checks and manual triggers, giving administrators the flexibility to verify consistency instantly when needed.
Key features include:
- Simple command-line interface for configuration, status monitoring, and on-demand execution
- Customizable database paths and schedule intervals
- Seamless integration into diverse Domino infrastructures
For more details on implementing this solution and optimizing your Domino replication environment, feel free to contact our team at Prominic.NET — your Domino servers will thank you!
Version: 2.0.4
{
"title": "ReplicaChecker v${version}",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}",
"active": "1",
"runjava": "ReplicaChecker"
},
"steps": [
{
"title": "Step 1. Download needed files",
"files": [
{
"from": "${baseurl}/0/${docid}/$FILE/ReplicaChecker-${version}.jar",
"to": "JavaAddin/ReplicaChecker/ReplicaChecker-${version}.jar"
}
]
},
{
"title": "Step 2. Register Replica Checker Addin",
"notesINI": [
{
"name": "JavaUserClassesExt",
"value": "GJA_ReplicaChecker",
"multivalue": true,
"sep": ","
},
{
"name": "GJA_ReplicaChecker",
"value": "JavaAddin/ReplicaChecker/ReplicaChecker-${version}.jar"
}
]
},
{
"title": "Step 3. Restart All JavaAddins",
"commands": ["restart"]
},
{
"title": "Step 4. Final",
"messages": ["SUCCESS: ReplicaChecker has been installed", "All addins will be restarted automatically"]
}
]
}