User's Manual

7. For Linux, set the variable that defines the directory containing the DRMK system files necessary to
create a Dell utility partition (DT_DRMK). This variable is set to $dt_path/opt/dell/drmk by default in
the sample script. Edit this path to reflect the actual location of the DRMK files, if necessary.
Specifying The SYSCFG Variables
The SYSCFG replication file is set to syscfg.ini by default. If you used the SYSCAP.BAT (for Windows) or
syscap.sh (for Linux) sample script to generate the file, there is no need to edit the default settings. If you
have modified the sample scripts or to the suggested directory structure, confirm that syscfg.ini is
correctly named and that the path is set correctly for deployment.
To edit the SYSCFG capture variables, locate the following lines:
In SYSCAP.BAT on systems running Windows:
set DT_SYS_CAPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
In syscap.sh on systems running Linux:
set DT_SYS_CAPFILE=$dt_systems/$dt_platform/syscfg.ini
To edit the SYSCFG replication variables, locate the following lines:
In SYSREP.BAT on systems running Windows:
set DT_SYS_REPFILE=%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
In syscap.sh on systems running Linux:
DT_SYS_REPFILE=$dt_systems/$dt_platform/syscfg.ini
NOTE: If the replication requires a change in the memory redundancy mode, reboot the target
server and execute the script again to complete the replication.
Specifying The RAC Configuration 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 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 or
raccap.sh sample script to generate the raccfg.ini file, there is 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
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.
45