configuremasters
Use this command to configure or modify masters in the Indexer cluster.
While installing the Indexers you can enable any one node as the master. After you set up the Indexer cluster, run this CLI command to configure additional nodes as the master or replace the current master node.
Each time you run this command, you must provide details for all the nodes that act as masters. For example, to retain the current master and configure another node to act as master, while running this command, provide details for both the current master and the additional master.
To understand the syntax and examples, see:
Related topics
Syntax
configuremasters -d <hostname> -p <portNumber> -n <masterNodeDetails>
-u <username> -w <password> [-l <locale>] [-s]
- Angle brackets (< >) indicate a variable value that needs to be user defined.
- Square brackets ([ ]) indicate optional parameters.
The following table describes the parameters used in the syntax:
Example inputs
The following example provides the input for configuring win-pun-01 and win-pun-02 as masters in the Indexer environment.
-n win-pun-01:9300, win-pun-02:9300