User's Manual
40 Preparing the Script Files for Deployment Using Microsoft
®
Windows
®
PE
Specifying the RAC Configuration Variables
The IP address for your target system RAC is set in the sample script to 10.98.8.121 by default. Edit
this value to reflect the actual IP address of your target system RAC, if applicable. Additionally, the
RAC configuration file used to configure your RAC is set by default to raccfg.ini. If you use the
RACCAP.BAT sample script to generate the raccfg.ini file, there should be no need to edit this default
setting. If you have made any modifications to the sample scripts or to the suggested directory structure,
you must confirm that raccfg.ini is correctly named and that the path is correctly set for your
deployment. To edit the RAC configuration variables, locate the following lines in RACCAP.BAT:
set DT_RAC_CAPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\raccfg.ini
To edit the RAC configuration variables, locate the following lines in RACREP.BAT:
:: RAC section
set DT_NICCFG=10.98.8.121
set DT_RAC_CAPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\raccfg.ini
Specifying Variables Used to Create Disk Partitions and Install the Dell Utility Partition
NOTE: If the primary deployment state (DT_PARTN) is set to OFF in PARTCFG.BAT, the partitioning deployment
state subsection is skipped.
The PARTCFG.BAT sample script provides the following disk partitioning default values. These values
must be confirmed, in some cases, and modified, in other cases, before performing a deployment.
Locate the partn label to find the following lines in PARTCFG.BAT:
set DT_PARTN_UP=ON
set DT_MOUNT=H
:: Default Hard Drive
set DT_HD=0
:: PARTCFG section
set DT_OS_SIZE=4000
set DT_OS_FSTYPE=FAT32