HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_INIT_PRIMARY
Parameter Check
The following return codes indicate that the verb did not complete successfully because a supplied parameter was
in error:
lua_prim_rc
LUA_PARAMETER_CHECK
lua_sec_rc
Possible values are:
LUA_INVALID_LUNAME
The LU identied by the lua_luname parameter could not be found on any active nodes.Check that the
LU name is dened in the conguration le and that the nodeon which it is congured has been started.
LUA_INVALID_POST_HANDLE
The lua_post_handle parameter was not a valid pointer to a callback routine.
LUA_RESERVED_FIELD_NOT_ZERO
A reserved eld in the verb record, or a parameter that is not used by this verb, was set to a nonzero
value.
LUA_VERB_LENGTH_INVALID
The value of the lua_verb_length parameter was less than the length of the verb record required for
this verb.
State Check
The following return codes indicate that the verb was issued in a session state in which it was not valid:
lua_prim_rc
LUA_STATE_CHECK
lua_sec_rc
LUA_DUPLICATE_RUI_INIT_PRIMARY
An RUI_INIT_PRIMARY verb is currently being processed for this session.
Other Conditions
The following return codes indicate that the verb record supplied was valid, but the verb did not complete
successfully:
lua_prim_rc
LUA_UNSUCCESSFUL
lua_sec_rc
Possible values are:
LUA_ENCR_DECR_LOAD_ERROR
The verb specied a value for lua_encr_decr_option other than 0 or 128.
LUA_INVALID_PROCESS
The LU specied by the lua_luname parameter is in use by another process.
(any other value)
Any other secondary return code here is an SNA sense code. For information about interpreting the
SNA sense codes that can be returned, see Section 2.4, SNA Information.
The following return codes indicate that the verb did not complete successfully for other reasons:
78