Creating A Job To Capture A Windows Server 2008 R2 Image - HP Integrity rx2800 - i2 Software Manual

Using microsoft imagex with rdp to capture and deploy windows server images on hp integrity servers
Hide thumbs Also See for Integrity rx2800 - i2:
Table of Contents

Advertisement

Creating a job to capture a Windows Server 2008 R2 image

To create a job to capture a Windows Server 2008 R2 production image using the Microsoft ImageX
tool, follow these steps:
Create a new job. For example, capture_windows2008_R2_ImageX.
1.
Add a Run Script task to uninstall the HP Insight Management Agents utility. Follow these steps:
2.
a) In the Run the script from file field, enter .\hpfeatures\ws7-ia64-
en_us\oem\sysprep-pre.vbs.
b) In the Choose the script operating system field, select Windows and click Next.
c) In the Client run environment field, select Production.
Add a Create Disk Image task to execute sysprep and capture the operating system image.
3.
Follow these steps:
a) In the Imaging Tool field, select ImageX.
b) In the Name field, enter .\hpfeatures\ws7-ia64-
en_us\images\w2k8r2image.wim.
c) Select Prepare using Sysprep.
d) In the Operating System field, choose Windows Server 2008 R2 IA64. The product
key field is filled in automatically.
e) Click Sysprep Advanced settings and select Install additional device drivers. Then,
in the Additional drivers path field, enter .\hpfeatures\ws7-ia64-
en_us\oem\drivers.
In the Automation pre-boot environment field, select WinPE Managed (64 bit).
f)
Add a Run Script task to mount and capture the ESP partition. Follow these steps:
4.
a) Select Run this script and enter the following script:
rem Mounting and capturing ESP partition
Mountvol Z: /s
%ALTIRIS_SHARE%\waik\tools\ia64\imagex /append Z:
%ALTIRIS_SHARE%\hpfeatures\ws7-ia64-en_us\images\w2k8imager2.wim
"EFI partition"
b) In the Choose the script operating system field, select Windows and click Next.
c) In the Script Run Location field, select On the client computer.
a) In the Automation pre-boot environment field, select WinPE Managed (64 bit).
Add a Run Script task to assign a letter to the HPSP partition and capture it. Follow these steps:
5.
a) Select Run this script and enter the following script:
rem Mounting and capturing HPSP
rem Verifying if target system has OEM partition
@echo off
set /a str=0
echo list volume |diskpart |find "400 MB" > temp.txt
for /F "usebackq delims==" %%i IN (`type temp.txt`) DO set str=%%i
rem IF the target system does not have OEM, exit script
if "%str%"=="0" goto nohpsp
rem Creating diskpart script to mount OEM partition
set volume=%str:~9,1%
7

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Integrity rx2800 - i2 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents