- Introduction
- Windows Clustering 101
- Forest Creation Process
- Installation
- Installation of Root Domain
- Quality Assurance
- Forest Preparation, DNS, and Exchange
- Installation of Bridgehead Servers and the Child Domain
- Installing DHCP and WINS Services
- Patching and Updating Domain Controllers
- Exchange Domain Preparation
- Creation of Initial Service and Administration Resources
- Clustering
- Time-Out
Forest Creation Process
Assuming we are starting from scratch, a so-called green fields site, we must first create a forest into which your systems will be integrated. This is called the forest creation process. This is the process that starts with the provisioning of an installation server through the creation of the forest.
Installation of Support Server
The first server installed in your network, you may be surprised to know, is not a domain controller. It is not even a new server. It should be a non-service server installed with either Windows 2000 or Windows Server 2003 in its own workgroup. This server is placed on the lab or future production subnet, initially as a workgroup server, and exposes a number of shares used for accessing operating systems, tools, software, utilities, and patches. The idea is to provide a secure, closed network that does not have access to the outside network that might likely contaminate your implementation. The support server is used for patches, access to tools, resource kits, and so on.
It is critical at this stage that none of your new servers "touch" the Internet or are exposed to the outside. It is very easy to "catch" a virus and not notice it until the entire forest is created and all your servers start croaking.
This server is eventually joined to the network as a temporary Windows Update Server (WUS). The server may also function as a temporary DHCP server. To configure the support server, do as follows:
Log on to support server as Administrator while this server is still in the lab.
Create a folder named C:\ADSTUFF and share as ADSTUFF (actually any name will do).
Create a folder named C:\ADSTUFF\Adminpak\.
Create a folder named C:\ADSTUFF\Support\.
Create a folder named C:\ADSTUFF\Exchange Tools\.
Create a folder named C:\ADSTUFF\SQL Server Tools\.
Create a folder named C:\ADSTUFF\QA documents\.
Crate a folder named C:\ADSTUFF\Scripts\.
Create a folder named C:\ADSTUFF\RKTools\.
Copy needed tools, MSI files, scripts, data, packages, and so on to these folders.
Install anti-virus services and make sure the support server has the latest anti-virus DAT files and is performing the correct scans of its file system.
Install Software Update Services Software Update Services on the support server.
If needed, create distribution folders for operating system images. You can call the shares STDINST for the Windows Server 2003 Standard Edition or ENTINST for the Windows Server 2003 Enterprise Edition operating system.
If needed, create the distribution folders named C:\WEBINST and share as WEBINST for the Windows Server 2003 Web Edition operating system.
If needed, create the distribution folders named C:\XPINST and share as XPINST for the XP workstation images.
Create distribution shares (for example, C:\..\I386) and copy installation sub-folders and files to the distribution shares (see Table 6.2). This process can be done automatically using the Setup manager utility (setupmgr.exe) on the operating system CD's Support, Tools folder. Setupmgr is found in the deploy.cab file.
Configure Software Update Services on the installation.
Validate this server (including last scan for anti-virus).
Table 6.2 Example Configuration of Support Server
Item |
Description |
Server Name |
SHQPSERVER |
Server IP address |
10.10.20.6 |
W2K3 STD install share |
STDINST |
W2K3 ENT install share |
ENTINST |
AD/W2K3 Tools |
\..\ADSTUFF |
Server Administrator account |
Administrator (local machine) |
Password |
(see your specs) |
With the support server in place on your isolated network, you can begin working on the creation of the forest and the domains, accessing your server for support materials as if it were your own mini Microsoft.com Web site.