int tsmAddServerToDatabase ( TsmDatabase *database, char *url )

Adds a server to a database

Documentation

Adds a server to a database.

This function will take a URL for a TSM server and will add an entry for this in the specified database. If an entry already exists in the database for the server, then a new one will not be created.

Returns:
TRUE if returns with server in database, FALSE if failed
Parameters:
database - the TsmDatabase structure to be modified
url - the serverName to be added to the database, e.g. x-dsm:
Author:
Martin Reddy
Version:
14 December 1997
See Also:
tsmRemoveServerFromDatabase


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

Back to tsmApi Home Page