Oracle has added the following flags to the clscrs_stat2
API:
CLSCRS_STATFLAG_SERVERBYCATEGORY
: Use this flag to query the servers that match a particular server category.
CLSCRS_STATFLAG_CATEGORYBYSERVER
: Use this flag to query the server categories that match a particular server.
Oracle has added the following flags to the clscrs_start_resource2
and clscrs_stop_resource2
APIs:
CLSCRS_FLAG_T_HA_PREPARE
: Use this flag with Transparent HA (start2
/stop2
APIs) to instruct the Oracle Clusterware daemon (CRSD) to prepare for an external management interface to act on a resource. When the call comes back, if successful, then the interface then is expected to start or stop the resource and call back with the other flag (CLSCRS_FLAG_T_HA_FINISH
).
CLSCRS_FLAG_T_HA_FINISH
: Use this flag with Transparent HA with CLSCRS_FLAG_T_HA_PREPARE
. You must use this flag in the second call to the CRSD (start2/stop2 APIs) when the start or stop action has finished. Note that clients must indicate resource instances and never resources with this flag, because the CRSD must know to which instances the invocation of the API applies.
CLSCRS_NO_STATE_RESTORATION
: This flag is available for use to start and stop resource APIs and to instruct the CRSD to skip resource state restoration of the resources whose state was affected. That procedure is usually attempted unless you use this flag.