GrinchyNet
I strive to bring you nothing of importance

Create a Windows Server 2003 Two-Node Cluster

Page 2

Checklists for Cluster Server Installation

This checklist assists you in preparing for installation. Step-by-step instructions begin after the checklist.

Software Requirements

  • Microsoft Windows Server 2003 Enterprise installed on all computers in the cluster.
  • A name resolution method such as Domain Name System (DNS), DNS dynamic update protocol, Windows Internet Name Service (WINS), HOSTS, and so on.
  • An existing domain model.
  • All nodes must be members of the same domain.
  • A domain-level account that is a member of the local administrators group on each node. A dedicated account is recommended.

Hardware requirements

  • The hardware for a Cluster service node must meet the hardware requirements for Windows 2003 Enterprise Server. These requirements can be found at the Product Compatibility Search page.
  • Cluster hardware must be on Cluster Service Hardware Compatibility List (HCL). The latest version of the Cluster Service HCL can be found by going to the Windows Hardware Compatibility List and then searching on Cluster.
  • Two HCL-approved computers, each with the following:
    • A boot disk with Windows 2003 Enterprise Server installed. The boot disk cannot be on a shared storage bus described below.
    • Boot disks and shared disks must be on separate SCSI channels (SCSI PathID); separate adapters (SCSI PortNumber) are not required. Thus, you can use a single multi-channel SCSI or Fibre Channel adapter for both boot and shared disks.
    • Two PCI network adapters on each machine in the cluster.
    • And HCL-approved external disk storage unit that connects to all computers. This will be used as the clustered disk. A redundant array of independent disks (RAID) is recommended.
    • Storage cables to attach the shared storage device to all computers. Refer to the manufacturers’ instructions for configuring storage devices.
    • All hardware should be identical, slot for slot, card for card, for all nodes. This will make configuration easier and eliminate potential compatibility problems.

Network Requirements

  • A unique NetBIOS name.
  • Static IP addresses for all network interfaces on each node.
  • Note: Server Clustering does not support the use of IP addresses assigned from Dynamic Host Configuration Protocol (DHCP) servers.

  • Access to a domain controller. If the cluster service is unable to authenticate the user account used to start the service, it could cause the cluster to fail. It is recommended that you have a domain controller on the same local area network (LAN) as the cluster is on to ensure availability.
  • Each node must have at least two network adapters—one for connection to the client public network and the other for the node-to-node private cluster network. A dedicated private network adapter is required for HCL certification.
  • All nodes must have two physically independent LANs or virtual LANs for public and private communication.
  • If you are using fault-tolerant network cards or network adapter teaming, verify that you are using the most recent firmware and drivers. Check with your network adapter manufacturer for cluster compatibility.

Shared Disk Requirements

  • An HCL-approved external disk storage unit connected to all computers. This will be used as the clustered shared disk. Some type of a hardware redundant array of independent disks (RAID) is recommended.
  • All shared disks, including the quorum disk, must be physically attached to a shared bus.
  • Note: The requirement above does not hold true for Majority Node Set (MNS) clusters, which are not covered in this guide.

  • Shared disks must be on a different controller then the one used by the system drive.
  • Creating multiple logical drives at the hardware level in the RAID configuration is recommended rather than using a single logical disk that is then divided into multiple partitions at the operating system level. This is different from the configuration commonly used for stand-alone servers. However, it enables you to have multiple disk resources and to do Active/Active configurations and manual load balancing across the nodes in the cluster.
  • A dedicated disk with a minimum size of 50 megabytes (MB) to use as the quorum device. A partition of at least 500 MB is recommended for optimal NTFS file system performance.
  • Verify that disks attached to the shared bus can be seen from all nodes. This can be checked at the host adapter setup level. Refer to the manufacturer’s documentation for adapter-specific instructions.
  • SCSI devices must be assigned unique SCSI identification numbers and properly terminated according to the manufacturer’s instructions. See the appendix with this article for information on installing and terminating SCSI devices.
  • All shared disks must be configured as basic disks. For additional information, see the following article in the Microsoft Knowledge Base:
    237853 Dynamic Disk Configuration Unavailable for Server Cluster Disk Resources
  • Software fault tolerance is not natively supported on cluster shared disks.
  • All partitions on the clustered disks must be formatted as NTFS.
  • Hardware fault-tolerant RAID configurations are recommended for all disks.
  • A minimum of two logical shared drives is recommended.

Previous Page | Next Page