Configuring global controller properties
Edit the trc_controller.cfg file to create and configure global controller properties. The properties are used by the Remote Control controller component during a peer to peer remote control session. The property values are the same for every user who runs the controller.
About this task
A user can also configure a set of properties locally, by using the Configure Controller feature in the controller UI. The local property values override the global property values. For more information about configuring local properties, see Creating a local configuration for the controller.
To enforce the global property value, you can set a property to mandatory so that a user cannot edit the property in the Configuration Window in the controller UI. The mandatory global property overrides the local property.
To configure the controller properties, complete the following steps:
Procedure
-
Edit the trc_controller.cfg file.
Note: To edit the file, you must have administrator authority on the system that the controller component is installed on.
- Windows® systems
- [controller install dir]\trc_controller.cfg
Where [controller install dir] is the directory that the controller is installed in.
- Linux® systems
- opt/bigfix/trc/controller/trc_controller.cfg
-
Add or configure the relevant property.
To set a property as mandatory, copy the property name and add .mandatory = true to the end.
For example, to make the Enable Address History property mandatory so that it cannot be edited in the Configuration Window.
enable.address.history=false
enable.address.history.mandatory=true - Save the file.
- Stop and start the controller component.