| Previous: Security | Next: Splitting a Handle Server | Table of Contents |
The handle server allows for automatic replication of handles to one or more mirror servers. These mirror servers can be used to provide redundancy for resolution or simply as backup for disaster recovery. It should be noted that mirror servers cannot be used for handle administration.
See 5. Advanced Server Configuration, for details on the configuration settings outlined below.
server_admins
this_server_id (if more than 1 server in HS_SITE)
replication_authentication
replication_authentication.
replication_admins group in
its `config.dct' file.
The `txnsrcsv.bin' file is the `siteinfo.bin' file from the primary server.
The `txnstat.dct' file will be created once the server has replication information to store. When the mirror server is first started, the server has to "dump" all of the handles from the primary server. When that process is done, the mirror server creates and saves the `txnstat.dct' file with the current transaction ID from each primary server.
If the 1st mirror server's db file is relatively large, before starting the second mirror server, it may be necessary to copy the `handles.jdb', `nas.jdb', `txnstat.dct' files to the second mirror's directory before starting it. Be sure the 1st mirror server is shut down while copying the files.
When servers are in the same site the handles for that service are distributed evenly across the site. Mirrors should be able to replicate from either the primary or existing mirrors.
| Previous: Replication | Next: Splitting a Handle Server | Table of Contents |