Dear,
I need to add new nodes on my existing tigergraph cluster which has tigergraph version 3.5.3 and 1 node. By follow documentation, I have tried this command:
gbar expand <node_alias_1>:<ip_1>,<node_alias_1>:<ip_2>,…,<node_alias_n>:<ip_n>
but i got this error:
tigergraph@tigergraph-01 : ~ $ gbar expand m6:192.168.1.6
Parse command failed, action expand not supported
Is there any solution for this problem?
Regards