Dec 27 2010 5:46PM GMT
Posted by: Steve Pitcher
cluster, domino, replica, replication
Domino Replica Analyzer
Posted by: Steve Pitcher
I started playing around with replication of Domino directories a few months ago and came up with an iSeries-only program that essentially does wholesale replication of directories. I received a couple of downloads (thank you, thank you…diaper money for my twin newborn girls), but what I really wanted to create was something platform independent that did a little more. I went a little overboard but it fits the bill for what I need.
Here’s what it does:
- Checks for differences between two replicas on different servers
- Number of documents
- Access Control List
- Full Text Index type and last date it was indexed
- Last Fixup Date
- Quota
- On Disk Structure
- Document compression
- LZ1 compression
- Unread marks
- Transaction logging
- DAOS status
- % Whitespace
- …and a few others.
- Gives you the option to automatically set options based on the results found
- If your target replica DB quota is different from the source, make the target quota the same as the source, etc.
- Automatically create new replicas if not found on the target server. This was the premise of my original tool. A great feature if you have a whole directory you need replicated. For example, you have an Archive policy and your archive database gets created on new user registration, however you need to manually create the replica, assign the quota, etc. This utility is scheduled to run every week so that you can be sure your archive directory is always in sync with the replicated directory on another server.
- Customizable setup document that allows you to pick the servers and directories to poll, and what actions you want to automatically happen based on the results you find.
Read more here: http://www.stevencpitcher.com/2010/12/replica-analyzer.html




