Administration Commands
define_downstream_lu
Specifies whether to use delayed logon with this downstream LU (the upstream LU is not activated until the user requests it). Possible values are:
YES
Use delayed logon with this downstream LU; the upstream LU is not activated until the user requests it.
NO
Do not use delayed logon with this downstream LU.
This field is ignored if the downstream LU is used to communicate with a SNAplus2 Primary RUI application instead of a host.
2.19.2 Returned Parameters
No parameters are returned by SNAplus2 when this command executes successfully.
2.19.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_DNST_LU_NAME
The supplied dslu_name parameter contained a character that was not valid.
INVALID_NAU_ADDRESS
The supplied NAU address was not in the valid range.
INVALID_ALLOW_TIMEOUT
The supplied allow_timeout parameter value was not valid.
INVALID_DELAYED_LOGON
The supplied delayed_logon parameter value was not valid.
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:
INVALID_PU_NAME
The specified dspu_name parameter value was not valid.
PU_NOT_DEFINED
81