Configuring servers in ICE grid

in Help Center
Hello everyone, i´m a newbie in ICE, I think I have already read all the posts in the forum, and manual as well... but I cant successfully configure my distributed system.
If I correctly understand I can´t have more than one node running in the same machine, I tryed already but it doesnt work, I tryed very diferent configurations but I can´t get in on...
can you please show me how to configure this scenario?
2 machines, one having registry and server and another machine with another server.
I can´t get the config files right...
Please help me it´s work for my thesis.
I just need a service with 2 servers in diferent machines to see how make the config files.
Thanks in advance and my appologies for my bad english... low practice.
If I correctly understand I can´t have more than one node running in the same machine, I tryed already but it doesnt work, I tryed very diferent configurations but I can´t get in on...
can you please show me how to configure this scenario?
2 machines, one having registry and server and another machine with another server.
I can´t get the config files right...
Please help me it´s work for my thesis.
I just need a service with 2 servers in diferent machines to see how make the config files.
Thanks in advance and my appologies for my bad english... low practice.
0
Comments
You can run multiple nodes on the same machine and of course on different machines. See the configuration files in demo/IceGrid/replication for an example which is running multiple nodes (on the same machine). To run nodes on different machines, you need to update the .Endpoints properties and Ice.Default.Locator property to add the appropriate "-h <IP or hostname>" endpoint option. See here in the manual for more information on these properties.
Cheers,
Benoit.
Here is my configuration files for my system, PC1 runns registry and one node and PC2 runns node2 but I have one smal problem, when I try to run node2 I have an error that I dont understand can you please see my configurations and the error and help me understand what´s append?
PC1
When I runn node2 the following erro appears:
Please help me...
Thanks In advance.
Where you able to solve this bug y
I an experiencing the same and need urgent help.
Your problem doesn't seem to be related to this thread so it would be better if you create another thread. In any case, you're getting this error because you do not configure the IceGrid.Registry.Data property. I recommend trying out the IceGrid demos and use them as a basis for the configuration of your IceGrid registry and node.
Cheers,
Benoit.
Hello,
I met exactly the same problem as yours. How did you solve that?
Thank you very much ~