Getting started with Microsoft Cluster Service, Part 3: Create Server Cluster

This entry is part 3 of 8 in the series Getting started with Microsoft Cluster Service

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.

Step-by-step to create server cluster

  1. On BKKSQL010, Open Cluster Administrator by Start -> Programs -> Administrative Tools -> Cluster Administrator.
    Open Cluster Administrator
  2. On Open Connection to Cluster in Cluster Administrator window, select Create new cluster. Click OK.
    Create new cluster
  3. On New Server Cluster Wizard, click next.
    Create Server Cluster - New Server Cluster Wizard
  4. 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.
    Enter the name of the server cluster
  5. 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.
    Add first node to the server cluster
  6. 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.
    Analyzing Configuration - no quorum disk
  7. If you have already created a quorum disk, there shouldn’t be any errors. Click next to continue.
    Analyzing Configuration - with quorum disk
  8. 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.
    Assign IP address for connect to the server cluster
  9. 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.
      Create user account to run the cluster service
    • Enter password for this user account. Check user cannot change password and password never expires. Click next.
      Check password never expires
  10. 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.
    Add the user account to be as a local administrator on the node
  11. 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.
    Enter the user account to run the cluster service
  12. On Proposed Cluster Configuration, click Quorum and select the disk Q: for keep quorum data on this drive. Click next.
    Select quorum disk Q:
  13. 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.
    Creating the cluster
  14. 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’.
    The server cluster has been created
Series Navigation<< Getting started with Microsoft Cluster Service, Part 2: Configure iSCSI diskGetting started with Microsoft Cluster Service, Part 4: Add Node to Server Cluster >>

Leave a Reply