The clsagfw_send_status2()
function reports progress, warning, and error messages to the Oracle Clusterware server and the user.
void clsagfw_send_status2(const clsagfw_aectx* pAeCtx, const oratext* pResId, clsagfw_status_type type, const oratext* fmtp,...);
pAeCtx
: Agent framework context pointer that is passed to entry points
pResId
: Resource for which the message is being reported
type
: One of the following types of messages:
CLSAGFW_STATUS_PROGRESS
: Progress message
CLSAGFW_STATUS_WARNING
: Warning message
CLSAGFW_STATUS_ERROR
: Error message
fmtp
: Message format string
...
: Variables corresponding to positions in the message format string