BEA Tuxedo - Reports & Attributes


Attributes

The following attributes are available for BEA Weblogic Server

Default Attributes

  • type = BEA Tuxedo Generic Listener or BEA Tuxedo Bulletin Board Listener
  • product_version
  • version

Additional Attributes

  • application_directory - The directory the BBL is running the application from
  • application_port - The port that the Generic Listener is listening on
  • tuxedo_domain - The Tuxedo domain the BBL listener is within
  • serial - The serial number identified against the Generic Listener
  • allowed_unique_connections - The number of unique IP addresses that can connect to the server, taken from the license command
  • license_expiry_date - This is the expiry date for the the Tuxedo Server.

Reports

Instances that have Exceeded End Of Life

SEARCH SoftwareInstance WHERE type LIKE "BEA Tuxedo Generic Listener" AND product_version <= "6.4" ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name SHOW name, product_version, version AS "Full Version", #RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"

Instances that have Exceeded End Of Extended Support

SEARCH SoftwareInstance WHERE type LIKE "BEA Tuxedo Generic Listener" AND product_version <= "6.3" ORDER BY #RunningSoftware:HostedSoftware:Host:Host.name SHOW name, product_version, version AS "Full Version", #RunningSoftware:HostedSoftware:Host:Host.name AS "Hostname"

BEA Tuxedo Instances Affected by BEA07-158.00

SEARCH SoftwareInstance WHERE type='BEA Tuxedo Generic Listener'
 AND product_version IN ["8.0","8.1"]
 SHOW #RunningSoftware:HostedSoftware:Host:Host.name AS Hostname,
 name, product_version

Back to BEA Tuxedo

 

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