Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Reference Manual Oracle Solaris Cluster 4.0 |
- retrieve the resource group name
cc [flags…] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> const char *scds_get_resource_group_name(scds_handle_t handle);
The scds_get_resource_group_name() function returns a pointer to a character string that is the name of the resource group containing the resource passed to the calling program. The pointer is to memory belonging to the DSDL. Do not modify this memory. A call to scds_close() invalidates the pointer.
The following parameters are supported:
The handle returned from scds_initialize()
Indicates an error condition such as not previously calling scds_initialize(3HA)
See scha_calls(3HA) for a description of other error codes.
Include file
Library
See attributes(5) for descriptions of the following attributes:
|
scds_close(3HA), scds_initialize(3HA), scha_calls(3HA), attributes(5)