Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Cluster Reference Manual Oracle Solaris Cluster 4.1 |
scds_get_current_method_name(3HA)
scds_get_resource_group_name(3HA)
scds_get_resource_type_name(3HA)
scds_get_rg_hostnames_zone(3HA)
scha_cluster_getlogfacility(3HA)
scha_resourcegroup_get_zone(3HA)
scha_resourcegroup_open_zone(3HA)
scha_resource_setstatus_zone(3HA)
scha_resourcetype_get_zone(3HA)
- print probe debugging information
cc [flags…] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev #include <rgm/libdsdev.h> void scds_fm_print_probes(scds_handle_t handle, int debug_level);
The scds_fm_print_probes() function writes probe status information, reported with scds_fm_action(3HA), to the system log. This information includes a list of all probe status history maintained by the DSDL and the timestamp associated with the probe status.
The DSDL defines the maximum debugging level, SCDS_MAX_DEBUG_LEVEL, as 9.
If you specify a debug_level greater than the current debugging level being used, no information is written.
The following parameters are supported:
The handle returned from scds_initialize(3HA).
Debugging level at which the data is to be written. It is an integer between 1 and SCDS_MAX_DEBUG_LEVEL, defined as 9 by the DSDL.
Include file
Library
See attributes(5) for descriptions of the following attributes:
|
scds_fm_action(3HA), scds_initialize(3HA), scds_syslog_debug(3HA), attributes(5)