HP-UX SNAplus2 R7 Administration Guide

Appendix CConguring an Invokable TP from the Command Line
AppendixC Conguring an Invokable TP from
the Command Line
SNAplus2 includes a command-line utility that enables a user or the writer of a TP installation program to de
ne
an invokable TP. You can run this utility on a server or client.
The syntax of the command is different depending on whether you are dening, removing, or querying TP denitions,
and between HP-UX and Windows:
Dene an invokable TP:
UNIX
snaptpinstall -a file_name
WINDOWS
tpinst32 -a file_name
This command adds one or more TP denitions from the specied le_name. If the TP named in the le has
already been dened, the information in the le replaces the existing denition. For information about the
required le format, see Section C.1, File Format for an Invokable TP Denition.
Remove an invokable TP denition:
UNIX
snaptpinstall -r -t TP_name [ -l LU_alias ]
This command removes the entry that has the specied TP name and (if more than one APPC TP is dened
with the same TP name) the specied LU alias. Omit the option -l LU_alias if the entry is for a CPI-C
application, or if there is only one APPC TP dened with the specied TP name.
WINDOWS
tpinst32 -r -t TP_name
This command removes the entry that has the specied TP name.
Query invokable TP denitions:
UNIX
snaptpinstall -q [ -t TP_name ][-l LU_alias ]
This command queries the entry that has the specied TP name and (if more than one APPC TP is dened
with the same TP name) the specied LU alias. Omit the option -l LU_alias if the entry is for a CPI-C
application, or if there is only one APPC TP dened with the specied TP name. If you do not include the
option -t TP_name, the command queries all invokable TP denitions.
WINDOWS
tpinst32 -q -t TP_name
This command queries the entry that has the specied TP name. If you do not include the option -
t TP_name, the command queries all invokable TP denitions.
199