HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_REINIT
Possible values are:
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
Possible values are:
LUA_NO_RUI_SESSION
An RUI_INIT verb has not previously completed successfully for the specied LU name or session ID.
LUA_DUPLICATE_RUI_INIT
An RUI_REINIT verb is currently being processed for this session.
LUA_REINIT_INVALID
Session failure has not occurred 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
LUA_INVALID_PROCESS
The original RUI_INIT verb was issued from a different operating system process.
The following return codes indicate that the verb did not complete successfully for other reasons:
lua_prim_rc
LUA_COMM_SUBSYSTEM_NOT_LOADED
This return code indicates one of the following conditions:
The SNAplus2 software has not been started. The SNAplus2 software must be started before you
can use LUA verbs. Contact your System Administrator if necessary.
There are no active SNAplus2 nodes. The local node that owns the requested LU, or a local node
that owns one or more LUs in the requested LU pool, must be started before you can use LUA
verbs. Contact your System Administrator if necessary.
The maximum number of users permitted by the SNAplus2 license are already using SNAplus2.
You cannot use this application at present because it would exceed the user limit; you may be able
to start it later when there are fewer users on the system.
93