Installing Linux broker support

You can install broker support on a Linux computer by using the RPM file that is provided in the Remote Control installation files.

About this task

Note: The broker component installation package depends on the following libraries: glibc, libgcc, libblkid, libstdc++.
Use the trc-broker-10.x.x.<arch>.rpm file to install the broker support in Linux. Where 10.x.x is the version that you want to install. For more information about obtaining the Linux component installation files, see Install the Remote Control components. Choose the appropriate method for obtaining the file.

At a command prompt, type the following command to install the broker software, where 10.x.x is the version that you want to install.

To install the trc-<component>-10.x.x.<arch>.rpm package of the component, run the dnf, yum, or zypper command by providing the install -y option and the RPM package file path. Otherwise, if you want to manually resolve the dependencies, use the rpm -ivh trc-broker-10.x.x.<arch>.rpm command. You can also get the complete dependency list by running the rpm -qpR trc-broker-10.x.x.<arch>.rpm command.

Results

The following files are installed in the /opt/bigfix/trc/broker directory.
  • libcrypto.so
  • libssl.so
  • trc_icb
  • A license directory

The trc_broker.properties file is installed in the /etc directory.

What to do next

When the broker support is installed, configure the broker properties by editing the trc_broker.properties file.