User's Manual
Preparing the Script Files for Deployment Using Microsoft
®
Windows
®
PE 39
set DT_SYSTEMS=%DT_PATH%\Systems
set DT_SCRIPTS=%DT_PATH%\Template\Scripts
set DT_STOP_ON_ERROR=FALSE
Perform the following steps to confirm and/or edit the installation path variables:
1
Set the variable that represents the drive letter where the DTK deployment files are located
(
DT_DRIVE
). This variable is set to
X:
by default in the sample script. Edit this drive letter to reflect
the actual drive letter for the DTK deployment files, if necessary.
2
Set the variable that defines the path to the full set of DTK deployment files
(DT_PATH
). This
variable is set to
%DT_DRIVE%\Dell\Toolkit
by default in the sample script. Edit this path to
reflect the actual location of the DTK deployment files, if necessary.
3
Set the variable that defines the directory containing the DTK utilities (
DT_TOOLS
). This variable is
set to
%DT_PATH%\Tools
by default in the sample script. Edit this path to reflect the actual
location of the DTK utilities, if necessary.
4
Set the variable that defines the directory containing the configuration files for your Dell PowerEdge™
systems (
DT_SYSTEMS
). This variable is set to
%DT_PATH%\Systems
by default in the
sample script.
5
Set the variable that defines the directory containing the DTK deployment scripts (
DT_SCRIPTS
).
This variable is set to
%DT_PATH%\Template\Scripts
by default in the sample script. Edit this
path to reflect the actual location of the 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 will be handed by the
ERRHNDL.BAT
script. Set the value to
TRUE
only if you
want the deployment to exit on any error.
Specifying the SYSCFG Variables
The SYSCFG replication file is set to syscfg.ini by default. If you used the SYSCAP.BAT sample script
to generate the syscfg.ini file, there should be 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.
To edit the SYSCFG capture variables, locate the following lines in SYSCAP.BAT:
set DT_SYS_CAPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
To edit the SYSCFG replication variables, locate the following lines in SYSREP.BAT:
set DT_SYS_REPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
NOTE: If the replication requires a change in the memory redundancy mode, the target server should be rebooted
and the script should be executed again to complete the replication.