HP-UX SNAplus2 R7 LUA Programmer's Guide
RUI Verbs
RUI_INIT
LUA_TERMINATED
An RUI_TERM verb was issued before the RUI_INIT had completed.
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 identified by the lua_luname parameter could not be found on any active nodes.Check that
the LU name or LU pool name is defined in the configuration file and that the node on which it is
configured has been started.
UNIX
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 field 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.
UNIX
The following parameters are used only if the lua_luname parameter is set to eight binary zeros (the extended
form of RUI_INIT). If lua_luname specifies the LU name (the standard form of RUI_INIT), these parameters
are reserved.
LUA_INVALID_FORMAT
The reserved parameter rui_init_format was set to a nonzero value.
LUA_INVALID_PUNAME
The lua_puname parameter did not match any PU name defined in the SNAplus2 configuration.
LUA_INVALID_LUNUMBER
The lua_lunumber parameter did not match the number of a type 0–3LUdefined to use the specified
PU.
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
73