Hi all,

I followed the URL 
http://gridscheduler.sourceforge.net/CompileGridEngineSource.html

http://gridscheduler.sourceforge.net/CompileGridEngineSource.html

Compiling Open Grid Scheduler / Grid Engine from Source
If you don't want to install external dependencies (Berkeley DB, OpenSSL, Java, 
etc), then just follow the steps below:

% tar zvxf SGE6.2u5p2.tar.gz
% cd SGE6.2u5p2/source
% ./aimk -no-java -no-jni -no-secure -spool-classic -no-dump -only-depend
% ./scripts/zerodepend
% ./aimk -no-java -no-jni -no-secure -spool-classic -no-dump depend
% ./aimk -no-java -no-jni -no-secure -spool-classic -no-dump

Local Install
% setenv SGE_ROOT /tmp/SGE
% mkdir $SGE_ROOT
% scripts/distinst -all -local -noexit
% cd $SGE_ROOT
% ./install_qmaster

But when executing install_qmaster, I got the following errors in RED TEXT :
[root@test_server1 SGE]# ./install_qmaster
missing program >qmake< in directory >./bin/lx26-x86<
missing program >qtcsh< in directory >./bin/lx26-x86<

Missing Grid Engine binaries!

A complete installation needs the following binaries in >./bin/lx26-x86<:

qacct           qlogin          qrsh            sge_shepherd
qalter          qmake           qselect         sge_coshepherd
qconf           qmod            qsh             sge_execd
qdel            qmon            qstat           sge_qmaster
qhold           qresub          qsub            qhost
qrls            qtcsh           sge_shadowd     qping
qquota

and the binaries in >./utilbin/lx26-x86< should be:

adminrun       gethostbyaddr  loadcheck      rlogin         uidgid
authuser       checkprog      gethostbyname  now            rsh
infotext       checkuser      gethostname    openssl        rshd
filestat       getservbyname  qrsh_starter   testsuidroot

Installation failed. Exit.

Please advice and your help is greatly appreciated.

David Ng

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to