Skip to content

snow clusters on Windows

2 messages · Noah Charney, Stephen Weston

#
Thanks Steve,

I've made a bit more progress firing up local nodes with your suggestions,
but I'm still stuck.

I can succsesfully use the "manual=TRUE" option to start up slaves locally
if I run:
address is for the local computer)

then I run a *.bat file with the requested command from a local command
shell...

But this only works locally.  I still can't get any slaves started on
other machines on the network.  I know ssh is still working, because I can
talk to the other machines in the network using:
And, as you mentioned, the log file doesn't have much in it since the
slaves never get established.

Any other suggestions?


Thanks again!
-Noah
#
Hi Noah,

What happens when you start the slaves manually on other
machines on your network?  Do they simply hang?

One of the reasons that it's useful to use manual mode is that
it makes it easier to see any error message.  And if they do
hang, you can hit CTRL-C, and then type "traceback()" to
find out where the program was hung.  I would need some
more information of that sort before I could even guess what
your problem is.

That being said, have you ruled out any problems due to
a firewall?  That is a classic problem when going from one
to many machines.

- Steve
On Sat, Mar 6, 2010 at 1:10 PM, Noah Charney <noah at bio.umass.edu> wrote: