beautypg.com

Job—directory relationship – HP Integrity rx3600 Server User Manual

Page 30

background image

Job—Directory relationship

The provided jobs follow a common design consisting of a sequence of Run Script, image capture or deploy,
and reboot tasks. The embedded scripts in the Run Script tasks, reference files or directories using environment
variables and pass those variables to external wrapper scripts. The wrapper scripts perform one well-defined
function, for example, calling a single utility like conrep. Using external scripts enables detailed error reporting
to the Deployment Server.

You need to edit only the embedded Run Script code. However, be aware that the wrapper scripts do not
accept arbitrary file paths. They are hard-coded to specific locations in the .\lib tree.

The following table lists the Deploy ProLiant ML/DL/BL + Windows 2003 x64 Enterprise + PSP job. The bold
lines represent each task in the job. Each task is followed by its contents, which represent code called by
the embedded Run Script code.

Run Script Deploy System Configuration {WinPE Managed (32-bit)}

set inputfile=pl.xml

call f:\lib\bin32\winpe\conrep.cmd –l %inputfile%

f:\lib\bin32\winpe\conrep.exe –l –ff:\lib\hwconfig\system\pl.xml

Power Control (Reboot)

Run Script Deploy Array Configuration {WinPE Managed (32-bit)}

set inputfile=pl-acu-rd.ini

call f:\lib\bin32\winpe\acu.cmd -i %inputfile% -internal -reset

f:\lib\bin32\winpe\acu\hpacubin.exe -i f:\lib\hwconfig\array\pl-acu-rd.ini –internal

-reset

Power Control (Reboot)

Run Script Deploy System Configuration {WinPE Managed (32-bit)}

set inputfile=pl-win.xml

call f:\lib\bin32\winpe\conrep.cmd –l %inputfile%

f:\lib\bin32\winpe\conrep.exe –l –ff:\lib\hwconfig\system\pl.xml

Distribute Disk Image {WinPE Managed (32-bit)}

f:\lib\images\ntfs.img

Run Script Copy ProLiant Files {WinPE Managed (64-bit)}

set oem=proliant.zzz\w52.64

call f:\lib\bin64\winpe\osoem1.cmd

copy f:\lib\osoem\proliant.zzz\w52.64\*.* c:\

Run Script Copy Altiris Files {WinPE Managed (64-bit)}

rem replacetokens .\lib\osoem\altiris\aclient.txt .\lib\osoem\altiris\%ID%.tmp

set configfile=%ID%.inp

call f:\lib\bin64\winpe\osoem2.cmd

copy f:\lib\osoem\altiris\%ID%.inp c:\$oem$\aclient\aclient.inp

30

Understanding the Deployment Server