Skip to content

Instantly share code, notes, and snippets.

@abrader
Created August 12, 2011 21:02
Show Gist options
  • Save abrader/1142992 to your computer and use it in GitHub Desktop.
Save abrader/1142992 to your computer and use it in GitHub Desktop.
SGE sge_execd startup on restarted node
/etc/init.d/gpfs/start;
mount isilon.local:/ifs /ifs;
export SGE_CELL=PGFI6448;
export SGE_EXECD_PORT=6449;
export SGE_QMASTER_PORT=6448;
export SGE_ROOT=/ifs/apps/SGE6.2u5;
export SGE_CLUSTER_NAME=PGFI6448;
/ifs/apps/SGE6.2u5/bin/lx24-amd64/sge_execd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment