Set the ClusteredSystem Parameter to True
Procedure
Run the following command to set the ClusteredSystem site parameter to true:
Select * from dbo.Parameters where Parm_Name like '%Cluster%'
Select * from Site_Parameters where Parm_Id = 131
Update Site_Parameters
Set Value = 1
Where Parm_Id = 131