Customising the default configuration file

About this task

Before the configuration file can be customised, it needs to be extracted from the tar archive into a temporary directory.

To extract the configuration file complete the following steps:

Procedure

  1. Create a temporary directory

    $ mkdir SOURCES/trc-target

    $ cd SOURCES/trc-target

  2. Extract all the files from the tar archive

    $ tar xvf ../trc-target.tar

  3. Edit the configuration file with the customisations necessary for your environment.

    $ vi trc_target.properties

    For example: to enable the target for peer to peer failover set ALLOWP2P to Yes and ALLOWP2PFAILOVER to Yes. See

  4. When the changes are complete the tar archive needs to be recreated so that the modifications are used by the RPM build process.

    $ tar cvf ../trc-target.tar *

    $ cd ../..