You can establish affinity between multiple CA TPX systems on multiple hosts. Affinity on multiple hosts ensures that, when the host owning a set of terminals is down, the host acquiring ownership will interact with the end users in the same way as the original host.
To establish affinity between systems on multiple hosts
For example, if you are running system TPX01 on HOST1, and system TPX02 on HOST2, and you want to give them the common alias name TPXALL, the APPL statements would look like this:
TPX01 on HOST1:
TPX,PRIMARY TPX01 APPL MODETAB=TPXLGMOD,LOGMODE=T3278M3,ACBNAME=TPXALL
TPX02 on HOST2:
TPX,PRIMARY TPX02 APPL MODETAB=TPXLGMOD,LOGMODE=T3278M3,ACBNAME=TPXALL
The name you specify in the LOGAPPL parameter must match the alias name that you defined in the ACBNAME parameter in step 1. This causes VTAM to automatically log the terminal on to the CA TPX system in the VTAM domain that owns the terminal. (You can change ownership with the VTAM VARY NET,ACQUIRE command.)
In the example in step 1, the name of the affinity group to which the systems TPX01 and TPX02 belong is TPXALL, so the value in the LOGAPPL parameter must be TPXALL. A terminal major node definition for either system might look like this:
TERMABCD LU LOCADDR=5, X
DLOGMOD=USERMDL2, X
MODETAB=USERTABL, X
USSTAB=USERUSS, X
LOGAPPL=TPXALL, X
ISTATUS=ACTIVE
Note: ACF/VTAM's LOGAPPL processing can be inhibited if one of the following conditions occurs:
|
Copyright © 2013 CA.
All rights reserved.
|
|