Structure of the csv file
You can configure multiple InfoScale clusters together by uploading a csv file containing details of cluster nodes. The fields in the csv file must appear in a line in the following order shown in the example and also should be comma separated.
For example:
<cluster_name>,<node_name>,<host_name>,<user>,<password>
Each line in the csv file should have the following structure as shown in the below table:
Table: Configure multiple InfoScale clusters via csv file
Headings | Description |
|---|---|
<cluster_name> | Name of the cluster which is used to uniquely identify the cluster in the csv file. |
<node_name> | Name by which a node is identified in the given InfoScale cluster |
<host_name> | Host name or the IP of the cluster node which is reachable from Infrastructure Management Server |
<user>,<password> | Username and password which are used to configure the cluster |
More Information