Guys, Currently to stop node on a particular server (not using visor or web console) I need to run "jps" and then "kill" with a pid.
What if we create ignite-stop.sh which will display the list of started nodes on local host and allow user to choose one to stop. Also it should support --all param to stop all and probably a signal. Thoughts? --Yakov