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
- Create a temporary directory
$ mkdir SOURCES/trc-target$ cd SOURCES/trc-target - Extract all the files from the tar archive
$ tar xvf ../trc-target.tar - Edit the configuration file with the customisations necessary
for your environment.
$ vi trc_target.propertiesFor example: to enable the target for peer to peer failover set ALLOWP2P to Yes and ALLOWP2PFAILOVER to Yes. See
- 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 ../..