PyramidInfo* tsmGetPyramidInfo (TsmHandle *tsmh, const char *pyramidName)

Retrieve the server group info for a single pyramid

Documentation

Retrieve the server group info for a single pyramid.

On the DPSS, a given pyramid can have its data distributed across many groups of master/servers. The PyramidInfo structure holds all of the server group information for a given pyramid. (N.B. For protocols other than the DPSS, the number of server groups will be 1.)

This function returns all of the server information for a particular pyramid. See tsmDecs.h for the definition of the PyramidInfo structure that is returned.

Returns:
the pyramid information, or NULL if failed
Parameters:
tsmh - the TSM session handle
pyramidName - then URL of the pyramid
See Also:
tsmGetPyramidInfos, tsmGetAllPyramidInfos, tsmPrintPyramidInfo, PyramidInfo


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page