什么是WDS服务?

 

Windows Deployment Services is the updated and redesigned version of Remote Installation Services (RIS). Windows Deployment Services enables you to deploy Windows operating systems over the network, which means that you do not have to install each operating system directly from a CD or DVD.

 

另外,WDS是微软批量部署OS三种解决方案(HTI、LTI、ZTI)的核心组件。

那今天我们来看一下WDS的基本配置。

 

网络拓扑:

clip_p_w_picpath002

 

主要实现过程:

§ 准备AD域环境

§ 准备DHCP服务器

§ 安装WDS角色

§ 配置WDS服务

a. 初始化WDS服务

b. 添加启动映像

c. 添加安装映像组及安装映像

d. 创建多播传输

§ 客户机基于网络安装OS

 

准备AD域环境、准备DHCP服务器过程略

安装WDS角色(过程略)

 

初始化WDS服务器

clip_p_w_picpath004

右键WDS服务器,配置

clip_p_w_picpath006

下一步,

clip_p_w_picpath008

选择“与AD集成”,下一步

windows server 2012/2012R2系统也可部署“独立WDS”(工作组场景)

clip_p_w_picpath010

选择“远程安装文件夹”位置,建议选择非系统分区,下一步,

clip_p_w_picpath012

PXE服务器初始设置,选择“响应所有客户端计算机(已知和未知)”,下一步,

clip_p_w_picpath014

操作完成,取消勾选“立即向服务器中添加映像”,后续我们自行添加,完成。

 

下面我们以windows7全新安装为例

WDS服务器挂载window7安装光盘,如图E:

clip_p_w_picpath016

Source子文件下有2个映像文件:install.wim(安装映像)和boot.wim(启动映像)

clip_p_w_picpath018

切换到WDS控制台

clip_p_w_picpath020

右键启动映像,添加,选择文件路径

clip_p_w_picpath021

下一步,设置启动映像名称

clip_p_w_picpath022

摘要信息

clip_p_w_picpath023

下一步,

clip_p_w_picpath024

完成。

添加安装映像

安装映像如果数量较多,可建立安装映像组,如win7_ent_cn_x64

clip_p_w_picpath026

右键安装映像组,添加

clip_p_w_picpath027

选择安装映像文件路径

clip_p_w_picpath028

下一步,

clip_p_w_picpath029

摘要信息

clip_p_w_picpath030

clip_p_w_picpath031

 

任务进度,完成。

创建多播传输

设置多播传输名称,如“For win7_ent_cn_x64”

clip_p_w_picpath032

下一步,

clip_p_w_picpath033

选择映像组及映像,下一步,

clip_p_w_picpath034

选择 “多播类型”

There are two types of multicast transmissions:

  • Auto-Cast. This option indicates that as soon as an applicable client requests the p_w_picpath, a multicast transmission of the selected p_w_picpath begins. Then, as other clients request the same p_w_picpath, they too receive the p_w_picpath using multicasting.

  • Scheduled-Cast. This option sets the start criteria for the transmission based on the number of clients that are requesting an p_w_picpath and/or a specific day and time. With ScheduledCast, only clients that join before the transmission is started will receive the p_w_picpath using multicasting. That is, clients that join later will receive the p_w_picpath using unicasting. If you do not select start criteria for the transmission, then you must manually start it (by right-clicking the transmission and clicking Start).

 

clip_p_w_picpath035

操作完成。

设置WDS属性

切换到AD DS标签,设置客户端命名策略和计算机账户位置

clip_p_w_picpath036

客户机安装

设置从网卡启动

clip_p_w_picpath037

获得IP地址后,需要按下F12执行网络启动

clip_p_w_picpath039

下载启动映像

clip_p_w_picpath041

选择区域设置和键盘布局

clip_p_w_picpath042

键入访问部署资源访问账户

clip_p_w_picpath043

clip_p_w_picpath044

下一步,

clip_p_w_picpath045

安装进行时

clip_p_w_picpath047

安装完成。