AddServerToCluster (NotesAdministrationProcess - LotusScript®)
Enters a request in the Administration Requests database to add a server to a cluster.
Defined in
Syntax
noteID$ = notesAdministrationProcess .AddServerToCluster( server$ , cluster$ )
Parameters
server$
String. The full hierarchical name (can be abbreviated) of the server.
cluster$
String. The name of the cluster.
Return value
noteID$
String. The note ID of an entry created in the Administration Requests database.
Usage
If the cluster does not exist, a new cluster is created and the server added to it.