Hello Leonel, On 14/12/2009, at 20:29, Leonel Nunez wrote:
> I got a tribe of cherokees on a wide open field ( cluster ), > and I need that all those cherokees get orders (config and start / stop) > from the cherokee chief on the main cherokee house ( main cherokee server > and cluster controler ) > > I guess we need to have : a handler on the main server admin interface to > send orders and config to the tribe > > a startup switch on every cherokee on the tribe to know from who get the > orders. Hehehe!!!!! great introduction!! > What do you think ? > What do you reccomend ?? Well, that's a very good question, actually. Currently Cherokee Admin does not support to manage clusters. That's something that it will support eventually, but most likely you'll have to wait a few months for it. Your best option would be to build an in-house solution by the moment. Depending on the environment a few basic scripts could do the work. For instance: gracefull.sh ============ for n in node1 node2 node3 node4; do ssh $n 'killall -HUP cherokee' done -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
