addServerToCluster (NotesAdministrationProcess - JavaScript)

Enters a request in the Administration Requests database to add a server to a cluster.

Defined in

NotesAdministrationProcess

Syntax

addServerToCluster(server:string, cluster:string) : string
Parameter Description
String server The full hierarchical name (can be abbreviated) of the server.
String cluster The name of the cluster.
Return value Description
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.

Language cross-reference

addServerToCluster in LotusScript® NotesAdministrationProcess class

addServerToCluster in Java AdministrationProcess class