.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


AddServerToCluster method
Example

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

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.AddServerToCluster( server$ , cluster$ )

Parameters

server$


cluster$
Return value

noteID$


Usage

If the cluster does not exist, a new cluster is created and the server added to it.

Language cross-reference

addServerToCluster in Java AdministrationProcess class

Example