Job-Directory Relationship - HP BL860c User Manual

Rapid deployment pack
Hide thumbs Also See for BL860c:
Table of Contents

Advertisement

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
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
-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
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
l
ff:\lib\hwconfig\system\pl.xml
l
ff:\lib\hwconfig\system\pl.xml
internal

Advertisement

Table of Contents
loading

Table of Contents