348
Appendix C
Configuring an Invokable TP Using snaptpinstall
File Format for snaptpinstall
If you use
NON-QUEUED
, more than one copy of the TP
can be running at a time. If the TP writes to files on the
Windows computer, you need to ensure that different
copies of the TP do not overwrite each other's files. To
do this, use one of the following methods:
• Ensure that the TP appends data to an existing file
instead of creating the file (so that all copies of the
TP append data to the same file)
• Design the TP to generate file names at run-time,
based on the process ID with which the TP is
running (so that each copy of the TP writes to a
different file).
This line is optional. If it is not included, or if an
invalid value is specified, the default is
QUEUED
.
TIMEOUT
The maximum length of time, in seconds, that a
Receive_Allocate call issued by the TP should block if
there is no incoming Allocate request pending. If no
incoming Allocate is received in this time, the call fails
with a return code indicating “State check - Allocate
not pending.”
A timeout value of
0
indicates that the call always fails
unless an incoming Allocate is already pending when
the call is issued. A timeout value of
−
1
indicates that
the call waits indefinitely for an incoming Allocate and
does not time out.
This line is optional. If it is not included, or if an
invalid value (a non-numeric value) is specified, the
default is
−
1
(infinite).
Do not specify this parameter if the TYPE parameter
is set to
NON-QUEUED
. SNAplus2 uses a timeout value
of
0
for nonqueued TPs, because the TP is always
started in response to an incoming Allocate and so
there is always one pending.
For UNIX
USERID
Specify the user ID that SNAplus2 uses to start the TP.
The TP is started in the home directory associated with
this user ID. This home directory is also the default
path for trace files and any other files accessed by the
Содержание HP-UX SNAplus2
Страница 4: ...4 ...
Страница 14: ...14 Contents ...
Страница 22: ...22 ...
Страница 23: ...23 1 SNA Terms and Concepts ...
Страница 65: ...65 2 Introduction to SNAplus2 ...
Страница 107: ...107 3 Administering SNAplus2 ...
Страница 132: ...132 Chapter3 Administering SNAplus2 Using the Command Line Administration Program ...
Страница 133: ...133 4 Basic Configuration Tasks ...
Страница 142: ...142 Chapter4 Basic Configuration Tasks Configuring Logging ...
Страница 143: ...143 5 Defining Connectivity Components ...
Страница 167: ...167 6 Configuring Dependent LUs ...
Страница 174: ...174 Chapter6 Configuring Dependent LUs Defining LU Pools ...
Страница 175: ...175 7 Configuring APPC Communication ...
Страница 208: ...208 Chapter7 Configuring APPC Communication Configuring APPC Security ...
Страница 209: ...209 8 Configuring User Applications ...
Страница 222: ...222 Chapter8 Configuring User Applications Configuring RJE Workstations ...
Страница 223: ...223 9 Configuring Passthrough Services ...
Страница 235: ...235 10 Managing SNAplus2 from NetView ...
Страница 248: ...248 Chapter10 Managing SNAplus2 from NetView Using UCF ...
Страница 249: ...249 11 Managing SNAplus2 Clients ...
Страница 300: ...300 Chapter11 Managing SNAplus2 Clients Managing HP UX Clients ...
Страница 301: ...301 A Configuration Planning Worksheets ...
Страница 337: ...337 B APPN Network Management Using the Simple Network Management Protocol ...
Страница 343: ...343 C Configuring an Invokable TP Using snaptpinstall ...
Страница 353: ...353 D Using SNAplus2 in a High Availability Environment ...