Skip to content

Instantly share code, notes, and snippets.

@dgruber
Last active June 22, 2016 05:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dgruber/5a659c016d2501de58e9 to your computer and use it in GitHub Desktop.
Training VM Autoinstall Template
SGE_ROOT="/opt/tools/uge"
SGE_QMASTER_PORT="802"
SGE_EXECD_PORT="803"
SGE_ENABLE_SMF="false"
SGE_CLUSTER_NAME="p802"
SGE_JMX_PORT="Please enter port"
SGE_JMX_SSL="false"
SGE_JMX_SSL_CLIENT="false"
SGE_JMX_SSL_KEYSTORE="Please enter absolute path of server keystore file"
SGE_JMX_SSL_KEYSTORE_PW="Please enter the server keystore password"
SGE_JVM_LIB_PATH="Please enter absolute path of libjvm.so"
SGE_ADDITIONAL_JVM_ARGS="-Xmx256m"
CELL_NAME="default"
ADMIN_USER=""
QMASTER_SPOOL_DIR="/opt/tools/uge/default/spool/master"
EXECD_SPOOL_DIR="/opt/tools/uge/default/spool"
GID_RANGE="20000-20100"
SPOOLING_METHOD="classic"
DB_SPOOLING_SERVER="none"
DB_SPOOLING_DIR="none"
PG_SPOOLING_ARGS="none"
PAR_EXECD_INST_COUNT="20"
ADMIN_HOST_LIST="uge-exec-001 uge-exec-002 uge-exec-003 uge-master"
SUBMIT_HOST_LIST="uge-exec-001 uge-exec-002 uge-exec-003 uge-master"
EXEC_HOST_LIST="uge-exec-001 uge-exec-002 uge-exec-003"
EXECD_SPOOL_DIR_LOCAL=""
HOSTNAME_RESOLVING="true"
SHELL_NAME="ssh"
COPY_COMMAND="scp"
DEFAULT_DOMAIN="none"
ADMIN_MAIL="none"
ADD_TO_RC="true"
SET_FILE_PERMS="true"
RESCHEDULE_JOBS="wait"
SCHEDD_CONF="3"
SHADOW_HOST=""
EXEC_HOST_LIST_RM=""
REMOVE_RC="false"
WINDOWS_SUPPORT="false"
WIN_ADMIN_NAME="Administrator"
WIN_DOMAIN_ACCESS="false"
WIN_ADMIN_PASSWORD=""
CSP_RECREATE="true"
CSP_COPY_CERTS="false"
CSP_COUNTRY_CODE="DE"
CSP_STATE="Germany"
CSP_LOCATION="Building"
CSP_ORGA="Organisation"
CSP_ORGA_UNIT="Organisation_unit"
CSP_MAIL_ADDRESS="name@yourdomain.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment