Users Guide

Specifying the RAC conguration variables
The IP address for your target system RAC is set in the sample script as 10.98.8.121 by default. Edit this value to reect the actual IP
address of your target system RAC, if applicable. Additionally, the RAC conguration le used to congure your RAC is set by default
to raccfg.ini. If you use the RACCAP.BAT or raccap.sh sample script to generate the raccfg.ini le, there is no need to edit this
default setting. If you have made any modications to the sample scripts or to the suggested directory structure, you must conrm
that raccfg.ini is correctly named and that the path is correctly set for your deployment.
To edit the RAC conguration variables, locate the following lines:
In RACCAP.BAT:
set DT_RAC_CAPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\raccfg.ini
In raccap.sh:
DT_RAC_CAPFILE=$dt_systems/$dt_platform/raccfg.ini
To edit the RAC conguration 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 conrmed sometimes, and modied in other cases, before performing a deployment. Locates the partn label to nd
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
:: DELLUP section
set DT_UP_SIZE=32
set DT_UP_IMAGE=%DT_SYSTEMS%\UPIMG.BIN
:: RAIDCFG section:: default size for virtual disk
set DT_VD_SIZE=10480
:: default size for virtual disk
In partcfg.sh in BIOS mode:
DT_PARTN_UP=on
# Default Hard Drive
DT_HD=/dev/sda
# deployment section
set DT_DP_SIZE=64
# DELL UP section
set DT_UP_SIZE=32
42