weka cluster host add
install.sh
command), use the following command line on the client host to add it to the cluster:weka -H <backend-hostname> cluster host add <client-hostname>
backend-hostname
client-hostname
weka cluster host cores
weka cluster host cores <host-id> <cores> --frontend-dedicated-cores=<frontend-dedicated-cores>
host-id
cores
frontend-dedicated-cores
weka cluster host net add
weka cluster host net add <host-id> <device> --ips=<ips> --netmask=<netmask> --gateway=<gateway>
host-id
device
eth1
ips
gateway
ips
(as described by netmask
). netmask
255.255.0.0
has 16
netmask bits--ips
, --netmask
and --gateway
parameters.weka cluster host apply
weka cluster host apply <host-id> [--force]
host-id
force