HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_DOWNSTREAM_LU
The supplied dslu_name parameter contained a character that was not valid.
AP_INVALID_NAU_ADDRESS
The supplied NAU address was not in the valid range.
AP_INVALID_ALLOW_TIMEOUT
The supplied allow_timeout parameter value was not valid.
AP_INVALID_DELAYED_LOGON
The supplied delayed_logon parameter value was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.22.5 Returned Parameters: State Check
If the verb does not execute because of a state error, SNAplus2 returns the following parameters.
primary_rc
AP_STATE_CHECK
secondary_rc
Possible values are:
AP_INVALID_PU_NAME
The specified dspu_name parameter was not valid.
AP_PU_NOT_DEFINED
The specified dspu_name parameter did not match any defined PU name.
AP_INVALID_PU_TYPE
The PU specified by the dspu_name parameter is not a downstream PU that supports PU concentration.
AP_LU_ALREADY_DEFINED
An LU with the specified name has already been defined, and cannot be modified using this verb.
AP_DSLU_ACTIVE
The LU is already active.
AP_LU_NAU_ADDR_ALREADY_DEFD
An LU with the specified NAU address has already been defined.
AP_INVALID_HOST_LU_NAME
The specified host LU name was not valid.
AP_LU_NAME_POOL_NAME_CLASH
The specified LU name clashes with the name of an existing LU pool.
AP_PU_NOT_ACTIVE
The PU specified by the dspu_name parameter is not currently active.
AP_LU_ALREADY_ACTIVATING
An LU with the name specified by the dslu_name parameter is currently activating.
AP_LU_DEACTIVATING
An LU with the name specified by the dslu_name parameter is currently deactivating.
AP_LU_ALREADY_ACTIVE
An LU with the name specified by the dslu_name parameter is already active.
142