HP-UX SNAplus2 MS Programmer's Guide
Management Services Verbs
DISCONNECT_MS_NODE
Chapter 3 57
SNAplus2 does not return a
secondary_rc
when the verb executes
successfully.
Unsuccessful Execution
When a verb does not execute successfully, SNAplus2 returns a primary
return code to indicate the type of error and a secondary return code to
provide speciļ¬c details about the reason for unsuccessful execution.
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
AP_INVALID_TARGET_HANDLE
The supplied target handle was not a
valid value returned on a previous
CONNECT_MS_NODE verb.
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
One of the following:
AP_INVALID_TARGET_STATE
The application issued
DISCONNECT_MS_NODE while
CONNECT_MS_NODE or a previous
DISCONNECT_MS_NODE was still
outstanding.
AP_SYNC_PENDING
Theapplication used the synchronous
entry point to issue this verb, but
another synchronous verb was in
progress for this target handle. Only