Hi all,

I am installing SGE from the source forge distribution
<https://sourceforge.net/projects/gridscheduler/files/> (GE2011.11p1) on a
24 core 2013 mac-pro running OS X 10.11 El Capitan.  I am hoping to use the
Mac Pro as a stand-alone cluster (with future plans to daisy chain more mac
pros to act as workers).

I have been successful in building the distribution and installing it into
a local SGE_ROOT.

However, I am unable to to successfully execute ./install_qmaster.  I
receive the following error message at the end of the start up wizard:

sge_qmaster start problem
> sge_qmaster didn't start
> sge_qmaster start problem


I found the following error message in /tmp/sge_messages

12/09/2016 15:50:55| main|trash-can|C|abort qmaster startup due to
> communication errors


I've made sure to set a static ip address and to open the ports on my
localhost (trash-can.local) using the pfctl tool.

sudo pcftl -sr
> No ALTQ support in kernel
> ALTQ related functions disabled
> scrub-anchor "com.apple/*" all fragment reassemble
> anchor "com.apple/*" all
> pass in proto tcp from any to any port = 6444 flags S/SA keep state
> pass in proto udp from any to any port = 6444 keep state
> pass in proto tcp from any to any port = 6445 flags S/SA keep state
> pass in proto udp from any to any port = 6445 keep state


I've also edited the /etc/hosts to include my hostname and ip:


127.0.0.1 localhost
> 255.255.255.255 broadcasthost
> ::1             localhost
> 10.1.3.115 trash-can.local


I'm not quite sure how to proceed past this point to figure out why qmaster
won't start.  Does anyone have any suggestions to help get this thing
running?

Thanks for your help & time,
S
_______________________________________________
SGE-discuss mailing list
SGE-discuss@liv.ac.uk
https://arc.liv.ac.uk/mailman/listinfo/sge-discuss

Reply via email to