Using MS SQL Cluster as Backend Database10 minutes to read
Password Manager Pro allows you to use MS SQL cluster as backend database. The steps to configure Password Manager Pro to use MS SQL cluster as backend are significantly different from using a standalone SQL server as the backend database because Password Manager Pro 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 pmpcluster. To use the cluster with Password Manager Pro, you need to obtain a certificate for pmpcluster.yourcompany.com and install the certificate on both nodes.
To use MSSQL Always-On failover cluster, you need to add an entry in the pmp_key.key as instructed below:
You can find the master encryption key in masterkey.key file which is placed under <PMP-Home>\conf directory. Steps Required
| |