Owner's Manual

68 Preparing the Script Files
In raccap.sh:
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
In racrep.sh:
# RAC section
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, the
partitioning deployment state subsection is skipped.
The PARTCFG.BAT (Windows) or partcfg.sh (Linux) 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
if not "%DT_PARTN_UP%"=="ON" goto ospart