Command Reference Guide

Administration Commands
stop_internal_pu
This command must be issued to a running node.
2.206.1 Supplied Parameters
Parameter name Type Length Default
[stop_internal_pu]
pu_name character 8
stop_type constant ORDERLY_STOP
Supplied parameters are:
pu_name
Name of the internal PU for which the SSCP-PU session will be deactivated. This name is a type-A character
string starting with a letter.
stop_type
Species how to stop the PU. Possible values are:
ORDERLY_STOP
Deactivate all underlying PLU-SLU and SSCP-LU sessions before deactivating the SSCP-PU session.
IMMEDIATE_STOP
Deactivate the SSCP-PU session immediately.
2.206.2 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 specic 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
INVALID_STOP_TYPE
The stop_type parameter was not set to a valid value.
State Check
If the command does not execute because of a state error, SNAplus2 returns the following parameters:
primary_rc
STATE_CHECK
secondary_rc
Possible values are:
PU_NOT_DEFINED
The supplied PU name did not match the name of a dened internal PU.
PU_ALREADY_DEACTIVATING
The PU is already being deactivated.
619