High Availability Monitors Version A.03.02 Release Notes
NOF Indications
NOF_STATUS_INDICATION
Chapter 6 1137
AP_NOF_STATUS_INDICATION
primary_rc
AP_OK
status
Specifies the status change being reported. Possible
values are:
AP_LOCAL_ABENDED
The SNAplus2 software on the local computer has
stopped. The application should not attempt to issue
any more NOF verbs until the software has been
restarted.
AP_TARGET_ABENDED
The SNAplus2 software on the target computer has
stopped or the communications path to it has failed.
AP_MASTER_TAKEOVER
This value is returned only when the application is
connected to the master configuration file (specified by
the
requested_role
parameter on OPEN_FILE).
Another server has now taken over as master, so the
target file is no longer the master configuration file. If
the application needs to make further changes to the
running configuration, it must use CLOSE_FILE to
end its connection with the file, and then issue
OPEN_FILE again to access the new master
configuration file.
dead_target_handle
The target handle of the failed target or of the file that
is no longer the master configuration file. The
application should not attempt to issue any further
verbs for this target handle except
DISCONNECT_NODE or CLOSE_FILE.
If
status
is set to AP_LOCAL_ABENDED, this parameter
is reserved.