Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2012 11:47:11 -0500
From:      "Shaddox, William" <Wshaddox@Vestcom.com>
To:        "brooks@FreeBSD.org" <brooks@FreeBSD.org>
Cc:        "ports@FreeBSD.org" <ports@FreeBSD.org>
Subject:   FreeBSD Port: sge-6.2.2.1_3
Message-ID:  <C5CBFC33A013E6459C9F355292DBD5FF134E7C6F46@mailbox-lrar-02.vestcom.local>

next in thread | raw e-mail | index | archive | help
I'm looking into the SGE for my work and handling the scheduling of our aut=
omation processes.  The current setup works wonderfully but my boss and I a=
re worried about the future since Oracle decided to not have an open source=
 version.  I was wondering, what are your thoughts about the future of this=
 port?

Also, I've been testing Open Grid Scheduler with FreeBSD 9.0-RELEASE AMD64 =
and I've got it working but not the complete project.  I've had to remove q=
mon, add some libraries from my SGE install, and edit /usr/local/GE2011.11p=
1/source/scripts/distinst to get the install to complete but it's working. =
 Here's what I have so far.

./aimk -spool-classic -no-java -no-jni -no-gui-inst -no-secure -no-qtcsh -n=
o-qmon -only-depend
./scripts/zerodepend
./aimk -spool-classic -no-java -no-jni -no-gui-inst -no-secure -no-qtcsh -n=
o-qmon depend
./aimk -spool-classic -no-java -no-jni -no-gui-inst -no-secure -no-qtcsh -n=
o-qmon -debug
./scripts/distinst -local -libs fbsd-amd64 -- man common sge_qmaster sge_ex=
ecd sge_shadowd sge_shepherd sge_coshepherd qstat qsub qalter qconf qdel qa=
cct qmod qsh utilbin jobs qhost qmake qping qloadsensor.exe sgepasswd qquot=
a

I had to add libXltree.so to /usr/local/GE2011.11p1/source/3rdparty/qmon/FR=
EEBSD_AMD64/ and qtcsh to /usr/local/ogs/bin/fbsd-amd64/ to get it to start=
up.

For the environmental variables:
setenv SGE_ROOT /usr/local/ogs
setenv SGE_QMASTER_PORT 6444
setenv SGE_EXECD_PORT 6445
setenv SGE_CELL TEST
setenv SGE_CLUSTER_NAME p6444
setenv SGE_DELAY_TIME 120
setenv SGE_GET_ACTIVE_INTERVAL 90
setenv CHECK_INTERVAL 60

And my updated path list:
set path =3D (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr=
/local/bin $HOME/bin /usr/local/ogs/bin/fbsd-amd64/ /usr/local/ogs/utilbin/=
fbsd-amd64)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C5CBFC33A013E6459C9F355292DBD5FF134E7C6F46>