|
|
|
|
The deactivate_conv_group command requests SNAP-IX to deactivate the session corresponding to the specified APPC conversation group. Although this command is available within the command-line administration program, deactivating a session identified by its conversation group is more usually done using the NOF verb DEACTIVATE_CONV_GROUP from within an APPC TP. The conversation group identifier is returned by the APPC verbs [MC_]ALLOCATE, [MC_]GET_ATTRIBUTES, and RECEIVE_ALLOCATE.
This command must be issued to a running node.
Parameter name Type Length Default [deactivate_conv_group] lu_name character 8 (null string) lu_alias character 8 (null string) conv_group_id decimal type constant DEACT_NORMAL sense_data hex number 4 0x0
Supplied parameters are:
LU name of the local LU. This name is a type-A character string. To indicate that the LU is defined by its LU alias instead of its LU name, do not specify this parameter.
LU alias of the local LU. This alias is a character string using any locally displayable characters. This parameter is used only if lu_name is not specified.
If lu_name and lu_alias are not specified, the command is forwarded to the LU associated with the CP (the default LU).
Conversation group identifier for the session to be deactivated.
Type of deactivation. Possible values are:
Deactivate the session immediately, without waiting for a response from the partner LU.
Do not deactivate the session until all conversations using the session have ended.
If type is set to
No parameters are returned by SNAP-IX when this command executes successfully.
If the command cannot be executed, SNAP-IX 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.
If the command does not execute because of a parameter error, SNAP-IX returns the following parameters:
PARAMETER_CHECK
Possible values are:
The conv_group_id parameter did not match any valid conversation group ID.
The type parameter was not set to a valid value.
The lu_alias parameter did not match any defined LU alias.
The lu_name parameter did not match any defined LU name.
No specific state errors, other than those listed in Common Return Codes from snaadmin Commands, occur for this command.
Common Return Codes from snaadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
|
|
|
|
|