When a cluster is built, the first system to be built is considered the first node in the cluster. This system needs to be initially prepared as the primary system. When the primary system has been configured, additional nodes can be added to the cluster.
Shut down both the cluster nodes and shared storage devices.
Connect cables as required between the cluster nodes and shared storage devices.
Connect each node's NICs to a network switch or hub using appropriate network cables.
If a shared storage device is being used, power on the shared storage device and wait for the startup sequence to complete.
Start the first node in the cluster. If a shared disk will be used, configure the adapter card's ID on each cluster node to a different number. For example, use ID 6 for node 1 and ID 7 for node 2.
Log on with an account that has Local Administrator privileges.
If the server is not a member of a domain, add the server to the correct domain and reboot as necessary.
Configure each network card in the node with the correct network IP address information.
Network cards that will be used only for private communication should have only an IP address and subnet mask configured. Default Gateway, DNS, NetBIOS-related services (such as Client for Microsoft Networks), and WINS should not be configured. Also, uncheck the Register This Connection's Address in DNS box, as shown in Figure 31.4, on the DNS tab of the Advanced TCP/IP Settings page.

Figure 31.4 TCP/IP DNS configuration settings.
For network cards that will support public or mixed networks, configure all TCP/IP settings as they would normally be configured.
If you're not already logged in, log on to the server using an account that has Local Administrator privileges.
Click Start, Administrative Tools, Cluster Administrator, as shown in Figure 31.5.

Figure 31.5 Launching the Cluster Administrator utility.
When the Cluster Administrator opens, choose the Create New Cluster action and click OK.
Click Next on the New Server Cluster Wizard Welcome screen to continue.
Choose the correct domain from the Domain pull-down menu.
Type the cluster name in the Cluster Name text box and click Next to continue.
Type the name of the cluster node and click Next to continue. The wizard defaults to the local server, but clusters can be configured remotely. The cluster analyzer analyzes the node for functionality and cluster requirements, as shown in Figure 31.6. A detailed log containing any errors or warnings that can stop or limit the installation of the Cluster server is generated.
Review the log and make changes as necessary; then click Re-analyze or click Next to continue.

Figure 31.6 Cluster analyzer utility operations.
Enter the cluster IP address and click Next.
Enter the Cluster Service account name and password and choose the correct domain. Click Next to continue.
Note - The Cluster Service account needs to be only a regular domain user, but specifying this account as the Cluster Service gives this account Local Administrator privileges on the cluster node and also delegates a few user rights, including the ability to act as a part of the operating system and add computers to the domain.
On the Proposed Cluster Configuration page, review the configuration and choose the correct quorum type by clicking the Quorum button, as shown in Figure 31.7.

Figure 31.7 Choosing the cluster quorum configuration.
To create an MNS cluster, click the Quorum button on the Proposed Cluster Configuration page, choose Majority Node Set, and click OK.
If a SAN is connected to the cluster node, the Cluster Administrator will automatically choose the smallest basic NTFS volume on the shared storage device. Make sure the correct disk has been chosen and click OK.
If you're configuring a single-node cluster with no shared storage, choose the Local Quorum resource and click OK.
Click Next to complete the cluster installation.
After the cluster is created, click Next and then Finish to close the New Server Cluster Wizard and return to the Cluster Administrator.
Alternatively, you can create a cluster by using Cluster.exe. You can use the following to create a cluster called cluster1 on the server named Server1. This example uses a Cluster Service account called clustersvc@companyabc.com, using the 192.168.100.10 IP address and a class C subnet mask. Also the network card is renamed Cluster Mix Nic at a command prompt. The command is as follows:
Then press Enter to create the cluster.