Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Reference Manual Oracle Solaris Cluster 4.0 |
scds_get_current_method_name(3HA)
scds_get_resource_group_name(3HA)
scds_get_resource_type_name(3HA)
- failover a resource group
cc [flags…] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> scha_err_t scds_failover_rg(scds_handle_t handle);
The scds_failover_rg() function performs a scha_control(3HA) SCHA_GIVEOVER operation on the resource group containing the resource passed to the calling program.
When this function succeeds, it does not return. Therefore, treat this function as the last piece of code to be executed in the calling program.
The following parameters are supported:
The handle that is returned from scds_initialize(3HA).
The following return values are supported:
Indicates the function succeeded.
Indicate the function failed. See scha_calls(3HA) for a description of other error codes.
Include file
Library
See attributes(5) for descriptions of the following attributes:
|