IBM Lotus Quickr cluster configuration
This section will complete the cluster configuration of the Lotus Quickr components to make them cluster aware. The good news is that once you become familiar with general Lotus Domino clustering practices they can be directly applied to Lotus Quickr.
1. Shut down all members in the cluster.
2. Delete the Place Catalog database (
placecatalog.nsf
) on all but one of the cluster members.3. Create a replica of the Place Catalog database (
placecatalog.nsf
) on the other cluster members.4. Create a replica of the Place Catalog statistics database (
PlaceStatistics.nsf
) on the other cluster members.5. Create a
qpconfig.xml
on each cluster member, if not already present from theqpconfig_sample.xml
file under the Lotus Domino data directory.6. Edit the
qpconfig.xml
file on each of the servers to define the cluster name.<cluster> <master virtual="true" ssl="false"> <port>80</port> <hostname>quickr.example.com</hostname> <path_prefix...