User's Manual
112 Preparing the Script Files for Deployment Using Embedded Linux
To edit the RAC configuration variables, locate the following lines in
raccap.sh:
DT_RAC_CAPFILE=$dt_systems/$dt_platform/raccfg.ini
To edit the RAC configuration variables, locate the following lines 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.sh 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.sh:
DT_PARTN_UP=on
DT_MOUNT=/tmp/up
# Default Hard Drive
DT_HD=/dev/sda
# PARTCFG section
set DT_OS_SIZE=4000
# DELLUP section
set DT_UP_SIZE=32
set DT_UP_IMAGE=$dt_systems/upimg.bin