Install and Configure the MPS Database Server Cluster

Cc526740.chm_head_left(en-us,TechNet.10).gif Cc526740.chm_head_middle(en-us,TechNet.10).gif Cc526740.chm_head_right(en-us,TechNet.10).gif

Install and Configure the MPS Database Server Cluster

Microsoft Windows Server 2003 Clustering supports a dual-redundant Microsoft SQL Server configuration for the Microsoft Provisioning System (MPS) databases. This enables single point of failure compensation for the MPS Configuration, Audit log, Resource Manager, Transaction logs, and the Audit and Recovery Service databases.

To complete the clustered Microsoft SQL Server configuration for the advanced MPS configuration, you will need to perform the following tasks.

Tasks Summary

  1. Deploy Windows Server 2003 on the Cluster
  2. Configure Windows Server 2003 Clustering
  3. Install SQL Server onto the Clustered Configuration

Preinstallation Considerations

Before you proceed to create the clustering configuration, review the following:

  • You must log on using an account that is a member of the Domain Administrators group to create the first node in a cluster or add additional nodes.
  • All nodes must have joined a domain (instead of a workgroup) and be members of the same domain.
  • When you create a cluster or join nodes to a cluster, specify the domain user account under which the Cluster service runs. It is best if the Cluster service user account is a new account. The account must have local administrative rights and permissions on the cluster nodes.
  • Ensure that applications (for example, Microsoft SQL Server 2005) do not use the same account as the Cluster service account. Be sure to keep the password from expiring on the account and follow your organization's policies for password renewal.

Other Considerations for SQL Server Clustering

When you install the operating system on a member server, Setup adds the Cluster service account as a member of the local administrators group. When you install the operating system on a domain controller, Setup gives cluster-administrative permissions to the Domain Administrators group.

When you use Cluster Administrator to administer a cluster from a remote location, such as from another server or a computer running Microsoft Windows XP Professional, or to administer a cluster locally from a node, you must use an account that is a member of the local administrators group on all nodes.

For More Information