Rules to configure each cluster in the csv file
To configure each cluster in the csv file, you should follow either one of the below rules:
Specify details for a single node in the cluster in the csv file. In this case, the same user name and password is used to configure all the other nodes in the cluster. The host name for each of the other nodes in the cluster is computed as <node_name><domain_name> where the domain name is calculated from the host_name of the entry specified for the cluster.
For example: If a cluster
FinanceCluscontains two nodesN1 and N2. You specify one entry for the cluster as:FinanceClus,N1,N1.example.com,U1,P1. Later the node N2 is configured into Resiliency Platform using the host name asN2.example.com(using the domain name example.com from csv file entry), username U1 and password P1.If the host name, username and passwords are different for different nodes in a cluster, you need to specify the details for all the nodes in the cluster and cannot omit values for any of the fields in each entry in the csv file for the cluster.
More Information