Vous êtes sur la page 1sur 5

Windows Deployment Services

From Wikipedia, the free encyclopedia

Jump to: navigation, search Windows Deployment Services is a technology from Microsoft for network-based installation of Windows operating systems. It is the successor to Remote Installation Services.[1] WDS is intended to be used for remotely deploying Windows Vista, Windows 7 and Windows Server 2008, but also supports other operating systems because unlike its predecessor RIS, which was a method of automating the installation process, WDS uses disk imaging, in particular the Windows Imaging Format (WIM). WDS is included as a Server Role in all 32-bit and 64-bit versions of Windows Server 2008, and is included as an optionally installable component with Windows Server 2003 Service Pack 2.

Contents
[hide]

1 Overview 2 Automated image capture and apply o 2.1 Windows PE automation using WAIK o 2.2 Automated capture process o 2.3 Automated apply process o 2.4 WDS automation and dual-boot systems 3 Manual image capture and deploy 4 References 5 See also

[edit] Overview
The Windows Deployment Service is the combined updated and redesigned versions of Remote Installation Service (RIS) and Automated Deployment Services (ADS). The deployment of Windows 7, Windows Vista, Windows Server 2008, Windows Server 2003, and Windows XP can be fully automated and customized through the use of unattended installation scripting files. Tasks that can be made automatic include naming the machine, having the machine join a domain, adding or removing programs and features, and installing server roles (in the case of Windows Server 2008). Windows Vista and Windows Server 2008 are installed from a set of source files on the server, often copied from the product's installation media. WDS expands upon simple scripted installation by giving the technician the ability to capture, store, and deploy image-based installation packages. A major new feature available in the Windows Server 2008 versions of WDS is that it supports IP Multicast

deployments. Multicasting allows new clients to join an existing multicast deployment that has already started; the WDS server will wrap the multicast so that any client who joined the deployment after it started can receive data it is missing. WDS's multicast uses the standard internet protocol IGMP. WDS also supports x64-based computers with Extensible Firmware Interface (EFI). WDS contains the ability to deploy other operating systems such as Windows PE, Windows XP, and Windows 2000, but the installation of these operating systems cannot be performed with source files or controlled with unattended scripts. The unsupported operating system to be deployed must first be installed and configured on a workstation; an image of the finished operating system configuration is then captured with the Windows Automated Installation Kit, and this captured image can be deployed through WDS.

[edit] Automated image capture and apply


WDS functions in conjunction with the Preboot Execution Environment (PXE) to load a miniature version of Windows known as Windows PE for installation and maintenance tasks. WDS functions as both a storage repository for the PXE network boot images as well as a repository for the actual operating system images to be installed on the target computer. When multiple boot images are available, PXE booting via WDS will present the end-user with a boot menu to select the image to load.

[edit] Windows PE automation using WAIK


To simplify the tasks of capturing and applying images, two special scripted Windows PE boot images can be created which automate these tasks. These scripted Windows PE boot images are created using the Windows Automated Installation Kit, in combination with Windows 7 installation media containing the source WIM images, and then added to the WDS server's boot image repository. The Windows PE boot images may be either 32- or 64-bit, but 32-bit tends to be more universally compatible across all potential hardware types. A difficulty of Windows PE booting is that it needs to include network drivers and disk controller drivers intended to work with the target hardware to be imaged. The process of adding drivers to the Windows PE boot image can be automated using the WDS server console: 1. Select the source WIM image, which may be either a new one created from original Windows 7 installation DVDs (32- or 64-bit), or a previously configured WIM. 2. Select the drivers to install into the WIM 3. WDS mounts the WIM to a virtual path, adds drivers to the virtual path, and generates a new WIM 4. The updated WIM image is added to the boot image section of the WDS repository

This process can be repeated at a later time when a new system type needs to be captured but the current Windows PE Capture boot image does not include network drivers for it. The boot image is updated with the additional drivers using the WDS interface and automatically re-added to the WDS boot image collection to replace the original. For specialty one-off systems this WIM driver update process is not necessary if the hard drive of the target system to be captured is removed from the source system after sysprepping, and is either installed in a computer with supported network drivers, or attached to the supported system using an external "USB to hard drive" adapter.

[edit] Automated capture process


