Enabling fault tolerance or load balancing for TIBCO ActiveMatrix Adapter for Tuxedo to Tuxedo server.

Enabling fault tolerance or load balancing for TIBCO ActiveMatrix Adapter for Tuxedo to Tuxedo server.

book

Article ID: KB0089232

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Oracle Tuxedo -
Not Applicable -

Description

Description:
Tuxedo supports both load balancing and fault tolerance by setting the environment variable, "WSNADDR" in a different syntax. TIBCO ActiveMatrix Adapter for Tuxedo, as a client to Tuxedo Server, will set WSNADDR for you after reading "tibco.env.WSNADDR" in the adtuxedo_home\bin\ adtuxedo_wrkstn.tra file, to support this feature.

Issue/Introduction

Enabling fault tolerance or load balancing for TIBCO ActiveMatrix Adapter for Tuxedo to Tuxedo server.

Resolution

To enable load balancing between host1 and host2, you can use the following syntax in the adtuxedo_wrkstn.tra file:


tibco.env.WSNADDR = (//host1:port1|//host2:port2)

To enable fault tolerance between host1 and host2, you can use the following syntax in the adtuxedo_wrkstn.tra file:

tibco.env.WSNADDR = //host1:port1, //host2:port2