Re: [ovs-discuss] Clustered OVSDB

2021-05-18 Thread Ben Pfaff
On Tue, May 18, 2021 at 04:36:15PM +0530, RUTUJA MADHURE wrote: > Hi, > > I was trying to create a clustered ovsdb with three ovsdb-servers. > > >- *Node 1*: sudo ovsdb-tool create-cluster /etc/trial/cluster.db >/etc/trial/cluster.ovsschema tcp:[ip_1]:6000 >- *Node 2*: sudo ovsdb-too

[ovs-discuss] Clustered OVSDB

2021-05-18 Thread RUTUJA MADHURE
Hi, I was trying to create a clustered ovsdb with three ovsdb-servers. - *Node 1*: sudo ovsdb-tool create-cluster /etc/trial/cluster.db /etc/trial/cluster.ovsschema tcp:[ip_1]:6000 - *Node 2*: sudo ovsdb-tool join-cluster /etc/trial/cluster.db cluster tcp:[ip_2]:6000 tcp:[ip_1]:6000