As of Version 7.4, Secret Server supports clustering the web servers. This feature requires Enterprise Plus Edition.

Setting up Clustering
  1. Have Secret Server upgraded\installed and running on the primary server.
  2. Enable Clustering by going to Administration, Server nodes.
  3. Copy the entire web application folder from the primary node to the secondary node.
    1. Follow the steps in the Installation Guide for setting up the application pool and virtual directory in IIS
  4. Ensure the server has the same date time as the primary server
  5. Once the secondary server is running navigate to Secret Server on that node to go through the DB Connection reset page for connecting to the database
  6. Activate Licenses for the new node (this can be done on either server once the database connection is established on the secondary node)
  7. Configure the Load Balancer for the two sites and to have sticky sessions to prevent a user from bouncing between server on each request
Upgrading in a Clustering environment

Note: Before ANY UPGRADES see the KnowledgeBase article Upgrading Secret Server - Single Instance & Web Clustering for important steps to ensure your data is backed up.
  1. Perform a backup of the primary server.
  2. Stop all but the primary web server
  3. Perform the upgrade as with a single instance
  4. Once upgraded and working, copy the web application folder (without the database.config) to all secondary servers
  5. Start Secondary Server and confirm they still work
Clustering Error Conditions:
  • Encryption configs don't match - see this KB article
  • Server Dates don't match - if the dates on the web servers do not match the audit records could be bad. The fix is to set the servers to the same time.
  • Version does not match - If a secondary node is not properly updated from the primary node after an upgrade, that node will not run because the application version does not match the database. The fix is to copy the application folder (minus the database.config) to replace the files on the secondary server

Article ID: 159, Created On: 4/26/2011, Modified: 2/7/2012