Environment variables
If you configure BMC PATROL for Oracle Tuxedo with the Tuxedo admin account, ensure that the following environment variables are in the tux.env script:
- FLDTBLDIR32=/appl/bea/tux/tuxedo65/udataobj; export FLDTBLDIR32
or
FLDTBLDIR32=$TUXDIR/udataobj; export FLDTBLDIR32 - FIELDTBLS32=Usysfl32,tpadm,evt_mib; export FIELDTBLS32
or
FIELDTBLS32=Usysfl32,tpadm,evt_mib; export FIELDTBLS32
If you configure BMC PATROL for Oracle Tuxedo using the default PATROL user ID instead of the Tuxedo admin account, you must create a 'userrc.sh' to set the FIELDTBLS32 and FLDTBLDIR32 environment variables.
EVENTSTR environment variable
This variable contains a regular expression used to isolate events for the BEATUX_EVENT application, which forwards system events from the Tuxedo Event Broker to the PATROL Event Manager. By default, EVENTSTR contains the value "\\.*". You can change this to locate events of a specific type or class, for example, if you wanted to be notified of all events related to Oracle Tuxedo networking, you could set the value to ".\SysNetwork.*".