1. I think you have discovery issue here. open -cpath=ignite.xml - starts demon visor node with TcpDiscoveryVmIpFinder. start -h=localhost -u=jbell -pw=<password for account jbell> -n=2 - starts 2 node on localhost with default config, which use TcpDiscoveryMulticastIpFinder.
So, 2 started nodes cannot find visor node, so. I think, you forgot to specify config when you started 2 nodes. You can do it by -cfg. In your case: start -cfg=ignite.xml -h=localhost -u=jbell -pw=<password for account jbell> -n=2. As I said before, you can see logs of 2 started nodes at $TMP/ignite-startNodes or at $home/ignite-startNodes. 2. About ini file. Ini-file example can be found here now https://github.com/apache/incubator-ignite/blob/master/modules/core/src/test/config/start-nodes.ini. Thanks, Artem. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Topology-Specification-INI-tp467p510.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
