Grid Engine configuration

Grid Engine root directory ($SGE_ROOT)${cfg.sge.root}
Cell name ($SGE_CELL)${cfg.cell.name}
Cluster name ($SGE_CLUSTER_NAME)${cfg.sge.cluster.name}
Qmaster port ($SGE_QMASTER_PORT)${cfg.sge.qmaster.port}
Execd port ($SGE_EXECD_PORT)${cfg.sge.execd.port}
Group id range ($SGE_GID_RANGE)${cfg.gid.range}

Qmaster host${add.qmaster.host}
Execution host(s)${cfg.exec.host.list}
Shadow host(s)${cfg.shadow.host}
Berkeley db host${cfg.db.spooling.server}
Admin host(s)${cfg.admin.host.list}
Submit host(s)${cfg.submit.host.list}

Using Grid Engine

You should now enter the command:
source ${cfg.sge.root}/${cfg.cell.name}/common/settings.csh
if you are a csh/tcsh user or
. ${cfg.sge.root}/${cfg.cell.name}/common/settings.sh
if you are a sh/ksh user.
This will set or expand the following environment variables:

Grid Engine messages

Grid Engine messages can be found at:
Startup messages can be found in SMF service log files.
You can get the name of the log file by calling svcs -l <SERVICE_NAME>
E.g.: svcs -l svc:/application/sge/qmaster:p10500

After startup the daemons log their messages in their spool directories.
Qmaster: ${cfg.qmaster.spool.dir}/messages
Exec daemon: <execd_spool_dir>/<hostname>/messages

Grid Engine startup scripts

Grid Engine startup scripts can be found at:
${cfg.sge.root}/${cfg.cell.name}/common/sgemaster (qmaster)
${cfg.sge.root}/${cfg.cell.name}/common/sgeexecd (execd)