Previous Topic: Add-Group - Create a Scenario GroupNext Topic: Add-Replica - Add a Replica Host to a Scenario


Add-Master - Add a Master Host to a Scenario

The Add-Master command enables you to add a Master host to a given scenario. When defining a Master host, you need to enter its hostname. In addition, you can also enter the Master IP address, but this parameter is not mandatory.

Notes:

Syntax
Add-Master [-Name] <String> [-Host] <String> [[-IP] [<String>]] 
Parameters
Name

The name of the scenario.

Host

The hostname of the new Master.

IP (optional)

The IP address of the new Master. If no IP address is defined, by default the system seeks it by using the specified hostname, and uses the first IP address it finds. For this reason, if the host has multiple IP addresses, we recommend to enter here the IP address you want to use.

Example: Add a Master host to a scenario

add-master "File Server 1" 130.119.185.152
Outcome
Master 130.119.185.152 added successfully