Owner's Manual
Preparing the Script Files 67
To edit the SYSCFG capture variables (for Windows), locate the following
lines:
In SYSCAP.BAT:
set DT_SYS_CAPFILE=
%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
In syscap.sh:
set DT_SYS_CAPFILE=
$dt_systems/$dt_platform/syscfg.ini
To edit the SYSCFG replication variables (for Linux), locate the following
lines:
In SYSREP.BAT:
set DT_SYS_REPFILE=
%DT_SYSTEMS%\%DT_PLATFORM%\syscfg.ini
In syscap.sh:
DT_SYS_REPFILE=$dt_systems/$dt_platform/syscfg.ini
NOTE: If the replication requires a change in the memory redundancy mode, you
must 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 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 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