Getting started with Microsoft Cluster Service, Part III: Create a new server cluster
Administration, Windows May 14th, 2008Introduction
From last part, I have complete configured the requirement for creating a server cluster. Now I’ll create a new cluster server name ‘BKKCluster’ and add ‘BKKSQL010′ as a first node on the cluster server.
The series are divided into 6 parts:
- Getting started with Microsoft Cluster Service, Part I: Introduction
- Getting started with Microsoft Cluster Service, Part II: Configure iSCSI disk
- Getting started with Microsoft Cluster Service, Part III: Create a new server cluster
- Getting started with Microsoft Cluster Service, Part IV: Add a node to the existing server cluster
- Getting started with Microsoft Cluster Service, Part V: Create a file server cluster (1)
- Getting started with Microsoft Cluster Service, Part V: Create a file server cluster (2)
- Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (1)
- Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (2)
Step-by-step
- On BKKSQL010, Open Cluster Administrator by Start -> Programs -> Administrative Tools -> Cluster Administrator.

- On Open Connection to Cluster in Cluster Administrator window, select Create new cluster. Click OK.

- On New Server Cluster Wizard, click next.

- On Cluster Name and Domain page, select domain and enter the cluster name. In this example, I want to create a cluster server called ‘BKKCluster’ on domain ‘virtual.com’. Click next.

- On Select Computer page, type the computer name which is going to be a first node in this cluster. In this example, it is BKKSQL010. Click next.

- On Analyzing Configuration page, the wizard will determine whether the server can be configured as a cluster server. If you haven’t configured a quorum disk (shared disk) as in part II, you’ll see the error as in the figure below. And if you continue without creating a quorum, you only have a single node cluster type.

- If you have already created a quorum disk, there shouldn’t be any errors. Click next to continue.

- On IP Address page, type the virtual IP Address for connect to this server cluster. In this example, I use 192.168.1.10.
Note: This is not an existing IP Address of the server, the IP Address on this page will be created virtually by the wizard for connecting to this cluster server. Click next.

- Before you continue next wizard’s page, you need to create a user account for run this cluster service. To create a new user account on Active Directory, follow these steps below.
- Connect to Active Directory server. In this example, the server is BKKPDC010.
- Open Active Directory Users and Computers by click Start -> Programs -> Administrative Tools -> Active Directory Users and Computers.
- Right click on the domain name -> select New -> User.
- Type name for the user account. In this example, I create user account name ‘clustersrv’. Click next.

- Enter password for this user account. Check user cannot change password and password never expires. Click next.

- The service account requires administrative permission on the server cluster to run the service so you need to add the user account to be as a local administrator. In this example, I added ‘virtual.com\clustersrv’ to be a local administrator on BKKSQL010.

- After user account has been created, back to New Server Cluster Wizard. On Cluster Service Account, type the user account that you’ve just created on the previous step. Click next.

- On Proposed Cluster Configuration, click Quorum and select the disk Q: for keep quorum data on this drive. Click next.

- On Creating the Cluster, waiting for the wizard create the server cluster. When tasks have completed, click next.
Note: There shouldn’t have any errors or warning message on this step before you continue.

- Now the server cluster has been created with a first node on BKKSQL010. The cluster name is ‘BKKCluster.virtual.com’ and has virtuall IP Address ’192.168.1.10′.

Related post
- Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (2) This post is continued from Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (1). The...
- Getting started with Microsoft Cluster Service, Part V: Create a file server cluster (1) Introduction In this part and next following post, I’m going to create a file server cluster that has 2 nodes...
- Getting started with Microsoft Cluster Service, Part VI: Create a MSSQL server cluster (1) Introduction Well, 5 parts have passed and now you should familiar with MSCS. This part, you’ll learn how to create...
- Getting started with Microsoft Cluster Service, Part V: Create a file server cluster (2) Introduction This post continue from last post “Getting started with Microsoft Cluster Service, Part V: Create a file server cluster...
- Getting started with Microsoft Cluster Service, Part IV: Add a node to the existing server cluster Introduction From previous part, I have a server cluster ‘BKKCluster.virtual.com’ with a node on BKKSQL010. With a node, I can’t...
Related posts:



