HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_LU_0_TO_3_RANGE
3.33.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_LU_NAME
The base_name parameter contained a character that was not valid.
AP_INVALID_POOL_NAME
The pool_name parameter contained a character that was not valid.
AP_INVALID_NAU_ADDRESS
One or more of the LU addresses were not in the permitted range.
AP_INVALID_PRIORITY
The priority parameter was not set to a valid value.
AP_INVALID_TERM_METHOD
The term_method parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.33.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 pu_name parameter was not valid.
AP_PU_NOT_DEFINED
The pu_name parameter did not match any defined PU name.
AP_INVALID_PU_TYPE
The PU specified by the pu_name parameter is not a host PU.
AP_LU_NAME_POOL_NAME_CLASH
One of the LU names in the range clashes with the name of an LU pool.
AP_LU_ALREADY_DEFINED
An LU has already been defined with the name of one of the LUs in the range.
AP_LU_NAU_ADDR_ALREADY_DEFD
An LU has already been defined with the address of one of the LUs in the range.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_STATE_CHECK, which
are common to all NOF verbs.
206