Hi Moksh, The nodes should use the same multicast port. In the provided config node 1 use 2434, node 2 use 2435. So they just can't find each other.
Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-25 23:55 GMT+03:00 moksh n <[email protected]>: > Used 1.7.4 and with the following config change in the second folder > configuration could see the processes discovering each other atleast. > > 2nd server > > - <port auto-increment="true">2435</port> > <join> > <multicast enabled="true"> > <multicast-group>235.1.1.1</multicast-group> > > <multicast-port>2434</multicast-port> > </multicast> > </join> > > Thanks > > > On Friday, June 20, 2014 1:52:20 PM UTC-7, moksh n wrote: >> >> Trying to test the distributed configuration with in the same machine. >> Can not see the second instance joining the cluster. >> >> - C:\orientdb-community-1.7.3 *(Server1)* >> - C:\orientdb-community-1.7.3\config\Hazelcast.xml is the default >> config with no changes. >> - default-distributed-db-config.json is the default config with no >> changes. >> - orientdb-dserver-config.xml >> - <parameter value="node1403294863986" name="nodeName"/> >> >> >> - *Server2 *is the same machine as *Server1 *with different folder >> - Copied the whole OrientDB directory(1.7.3) into a new folder >> called C:\orientdb-community-1.7.3-dup >> - C:\orientdb-community-1.7.3-dup\config\Hazelcast.xml is the default >> config with no changes. >> - <port auto-increment="true">2435</port> >> <join> >> <multicast enabled="true"> >> <multicast-group>235.1.1.1</multicast-group> >> <multicast-port>2435</multicast-port> >> </multicast> >> </join> >> - default-distributed-db-config.json is the default config with no >> changes. >> - orientdb-dserver-config.xml >> - <parameter value="node1403278140075" name="nodeName"/> >> >> >> Can not see the second instance joining the cluster. Any issues with the >> above configuration? >> >> Attached the server logs. >> >> Thanks >> >> >> >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
