How to set-up a 2-cluster node clustered server, using Windows 2000 AS
How to set-up a 2-cluster node clustered server, using Windows 2000 AS
Now I can contribute a tutorial that I made my self…sorry for the first tutorial I posted.
I won’t be explaining much on what MS clustering, there are lots of information on the web to explain what MS clustering is all about, I’m coming up on this tutorial to share my experience in setting up MS cluster. I have provided a link on what is MS clustering all about.
http://www.paraflow.bg/en/solutions/6.html
First: Checklist
1 shared storage device with at least 5 SCSI hot swappable disk drives (2 to be configured as quorum drive with RAID level 1 or disk mirroring, and 3 disks as data drive with RAID level 5 or disk stripping with parity (RAID levels can be searched over the net to give you a better understanding of it)
2 dual channel SCSI controller (one for each server and to be attached to the SSD)
(Please note that there more cheaper alternatives for your SSD solution, instead of using SCSI drives and SSDs (we all know that this is not cheap), you can also use IDE drives (ultra ata/66 or better) and a SSDs that supports Ultra-ATA drives.
*SSD = Shared Storage Device
4 NICs (2 for each PC, Why 2 for each? One will be used as the cluster heart beat, the other will be for your private network)
1 crossover UTP cable.
2 completely built PCs with 133-MHz Pentium or higher central processing unit (CPU). A maximum of eight CPUs per computer are supported.
256 megabytes (MB) of RAM recommended minimum (128 MB minimum supported; 8 gigabytes (GB) maximum).
1 free PCI slots for the SCSI controller (one for each PC)
A hard disk partition with enough free space to accommodate the setup process. The minimum amount of space required will be approximately 1 GB. More space might be needed, so it’s better to have more than the minimum requirement.
CD-ROM drive (required in installing OS, better use one for each PC to save you trouble in transferring the drive from one PC to another) FDDs will be required also since SCSI device drivers during the installation process will be searched by the installer from the FDD
2 licenses for Windows 2000 advanced $erver L
5 free IP address, 3 will be of the same subnet as your LAN (one for each PC and one as your Virtual IP or cluster IP, the remaining 2 will be the cluster heartbeat.
Second: Interconnecting your devices.
First thing for you to do is put one of your SCSI controllers in your first cluster node (lets label it as NODE1), after attaching the controller and the 2 NICs, set-up the SSD by inserting all your HDDs in it.
Attach the SSD to NODE1 (cables come together with the SCSI controller to the SSD)
Boot up NODE1 then enter the SCSI utility, this is the part where you will configure your SSD.
Configure the 2 drives with RAID level 1, this will be used as your quorum drive.
Configure the remaining 3 drives with RAID level 5, this will be used as your data drive. (This process will require you to format the configured drives and may require several reboot). Turn off everything after configuring.
On each PC, the second NICs should be interconnected via crossover cable and the first NISc on your private LAN
Installing OS
NODE1 Installation
Turn on the SSD and wait for the drives to spin and be on ready mode
Boot up the PC from the CD-ROM with the win2k AS.
Press F6 for you to install the SCSI controller, insert the driver diskette in the FDD when asked.
Continue with the installation process
Take note of the network configuration, your first NIC should be of the same subnet of your private network, this will be used by your LAN to access the clustered server and the second NIC can be of any IP as it will only be used by the cluster for heartbeat or error/fault detection (10.10.10.1 can be a good IP to set)
If you’re finished with the OS installation and properly booted up with windows, check if you can access the configured drives in your SSD, you should have multiple disks in your “my computer”.
Assuming that all is configured well, we can go on to the next node, which we will label as NODE2. But before starting with node 2 make sure to shutdown the first node and leave the SSD running
NODE2 installation
First is to configure NODE2 to recognize the SSD by following the steps in interconnecting your devices. Follow the same instructions in installing your OS, first NIC should be configured to have the same IP series of your LAN and the 2nd NIC will be for the heartbeat IP again (10.10.10.2 same subnet as what we configured for NODE1) If your done with the installation, shutdown everything.
Third: Configuring MSCS
Take note of your Domain Controller’s IP (if you don’t have a DC, you can set up your first node with Active Directory and configure it as your DC, although using your cluster node as the DC is not a good practice, I’m just suggesting it to simplify things. It is recommended that you use a separate DC for your network.
NOTE: Never forget to add the DC’s IP on the network configuration of your 2 PCs network property as the DNS IP or else you won’t be able to join the domain.
For the heartbeat NICs you will need to tick the disable net bios over TCP from the WINS tab of the network properties.
Boot up SSD then followed by NODE1
Go to start, settings, control panel, administrative tools, configure your server, then choose active directory, you will have to set this up to join your domain.
After the AD set-up, go to star, settings control panel, administrative tools, advance, and then select cluster installation.
Just follow the step-by-step instruction in setting up the cluster, you will need to make some adjustments based on your requirements/configuration.
Well, that’s it, enjoy using your cluster and explore the wonder of a high available set-up. I hope you all find this useful enough.