
Administration Commands
delete_tp
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.92 delete_tp
The delete_tp command deletes a TP definition.
2.92.1 Supplied Parameters
Parameter name | Type | Length |
[delete_tp] |
|
|
tp_name | character | 64 |
Supplied parameter is:
tp_name
Name of the TP to be deleted.
2.92.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.92.3 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 tp_name parameter did not match the name of a defined TP.
SYSTEM_TP_CANT_BE_DELETED
The specified TP name is a TP name used internally by SNAplus2; you cannot delete it.
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.
285