Using MS SQL Cluster as the Backend Database9 minutes to read
MS SQL Cluster is used as backend database in Access Manager Plus. The steps to configure Access Manager Plus to use MS SQL cluster as backend are significantly different from using a standalone SQL server as the backend database because Access Manager Plus has been configured to connect to SQL server cluster only through SSL to ensure high level of security. To use a standalone SQL server as the backend database, the SSL certificate is created with the fully qualified DNS name of the SQL server and it imported in the LOCAL COMPUTER PERSONAL certificate store. In the SQL server configuration manager, the certificates matching the DNS name of the SQL server get listed in the certificate configuration screen. But, this procedure will not work in the case of SQL server cluster setup. In the case of SQL server cluster, you need to obtain the server certificate with the fully qualified DNS name of the failover clustered instance and install it on all the nodes in the failover cluster. For example, assume that you have a two-node cluster with nodes named test1.yourcompany.com and test2.yourcompany.com and a failover clustered instance of SQL Server named ampcluster. To use the cluster with Access Manager Plus, you need to obtain a certificate for ampcluster.yourcompany.com and install the certificate on both nodes. Note: It is recommended to try these steps in a test setup first and verify if everything is working fine. You may download Access Manager Plus and try using MS SQL cluster as backend. To use MSSQL Always-On failover cluster, you need to add an entry in the amp_key.key as instructed below: ENCRYPTIONKEY=n2Z(-*zcPioHfYpmrQwrmICiXmiRUbhQ You can find the master encryption key in masterkey.key file which is placed under <AMP-Home>\conf directory. Summary of Steps
1. Enable SSL Encryption in SQL Server1.1 Create an SSL Certificate and Install it in Windows Certificate Store (in the machine where SQL server is running)
|