Note: The approach to implementing this feature
that is described in this topic
only applies to AgilePoint v5.0 SP2. This has been further
enhanced and simplified in v5.0 SP3 and later.
For more information, see
Configure Clustering Server Manager.
AgilePoint Clustering Server Manager (CSM) uses a lock table in the AgilePoint database to
manage multiple CSM instances in an NLB environment. When an attempt is made to shrink the log
database, the shrink is blocked because of the database lock.
To address this issue, AgilePoint has been enhanced to support
a separate database for the CSM lock. To use this feature:
- Create a new database for the CSM lock.
- Stop CSM.
- Append (separated by a comma) the connection string
for the new database to your
existing database connection string for CSM.
This database string is located in one of the following locations:
- The database entry in Windows registry key HKEY_LOCAL_MACHINE\SOFTWARE\Ascentn\Cluster
- app.config
In either case, use the following guideline:
- Old value - [AgilePoint database connection string]
- New Value - [AgilePoint database connection string],[CSM lock database connection string]
- Start CSM.
Note the following regarding the CSM lock database:
- The lock table is created by CSM automatically.
- SM lock database does not need shrink.
It has one table, WF_CLUSTER_SERVER_LOCKER, with no record.