Starting Multiple Nodes

There are several use cases for using multiple nodes.

Note: The sample scripts three_copysets.tibdg and one_copyset_two_replicas.tibdg create nodes and state keepers by using the --dir option, for example:
node create --copyset set1 --dir ./s1_data s1
statekeeper create --dir ./k1_data k1
The nodes store the data that applications put in the data grid in the s1_data folder and the state keeper stores state information about the primary and secondary nodes in the k1_data folder.