Planning Server Deployments: Lesson 1
Planning Server Deployments: Lesson 1
Lesson 1
Skills Matrix
Technology Skill
Objective Domain
Objective #
Installing Microsoft
Assessment and
Planning Solution
Accelerator
Plan server
installations and
upgrades
1.1
Understanding the
Deployment Process
1.2
Server Deployment
When planning a server deployment
for a large enterprise network, the
operating system edition you choose
for your servers must be based on
multiple factors, including the
following:
The hardware in the computers.
The features and capabilities you
require for your servers.
The price of the operating system
software.
Windows
Windows
Windows
Windows
Server
Server
Server
Server
2008
2008
2008
2008
Web
Standard
Enterprise
Datacenter
Processor Support
Each of the editions support x86 and
x64 processors.
There is also a Window Server 2008
for Itanium-Based Systems and
Windows HPC Server 2008.
Server Core
Windows Server 2008 includes an
installation option that gives a
stripped-down version of the
operating system.
There is no Start menu, no desktop
Explorer shell, no Microsoft
Management Console, and virtually
no graphical applications.
All you see when you start the
computer is a single window with a
command prompt.
Server Core
To work with a Server Core computer,
you must rely primarily on:
The extensive collection of command
prompt tools Microsoft includes with
Windows Server 2008.
Use MMC consoles on another system
to connect to the server.
Image Files
Windows Deployment Services
requires two types of image files to
perform remote client installations:
Boot image
Install image
Boot Image
A boot image contains the files
needed to boot the computer and
initiate an operating system
installation.
The Windows Server 2008
installation DVD includes a boot
image file called boot.wim, located
in the \Sources folder, which loads
Windows PE 2.1 on the client
computer.
You can use this boot image file for
virtually any operating system
Install Image
Contains the operating system that WDS
will install on the client computer.
Windows Server 2008 includes a file
named install.wim in the \Sources folder
on the installation DVD.
This file contains install images for
different operating system editions.
You can apply these images to a new
computer to perform a standard Windows
Server 2008 setup, just as if you had used
the DVD to perform a manual installation.
Sysprep.exe
Strips away unique elements such as
Computer name, Security Identifier
(SID) and Driver Cache.
Used on reference computer before
image is taken.
Sysprep is included with Windows
Server 2008.
Deployment Process
1.
2.
3.
4.
5.
Summary
When planning a server deployment
for a large enterprise network, the
operating system edition you choose
for your servers must be based on
multiple factors including the
hardware in the computers, the
features and capabilities you require
for your servers, and the price of the
operating system software.
Summary
Microsoft Assessment and Planning
Solution Accelerator (MAP) is a new
tool that is capable of performing a
hardware inventory on computers
with no agent software required on
the client side and adding
information about the hardware to a
database.
MAP can then evaluate the hardware
information and create reports that
specify which computers are capable
of running Windows Server 2008.
Summary
Windows Deployment Services (WDS)
is a role included with Windows
Server 2008 that enables you to
perform unattended installations of
Windows Server 2008 and other
operating systems on remote
computers using network-based boot
and installation media.
Summary
The Windows Automated Installation
Kit (AIK) is a set of tools and
documents that enables network
administrators to plan, create, and
deploy operating system image files
to new computers on the network.
Summary
An unattend file is a script containing
responses to all of the prompts that
appear on the WDS client computer
during the installation process.
To create unattend files, Microsoft
recommends using the Windows
System Image Manager (Windows
SIM) tool in the Windows AIK.
Summary
You can use several tools to create
image files, including the ImageX.exe
command line utility Microsoft
provides in the Windows AIK.
To use ImageX.exe, you must boot
the target computer to Windows PE
and run the tool from the command
line.