Cloning processing example
An example of a cloning configuration file, showing the production database named
P01, and the clone database named C01.
./fcmcli -f preproc_clone -u db2c01 -C C01 -X /db2/C01/acs/preprocessing.ini
./fcmcli -f postproc_clone -u db2c01 -C C01 -Y /db2/C01/acs/postprocessing.iniIf
a DB2® SQL script needs extra command-line options, use a shell
script as a wrapper with the DB2 SQL commands. IBM® Storage Protect
Snapshot requires that the DB2 SQL script use a semicolon delimiter: ;. If another
delimiter character is specified, use another shell script wrapper that calls the DB2 SQL script with the correct delimiter character in the command-line entry.
This example shows a shell script wrapper that specifies the correct delimiter
character:your delimiter character/bin/ksh
DELIMITER=your delimiter character
db2 -td${DELIMITER} -svf PostProcessing_script1.sql