Owner's Manual

66 Preparing the Script Files
3
Set the variable that defines the directory containing DTK utilities
(
DT_TOOLS
). This variable is set to
%DT_PATH%\Tools
(Windows) or
$dt_path/bin
(Linux) by default in the sample script. Edit this path to
reflect the actual location of DTK utilities, if necessary.
4
Set the variable that defines the directory containing the configuration
files for your Dell systems (
DT_SYSTEMS
). This variable is set
to
%DT_PATH%\Systems
(Windows) or
$dt_path/systems
(Linux) by default in the sample script. Edit this path to add a
subdirectory for the Dell system you plan to deploy. For example,
$dt_path/systems/peR720
.
5
Set the variable that defines the directory containing DTK deployment
scripts (
DT_SCRIPTS
). This variable is set
to
%DT_PATH%\Template\Scripts
(Windows) or
$dt_path/template/scripts
(Linux) by default in the sample
script. Edit this path to reflect the actual location of DTK deployment
scripts, if necessary.
6
Set the variable that indicates whether you want the deployment process
to exit when any error is returned (
DT_STOP_ON_ERROR
). This variable
is set to
FALSE
by default in the sample script, indicating that errors are
handled by the
ERRHNDL.BAT
(Windows) or
errhndl.sh
(Linux) script.
Set the value to
TRUE
only if you want the deployment to exit when any
error is returned.
7
For Linux, set the variable that defines the directory containing the
DRMK system files necessary to create a Dell utility partition (
DT_DRMK
).
This variable is set to
$dt_path/opt/dell/drmk
by default in the
sample script. Edit this path to reflect the actual location of the DRMK
files, if necessary.
Specifying the SYSCFG Variables
The SYSCFG replication file is set to syscfg.ini by default. If you used the
SYSCAP.BAT (for Windows) or syscap.sh (for Linux) sample script to
generate the syscfg.ini file, there is no need to edit these default settings. If
you have made any modifications to the sample scripts or to the suggested
directory structure, you must confirm that syscfg.ini is correctly named and that
the path is set correctly for your deployment.