Hi,
I am trying to deploy a vsx cluster automatically. I have heard, this is possible in the new version R80.10.
I have trying using the following command:
##vsx_provisioning_tool -L -f file
file:
add vsx name VSXCluster_Name type cluster cluster_type ha main_ip 192.168.1.10 version R80.10 sync_if_name eth1 sync_netmask 255.255.255.0 rule_ssh enable rule_ping enable
add vsx_member Prueba_1 main_ip 192.168.1.7 sync_ip 1.1.1.1 sic_opt vpn123
add vsx_member Prueba_2 main_ip 192.168.1.8 sync_ip 1.1.1.2 sic_opt vpn12
But when I execute it, I get the following error. Has anyone tryed to do this by cli?
Error: VSX cluster with less than 2 members cannot be created.
Failed to execute line number 1
Thank you
Vanesa