C and C++ Entry Point Function Return Values

All entry point functions, except for the CHECK entry point, return one of the following values to indicate the status of execution of the entry point:

  • CLSAGFW_AE_SUCCESS: Entry point execution completed successfully

  • CLSAGFW_AE_FAIL: Entry point execution failed

The agent framework calls the CHECK entry point function to monitor the state of the resource. This function returns one of the following values that represents the current state of the resource:

  • CLSAGFW_ONLINE
  • CLSAGFW_UNPLANNED_OFFLINE
  • CLSAGFW_PLANNED_OFFLINE
  • CLSAGFW_UNKNOWN
  • CLSAGFW_PARTIAL
  • CLSAGFW_FAILED

See Also:

"Agents in Oracle Clusterware" for more information about evaluating and returning the state of a resource