The cmm_potential_getinfo() function retrieves the
information contained in the cmm_member_t structure
for a node identified by its nodeid. You can use cmm_potential_getinfo() to get into any peer node, even if it has
the CMM_OUT_OF_CLUSTER state.
See the Netra High Availability Suite Foundation Services 2.1 6/03 CMM Programming Guide for information about the cmm_member_t structure.
The cmm_member_getinfo() function retrieves the information
in the cmm_member_t structure for a peer node.
If the requested membership information is temporarily unavailable the
operation is retried until it succeeds or a timeout occurs.
In the case of a timeout, the CMM_ETIMEDOUT
error is returned. If the nodeid specified is not in
the cluster node table, a CMM_ESRCH error is returned.