HP-UX SNAplus2 R7 Administration Guide

Conguring APPC Communication
Dening TPs
Note
In this manual, the phrase Receive_Allocate is used to indicate any of these three
API calls.
You can also dene an invokable TP to route incoming allocation requests to a running TP.
For an invokable TP, you can also specify a timeout value, to limit the wait for an allocation request. (You
can only congure this option using command-line administration.)
SNAplus2 uses the invokable TP denition for the following purposes:
When a TP issues Receive_Allocate, SNAplus2 searches for an invokable TP denition with the appropriate
TP name. If the denition exists, and includes a value for the Receive_Allocate timeout, SNAplus2 uses
this value when processing the Receive_Allocate; otherwise it uses the default (no timeout, which causes
the TP to wait indenitely).
When an incoming Allocate request arrives at the target system, and the requested TP is not already running
with a Receive_Allocate outstanding, SNAplus2 searches for a TP denition with the TP name specied
on the incoming Allocate. If the denition exists, SNAplus2 uses the information in this denition to start
the TP (if multiple instances are permitted or the TP is not already running), or to determine that it should
queue the incoming Allocate (if the TP is already running and multiple instances are not permitted ).
If necessary, you can congure both types of denitions for the same TP (for example, to dene conversation
security for an invokable TP).
To congure a TP denition, use one of the following methods:
To de ne APPC characteristics:
Use either of the following methods:
Motif administration program
Select
APPC and
Transaction Programs from the
Services menu on the Node window. When SNAplus2
displays the TP window, select the bottom pane and click on the
New button, or select an existing TP
denition and click on the
Properties button.
Command-line administration program
Issue the
snapadmin define_tp command.
To de ne an invokable TP:
The conguration methods for servers and clients are different:
On a server, use either of the following methods:
Motif administration program
Select
APPC and Transaction Programs from the
Services menu on the Node window. When
SNAplus2 displays the TP window, select the top pane and click on the
New button, or select
an existing invokable TP denition and click on the
Properties
button.
Command-line administration
Issue the snaptpinstall command.
UNIX
On a HP-UX client, issue the snaptpinstall command.
WINDOWS
On a Windows client, issue the tpinst32 command.
111