Artem, Thanks for your help.
my ignite.xml : ignite.xml <http://apache-ignite-users.70518.x6.nabble.com/file/n501/ignite.xml> ini file : none yet; i'm still trying to start a node directly from the visor command line with the 'start' command. once i can do this, i will then try using a -f topology file... full log form start console: ~/Work/Eclipse/loader>ignitevisorcmd Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0 ___ _________________________ ________ __ | / /____ _/__ ___/__ __ \___ __ \ __ | / / __ / _____ \ _ / / /__ /_/ / __ |/ / __/ / ____/ / / /_/ / _ _, _/ _____/ /___/ /____/ \____/ /_/ |_| ADMIN CONSOLE 2015 Copyright(C) Apache Software Foundation +----------------------------+ | Status | Disconnected | | Grid name | <n/a> | | Config path | <n/a> | | Uptime | <n/a> | +----------------------------+ Type 'help' for more information. Type 'open' to join the grid. Type 'quit' to quit form Visor console. visor> open -cpath=ignite.xml Jun 16, 2015 12:34:31 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions INFO: Loading XML bean definitions from URL [file:/Users/jbell/Work/Eclipse/loader/ignite.xml] Jun 16, 2015 12:34:31 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.context.support.GenericApplicationContext@78e117e3: startup date [Tue Jun 16 12:34:31 EDT 2015]; root of context hierarchy Some useful commands: +--------------------------------------------+ | Type 'top' | to see full topology. | | Type 'node' | to see node statistics. | | Type 'cache' | to see cache statistics. | | Type 'tasks' | to see tasks statistics. | | Type 'config' | to see node configuration. | +--------------------------------------------+ Type 'help' to get help. +--------------------------+ | Status | Connected | | Grid name | FOO | | Config path | ignite.xml | | Uptime | 00:00:00 | +--------------------------+ visor> [12:34:41] New version is available at ignite.incubator.apache.org: 1.1.0-incubator start visor> start -h=localhost -u=jbell -pw=<password for account jbell> -n=2 +-------------------------------+ | Successful start attempts | 2 | | Failed start attempts | 0 | +-------------------------------+ Type 'top' to see current topology. NOTE: - Successful start attempt DOES NOT mean that node actually started. - For large topologies (> 100s nodes) it can take over 10 minutes for all nodes to start. - See individual node log for details. visor> top Empty topology. visor> hope this helps... jonathon -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Topology-Specification-INI-tp467p501.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
