Kaliyan's profileS KaliyanPhotosBlogListsMore ![]() | Help |
|
February 18 BangaloreITpro User Group Became member of PASSI am glad that, today onwards BITPro became member of PASS (Professional Association for SQL Server). I hope that, this new association with the PASS, BITPro User Group Members can get access top notch technical training and learning opportunities. PASS is a Independent, not-for-profit association, Dedicated to supporting and Educating the MS SQL Server Communities. for more details do visit www.sqlpass.org
del.icio.us Tags: UG Technorati Tags: User Group LiveJournal Tags: SQL February 02 Windows Server 2008 WDS ImplementationsWindows Deployment Services basic installation steps for Vista SP1 and XP Pro SP2 (Draft 1.0) Tools Used in the Lab Setup:
Installation of WDS:Pre-requisites:
Steps for installing Windows Deployment ServicesYou can install Windows Deployment Services by using the Initial Configuration Wizard, Server Manager, or the command line.
During the installation, you have the following two role services to choose from. For a detailed comparison of these options, see the “Comparison of Deployment Server and Transport Server” chart in “Using Transport Server” at http://go.microsoft.com/fwlink/?LinkID=115298.
Note If you want to manage Windows Deployment Services on a remote server that is running Windows Server 2008, you can install the Remote Server Administration Tools. To do this, open Server Manager, right-click the Features node, click Add Features, and locate Remote Server Administration Tools. This will install WDSUTIL and the Windows Deployment Services MMC snap-in on the server. Configuring Windows Deployment ServicesAfter you install the server role, you must configure the server.
Known issues with configuring Windows Deployment Services
Steps for configuring Windows Deployment ServicesTo configure the server role, use the following procedure. Then see the following section to add images to the server. To configure Windows Deployment Services
Now that you have configured the server, you will need to add images using the following section. Steps for adding imagesYou must add at least one boot image and one install image before you will be able to boot to the Windows Deployment Services server and install an image.
To add the default images, use the following procedures.
Note: the above said two images (boot, install images are default image captured from Windows Vista DVD) these images cannot be used to deploy the multiple systems. If we want to install multiple systems by using install image then we need to create custom image – to create custom image steps as below: Steps for Creating Custom install Image for Windows XP SP: I. Create capture boot image by using the default boot image II. Copy the new captured boot image into WDS boot image file III. Goto reference PC do the sysprep and make it to PXE boot IV. Boot the reference PC into PXE by pressing F12, select the Capture image to load. V. After the capture image load it will pop up a window to capture a reference PC. VI. Save the capture image on local Drive and upload to WDS server. VII. The successful completion of upload image to WDS server, now we can use this image to deploy on multiple hardware in the network. I. Create capture boot image by using the default boot image Open WDS console and goto Boot Image folder, Right click on Default Boot Image and select Create Capture boot image. Specify the image name and description and destination local to save the wim file. (I have chosen to save under E:\remoteinstall\boot\windowsxpsp.wim) Copy the new captured boot image into WDS boot image folder; follow the steps as mentioned in the bellow given screenshot: Select the captured boot image source location. You can verify the image summary; WDS copy the image to boot folder, it will take coupe of minute to complete the copy. Click finish to complete the copy, now you can able to see the Boot image for Windows XP in the WDS boot folder: Now you’re ready to capture the reference capture image to build the Windows XP SP2 install image.
Steps for creating an install image for Windows XP SP2First make ready of the reference computer with Windows XP with Service Pack2 and update the necessary patches (before the start capturing the reference computer image, you need to run the Sysprep). You can copy the sysprep.exe and Setupcl.exe from Windows XP source CD, you can find it under “D:\support\Tools\Deploy.cap” or create a folder “Sysprep” under “C:\Sysprep “ and Extract the Deploy.cap file to “C:\sysprep” by using winzip. You can also do the sysprep in GUI. I did it in GUI mode. Open C:\Sysprep folder and double click on “sysprep.exe” system preparation tool 2.0 will open select the “use mini-setup” and click on “Reseal” You will get a popup windows, click “OK” wait for second it will complete the Sysprep and shutdown the machine. Now you are ready to capture the install image from reference PC and upload to WDS server. Boot the Reference Windows XP System and select PXE boot by pressing F12 in the boot menu, then select the Capture image that created earlier. Now the Windows XP client will start download the Boot image from WDS server. The bellow given screenshot show the image download progress bar. Once the download complete the client PC automatically reboot start Capture image process (you should disable the PXE boot or press Ese button while the PC reboot) Click Next Image Capture wizard prompt to select the volume to capture and image name, select “C:\” from the drop down box and type the image name then click Next Another window popup to save the image. Select the local Drive on the reference PC to save the install image “C:\XPSP2Installimage\WinXPSP2.wim” (you may also save it on mapped drive, be safer side to save local drive: Check the upload Image to WDS server: you need to mention the WDS server name or IP to make connection. Clock on “Connect” It prompted for credentials, provide a user name and password for an account with sufficient permissions to connect to the WDS server. The validation success next drop down box will list the available image group, select the imagegroup1 and then click Finish. Now the Install image will start Capture the reference PC and save it wherever you have given the path to save then it will upload into WDS server. Just wait for couple of minute to complete 100%, after successful completion of upload you can go to WDS server and open WDS console to see the new install image, it will be available under Install image, InstallGroup1 Steps for installing captured XP image on the new Client PCs. Now you can boot the client PC into PXE and start installing windows XP SP2 from the WDS server.
Prerequisites for installing an install image:
Boot the PXE client by pressing F12 and select windows boot image from the boot menu, it will take couple of minutes to start the installation image. once you select the boot image it will start download the boot image to start the install image from WDS Once it reach the 100% then automatically reboot to start install the windows XP Select default language “English (US)” and Keyboard input method “US” then click Next As soon as click Next, pop up prompt to enter the domain user name and password If the user account is validated successfully, you get a windows which will show the list of available install image (in my case I got two image in the list, first one for Vista another one for Windows XP) I have selected Windows XP install image, then click Next Click Next Now the windows XP installation will start Once the installation finish automatically restart. Enjoy the new windows XP installation. Note: this article does not have fully automated script for the installation, I am planning to publish next post with detailed zero touch installations. Disclaimer: I have prepared this article based on my experience, it may not suite for your environments, I request you to refer the http://technet.microsoft.com/en-us/library/cc721929.aspx If you find any error or changes do let me know. |
|
|