Windows high availability setup - SSO
NOTE: This steplist can be used to build a high availability setup from scratch or upgrading a single SSO node setup to a high availability setup. Note the following modifications if the goal is to upgrade an existing single node setup to a high availability set up:
In step 1 "AD LDS Installation" do the following configurations to the node 2:
- AD LDS Installation Steps (nodes 1 and 2)
- AD LDS Clustering Setup (node 2)
Skip the Step 2.
Installation steps
- Partially install and configure the SSO node 1 as instructed in the single node installation instructions by completing the following steps:
- Check Java and set system wide environment variables
- Unpack the Software
Install and prepare PostgreSQL (can be deferred to step 3 below)
- Modify the Configuration Template
- Create the configuration files
- Install AD LDS in both nodes except do not yet setup AD LDS on node 2 as a replica.
- Continue installation on SSO node 1 as instructed in the Single node installation instructions with the missing steps, check also Single node installation finalization.
- The manual setup done in the previous step above is supplemented by importing Ubisecure specific schema and data into AD LDS when installing Ubisecure Directory on node 1.
- The manual setup done in the previous step above is supplemented by importing Ubisecure specific schema and data into AD LDS when installing Ubisecure Directory on node 1.
- Complete clustered AD LDS installation by following instructions on AD LDS clustering setup (node 2)
- Check Java and set system wide environment variables on SSO node 2.
- Copy the Ubisecure SSO configurations from the SSO node 1 to the SSO node 2.
- In practice, this means that the SSO installation folder
C:\Program Files\ubisecure\ubilogin-sso
is copied as such. Check the
win32.config
file's parameterldap.url
to see if the LDAP has been installed in the localhost. If the directory (LDAP) connection is something else than "localhost" (LDAPs are installed on their own separate nodes) then modify theC:\Program Files\ubisecure\ubilogin-sso\ubilogin\config\settings.cmd
file's LDAP URL parameters on the SSO node 2.LDAP_URL=ldap://<IP address of the LDAP server 2>:389 LDAP_URL_HOSTNAME=<IP address of the LDAP server 2> LDAP_URL_PORT=389
- In practice, this means that the SSO installation folder
- Complete installation of the SSO node 2 as instructed in the Single node installation instructions by completing the following steps:
Configure Accounting Service
Install and start Ubisecure SSO Tomcat and Accounting Service as Windows Services
- Check also Single node installation finalization
- Install and configure the reverse proxy server e.g. the Windows reverse proxy.
- Start SSO in both nodes.
- Start the reverse proxy server.