shell> ./tools/tpm configure alpha \
--master=host1 \
--members=host1,host2,host3 \
--home-directory=/opt/continuent \
--user=tungsten
The configuration options provided following the service name will be associated with the 'alpha' dataservice. These options will override any given with tpm configure defaults.
Each dataservice will use some combination of these options to define the hosts it is installed on. They define the relationship of servers for each dataservice.
If you specify --master
and
--slaves
;
--members
will be calculated as the
unique join of both values.
If you specify --master
and
--members
;
--slaves
will be calculated as the
unique difference of both values.