Administration Commands
query_tp_definition
TP name.
description
A text string describing the TP, as specified in the definition of the TP.
2.176.3 Returned Parameters: Detailed Information
Parameter name | Type | Length |
tp_name | character | 64 |
description | character | 31 |
list_name | character | 14 |
conv_type | constant |
|
security_rqd | constant |
|
sync_level | constant |
|
enabled | constant |
|
pip_allowed | constant |
|
tp_instance_limit | decimal |
|
If the command executes successfully and you specified DETAIL as the list_options parameter value, SNAplus2 returns the following parameters:
tp_name
TP name.
description
A text string describing the TP, as specified in the definition of the TP.
list_name through tp_instance_limit
For information about these parameters, see Section 2.57, define_tp.
2.176.4 Error Return Codes
If the command cannot be executed, SNAplus2 returns a primary return code to indicate the type of error and a secondary return code to provide specific details about the reason for unsuccessful execution.
Parameter Check
If the command does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
PARAMETER_CHECK
secondary_rc
Possible values are:
INVALID_TP_NAME
The list_options parameter was set to LIST_INCLUSIVE to list all entries starting from the supplied name, but the tp_name parameter value was not valid.
State Check
No specific state errors, other than those listed in Appendix A, Common Return Codes from snapadmin Commands, occur for this command.
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
563