HP-UX SNAplus2 MS Programmer's Guide

Management Services Verbs
DISCONNECT_MS_NODE
Chapter 358
one synchronous verb can be in
progress on a particular target
handle at any time.
AP_VERB_IN_PROGRESS
The application issued
DISCONNECT_MS_NODE while a
previous asynchronous MS verb was
still outstanding.
AP_SYNC_NOT_ALLOWED
Theapplication used the synchronous
MS entry point to issue this verb
within a callback routine. The
application must use the
asynchronous entry point to issue
any verb from a callback routine.
SNAplus2 Software Not Active If the verb does not execute
successfully because the SNAplus2 software is not active, SNAplus2
returns the following parameter:
primary_rc
AP_COMM_SUBSYSTEM_ABENDED
The SNAplus2 software has failed.
SNAplus2 does not return a
secondary_rc
when the SNAplus2 software
is not active.
System Error If the verb does not execute because of a system error,
SNAplus2 returns the following parameters:
primary_rc
AP_UNEXPECTED_SYSTEM_ERROR
An operating system call failed
during processing of the verb.
secondary_rc
The return code from the operating system call. For the
meaning of this return code, check the returned value
in the file /usr/errno.h.