addServerToCluster (AdministrationProcess - Java)

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

Defined in

AdministrationProcess

Syntax

public String addServerToCluster(String server, String cluster)
    throws NotesException

Parameters

String server

The full hierarchical name (can be abbreviated) of the server.

String cluster

The name of the cluster.

Return value

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.

Example