Using the Windows PE Capture boot image, the general imaging process is: 1. Build the original source OS, which may be Windows XP, Vista, or Windows 7. 2. Run Sysprep on the source OS, and reboot. Sysprep can be run by itself, or can use an auto-installation script to automate the image's first-run setup 3. As the computer starts, enter the boot menu and select network booting 4. Run the Windows PE Capture boot image 5. Select the sysprepped drive to be imaged (the automated Windows PE capture tool will not allow capture of systems that have not been sysprepped) 6. Enter a name and description for the image, where to store the WIM locally and what to call the image file. 7. If desired, upload the image to a WDS server after imaging completes. Enter the server name, and log on. 8. Start the capture The image creation process involves first creating a compressed WIM locally before it is uploaded to the WDS repository. This requires enough local free space on the source system to fully compress the operating system and all programs before the upload occurs. For laptops and portables with limited storage, an external USB drive can be used for temporary WIM storage. As designed, Microsoft does not allow the WIM to be written to a temporary network storage location before upload to WDS. The automated capture process uses a mechanism called data deduplication to significantly reduce the amount of space needed on a file server for captured images. Two WIMs are used to store each uploaded WDS image:

a special "Resource.WIM" shared across all images a second WIM containing the specific file names, dates, and filesystem structure for each individual system

The upload process involves comparing the single captured WIM with the data already stored in the Resource.WIM on the WDS server, and generating the secondary WIM containing the specific differences between the captured WIM and the data already in the

Resource.WIM. Disk storage for all images may be reduced by 50% to 95% depending on the amount of operating system and program data duplicated across the images.

[edit] Automated apply process


Applying a captured image involves running a second Windows PE "Apply" boot image on the target system to receive the image. This boot image also needs the appropriate network and disk controller drivers as with the Windows PE Capture boot image. 1. The system is booted using PXE network booting and the Windows PE Apply image is loaded. 2. The operator logs on to the domain, and selects the boot image to apply. 3. A disk partitioning screen appears and the location for the target image is selected. If the target storage is unformatted, a default partition set is created. For Vista and Windows 7, a small 100 megabyte boot partition is created for storing bootloader data separate from the rest of the system partition. This boot partition is normally hidden from the Windows Vista/7 user. 4. The image data is applied to the selected partition, and the system reboots, either running the Sysprep manual mini-setup process or following the script created during the initial Sysprepping. The WDS image creator may optionally select a separate WAIK / Sysprep installation script to be applied to the image during the first boot. This alternate script is selected within WDS by viewing the properties of each uploaded system image.

[edit] WDS automation and dual-boot systems


WDS automated capture and apply do not directly support dual-boot operating systems. Only one operating system at a time can be captured and deployed, and the automated capture process only deals with single partitions containing a sysprepped Windows OS installation. It will not capture data-only partitions. However, WDS automated capture and apply can be used to duplicate and create dual-boot systems, if each OS is captured and applied separately. Generally, Windows XP and older operating systems need to be applied to the target system before Vista or Windows 7, due to the different boot loaders used by the newer operating systems.

[edit] Manual image capture and deploy


It is technically possible to create scripts that manually perform the imaging, capture, and apply processes, using command line tools provided by Microsoft. However, the methods for doing this are complex and difficult. In general, the tools involved are:

dism - Deployment Image Servicing and Management, used to add drivers to Windows PE boot images. imagex - used to capture and apply images. Creates either a single WIM structure, or can deduplicate data using a second shared resource WIM. Does not require a Windows Deployment Server to capture or apply images, and can work solely with a logged-on network share or mapped drive letter. wdsutil - used to manage the WDS server without the graphical user interface, and to add captured images to the repository.

Using imagex to manually create a WIM does not require the source operating system to be sysprepped or for the source partition to contain a Windows operating system. Any type of Windows-accessible file system can be imaged, including MSDOS, but the source system either needs to be able to run Windows PE or the source system's hard drive is moved into a newer system that supports Windows PE. Microsoft generally requires Windows 2000, XP, Vista, and Windows 7 to be sysprepped before imaging, due to certain security-related disk data that Microsoft requires to be unique across duplicated system images. Sysprep randomizes this data when the image is applied to a new system. Imagex does not have any disk formatting and partitioning capabilities. Separate Windows command line tools such as diskpart are needed to define partitions on the target system for imagex to use.

[edit] References

Vous aimerez peut-être aussi