Unsupported product PATROL for Oracle Tuxedo and its documentation are no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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.

Example

#!/bin/sh 

FLDTBLDIR32=/appl/bea/tux/tuxedo65/udataobj; export FLDTBLDIR32  

FIELDTBLS32=Usysfl32,tpadm,evt_mib; export FIELDTBLS32   

Note

 There are three tables that need to be defined for FIELDTBLS32.

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.*".

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*