HP-UX SNAplus2 R7 Administration Command Reference
Administration Commands
define_tp_load_info
SECURITY_LIST_NOT_DEFINED
The security_list_name parameter did not match any defined security list name.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary
return codes that are common to all commands.
2.58 define_tp_load_info
The define_tp_load_info command is used to define or change a TP load information entry..
2.58.1 Supplied Parameters
Parameter name Type Length Default
[define_tp_load_info]
tp_name character 64
lualias character 8
description character 31
path character 255 (null string)
arguments character 255 (null string)
type constant QUEUED
timeout decimal -1
userid character 64
group character 64 (null string)
stdin character 255 /dev/null
stdout character 255 /dev/null
stderr character 255 /dev/null
env character 255 (null string)
(0–64 env entries can be included)
Supplied parameters are:
tp_name
The TP name of the TP load info entry to be defined.
lualias
The LU alias of the TP load info entry to be defined.
Note
This parameter can be used only if the TP is an APPC TP. If the TP is a CPI-
C application, do not specify this parameter. CPI-C does not support accepting
incoming Attaches from a particular local LU; specifying an LU alias (even a blank
LU alias) for a CPI-C application will cause errors in routing the incoming Attach
to the TP.
description
Optional text string describing the TP load info.
path
221