scds_free_port_list(3HA) Sun Cluster HA and Data Services scds_free_port_list(3HA)NAME
scds_free_port_list - free the port list memory
SYNOPSIS
cc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev
#include <rgm/libdsdev.h>
void scds_free_port_list(scds_port_list_t *port_list
DESCRIPTION
The scds_free_port_list() function reclaims memory allocated during calls to scds_get_port_list(3HA). It deallocates the memory pointed to
by port_list.
PARAMETERS
The following parameters are supported:
port_list Pointer to a list of port-protocol pairs used by the resource group
FILES
/usr/cluster/include/rgm/libdsdev.h
Include file
/usr/cluster/lib/libdsdev.so
Library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscdev |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO scds_get_port_list(3HA), attributes(5)Sun Cluster 3.2 7 Sep 2007 scds_free_port_list(3HA)
Check Out this Related Man Page
scds_get_port_list(3HA) Sun Cluster HA and Data Services scds_get_port_list(3HA)NAME
scds_get_port_list - retrieve the port list used by a resource
SYNOPSIS
cc [flags...] -I /usr/cluster/include file -L /usr/cluster/lib -l dsdev
#include <rgm/libdsdev.h>
scha_err_t scds_get_port_list(scds_handle_t handle, scds_port_list_t **port_list
DESCRIPTION
The scds_get_port_list() function returns a list of port-protocol pairs used by the resource. Values for the protocol type are defined in
the header file <netinet/in.h>.
Free the memory allocated and returned by this function with scds_free_port_list().
PARAMETERS
The following parameters are supported:
handle The handle returned from scds_initialize()
port_list List of port-protocol pairs used by the resource group
RETURN VALUES
The scds_get_port_list() function returns the following:
0 The function succeeded.
nonzero The function failed.
ERRORS
SCHA_ERR_NOERR Indicates the function succeeded.
Other values Indicate the function failed. See scha_calls(3HA) for the meaning of failure codes.
FILES
/usr/cluster/include/scha.h
Include file
/usr/cluster/lib/libscha.so
Library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscdev |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO scds_free_port_list(3HA), scha_calls(3HA), attributes(5)Sun Cluster 3.2 7 Sep 2007 scds_get_port_list(3HA)
hey we doing a clean up here at work and throwing out all the old PC's. Not the best like 300Mhz or around there they are.
I've grab a few since I would like to teach myself how to cluster! Only one thing. I got no idea where to start.
I know do a search on google etc. But I was wondering... (3 Replies)
I want to install a software program on a computer cluster that I have remote access to. I don't have /usr access on the cluster. I am allowed to put software on the cluster, apparently not on /usr tree.
What folder should I put program executables into so that I can access them from all my other... (3 Replies)
Newbie question about clusters and memory.
Is there a way using a cluster (or any other Linux feature/technology) where I can link up a bunch of PCs such that an app thinks it has more memory than available on just one local machine?
For example, we have multiple surplus PCs with 512MB RAM... (8 Replies)
Hola, he instalado mpich2 vs. 1.2.1p1 en un cluster de biprocesadores con las opciones por defecto (antes usaba ssm pero visto que se quedaba colgado, lo he dejado con nemesis).
El caso es que quisiera que cada vez que lanzo un job (por ejemplo de 2 procesos), cada proceso del trabajo se fuera... (1 Reply)
I currently have in root's crontab:
20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/eventlog
20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/DS
20 4 * * 0,3 /usr/cluster/lib/sc/newcleventlog /var/cluster/logs/commandlog
there is no man page on... (1 Reply)
I am managing a linux cluster which has been build on Platform Cluster Manager PCM 1.2.1) from IBM Platform Computing. Unfortunately somebody deteled data files of postgresql from /var/lib directory. I somehow managed to start the postmaster service again, but all the administrative commands of... (2 Replies)
Hello everyone,
I have two Solaris 10 servers that are on cluster. The cluster is a Sun Cluster 3.2
I have a script cronned that stop/start a ressource in a resource group everyday.
Today I have checked the status of the ressources and I found that my ressource group have a "Error--stop... (1 Reply)