~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/dist/util/install_modules/inst_template.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------
 
2
# SGE default configuration file
 
3
#-------------------------------------------------
 
4
 
 
5
# Use always fully qualified pathnames, please
 
6
 
 
7
# SGE_ROOT Path, this is basic information
 
8
#(mandatory for qmaster and execd installation)
 
9
SGE_ROOT="Please enter path"
 
10
 
 
11
# SGE_QMASTER_PORT is used by qmaster for communication
 
12
# Please enter the port in this way: 1300
 
13
# Please do not this: 1300/tcp
 
14
#(mandatory for qmaster installation)
 
15
SGE_QMASTER_PORT="Please enter port"
 
16
 
 
17
# SGE_EXECD_PORT is used by execd for communication
 
18
# Please enter the port in this way: 1300
 
19
# Please do not this: 1300/tcp
 
20
#(mandatory for qmaster installation)
 
21
SGE_EXECD_PORT="Please enter port"
 
22
 
 
23
# SGE_ENABLE_SMF
 
24
# if set to false SMF will not control SGE services
 
25
SGE_ENABLE_SMF="false"
 
26
 
 
27
# SGE_CLUSTER_NAME
 
28
# Name of this cluster (used by SMF as an service instance name)
 
29
SGE_CLUSTER_NAME="Please enter cluster name"
 
30
 
 
31
# SGE_JMX_PORT is used by qmasters JMX MBean server
 
32
# mandatory if install_qmaster -jmx -auto <cfgfile>
 
33
# range: 1-65500 
 
34
SGE_JMX_PORT="Please enter port"
 
35
 
 
36
# SGE_JMX_SSL is used by qmasters JMX MBean server
 
37
# if SGE_JMX_SSL=true, the mbean server connection uses
 
38
# SSL authentication
 
39
SGE_JMX_SSL="false"
 
40
 
 
41
# SGE_JMX_SSL_CLIENT is used by qmasters JMX MBean server
 
42
# if SGE_JMX_SSL_CLIENT=true, the mbean server connection uses
 
43
# SSL authentication of the client in addition
 
44
SGE_JMX_SSL_CLIENT="false"
 
45
 
 
46
# SGE_JMX_SSL_KEYSTORE is used by qmasters JMX MBean server
 
47
# if SGE_JMX_SSL=true the server keystore found here is used
 
48
# e.g. /var/sgeCA/port<sge_qmaster_port>/<sge_cell>/private/keystore
 
49
SGE_JMX_SSL_KEYSTORE="Please enter absolute path of server keystore file"
 
50
 
 
51
# SGE_JMX_SSL_KEYSTORE_PW is used by qmasters JMX MBean server
 
52
# password for the SGE_JMX_SSL_KEYSTORE file
 
53
SGE_JMX_SSL_KEYSTORE_PW="Please enter the server keystore password"
 
54
 
 
55
# SGE_JVM_LIB_PATH is used by qmasters jvm thread 
 
56
# path to libjvm.so
 
57
# mandatory if install_qmaster -jmx -auto <cfgfile>
 
58
SGE_JVM_LIB_PATH="Please enter absolute path of libjvm.so"
 
59
 
 
60
# SGE_ADDITIONAL_JVM_ARGS is used by qmasters jvm thread 
 
61
# jvm specific arguments as -verbose:jni etc.
 
62
# optional, can be empty
 
63
SGE_ADDITIONAL_JVM_ARGS=""
 
64
 
 
65
# CELL_NAME, will be a dir in SGE_ROOT, contains the common dir
 
66
# Please enter only the name of the cell. No path, please
 
67
#(mandatory for qmaster and execd installation)
 
68
CELL_NAME="default"
 
69
 
 
70
# ADMIN_USER, if you want to use a different admin user than the owner,
 
71
# of SGE_ROOT, you have to enter the user name, here
 
72
# Leaving this blank, the owner of the SGE_ROOT dir will be used as admin user
 
73
ADMIN_USER=""
 
74
 
 
75
# The dir, where qmaster spools this parts, which are not spooled by DB
 
76
#(mandatory for qmaster installation)
 
77
QMASTER_SPOOL_DIR="Please, enter spooldir"
 
78
 
 
79
# The dir, where the execd spools (active jobs)
 
80
# This entry is needed, even if your are going to use
 
81
# berkeley db spooling. Only cluster configuration and jobs will
 
82
# be spooled in the database. The execution daemon still needs a spool
 
83
# directory  
 
84
#(mandatory for qmaster installation)
 
85
EXECD_SPOOL_DIR="Please, enter spooldir"
 
86
 
 
87
# For monitoring and accounting of jobs, every job will get
 
88
# unique GID. So you have to enter a free GID Range, which
 
89
# is assigned to each job running on a machine.
 
90
# If you want to run 100 Jobs at the same time on one host you
 
91
# have to enter a GID-Range like that: 16000-16100
 
92
#(mandatory for qmaster installation)
 
93
GID_RANGE="Please, enter GID range"
 
94
 
 
95
# If SGE is compiled with -spool-dynamic, you have to enter here, which
 
96
# spooling method should be used. (classic or berkeleydb)
 
97
#(mandatory for qmaster installation)
 
98
SPOOLING_METHOD="berkeleydb"
 
99
 
 
100
# Name of the Server, where the Spooling DB is running on
 
101
# if spooling methode is berkeleydb, it must be "none", when
 
102
# using no spooling server and it must contain the servername
 
103
# if a server should be used. In case of "classic" spooling,
 
104
# can be left out
 
105
DB_SPOOLING_SERVER="none"
 
106
 
 
107
# The dir, where the DB spools
 
108
# If berkeley db spooling is used, it must contain the path to
 
109
# the spooling db. Please enter the full path. (eg. /tmp/data/spooldb)
 
110
# Remember, this directory must be local on the qmaster host or on the
 
111
# Berkeley DB Server host. No NFS mount, please
 
112
DB_SPOOLING_DIR="spooldb"
 
113
 
 
114
# This parameter set the number of parallel installation processes.
 
115
# The prevent a system overload, or exeeding the number of open file
 
116
# descriptors the user can limit the number of parallel install processes.
 
117
# eg. set PAR_EXECD_INST_COUNT="20", maximum 20 parallel execd are installed.
 
118
PAR_EXECD_INST_COUNT="20"
 
119
 
 
120
# A List of Host which should become admin hosts
 
121
# If you do not enter any host here, you have to add all of your hosts
 
122
# by hand, after the installation. The autoinstallation works without
 
123
# any entry
 
124
ADMIN_HOST_LIST="host1 host2 host3 host4"
 
125
 
 
126
# A List of Host which should become submit hosts
 
127
# If you do not enter any host here, you have to add all of your hosts
 
128
# by hand, after the installation. The autoinstallation works without
 
129
# any entry
 
130
SUBMIT_HOST_LIST="host1 host2 host3 host4"
 
131
 
 
132
# A List of Host which should become exec hosts
 
133
# If you do not enter any host here, you have to add all of your hosts
 
134
# by hand, after the installation. The autoinstallation works without
 
135
# any entry
 
136
# (mandatory for execution host installation)
 
137
EXEC_HOST_LIST="host1 host2 host3 host4"
 
138
 
 
139
# The dir, where the execd spools (local configuration)
 
140
# If you want configure your execution daemons to spool in
 
141
# a local directory, you have to enter this directory here.
 
142
# If you do not want to configure a local execution host spool directory
 
143
# please leave this empty
 
144
EXECD_SPOOL_DIR_LOCAL="Please, enter spooldir"
 
145
 
 
146
# If true, the domainnames will be ignored, during the hostname resolving
 
147
# if false, the fully qualified domain name will be used for name resolving
 
148
HOSTNAME_RESOLVING="true"
 
149
 
 
150
# Shell, which should be used for remote installation (rsh/ssh)
 
151
# This is only supported, if your hosts and rshd/sshd is configured,
 
152
# not to ask for a password, or promting any message.
 
153
SHELL_NAME="ssh"
 
154
 
 
155
# This remote copy command is used for csp installation.
 
156
# The script needs the remote copy command for distributing
 
157
# the csp certificates. Using ssl the command scp has to be entered,
 
158
# using  the not so secure rsh the command rcp has to be entered.
 
159
# Both need a passwordless ssh/rsh connection to the hosts, which
 
160
# should be connected to. (mandatory for csp installation mode)
 
161
COPY_COMMAND="scp"
 
162
 
 
163
# Enter your default domain, if you are using /etc/hosts or NIS configuration
 
164
DEFAULT_DOMAIN="none"
 
165
 
 
166
# If a job stops, fails, finish, you can send a mail to this adress
 
167
ADMIN_MAIL="none"
 
168
 
 
169
# If true, the rc scripts (sgemaster, sgeexecd, sgebdb) will be added,
 
170
# to start automatically during boottime
 
171
ADD_TO_RC="false"
 
172
 
 
173
#If this is "true" the file permissions of executables will be set to 755
 
174
#and of ordenary file to 644.  
 
175
SET_FILE_PERMS="true"
 
176
 
 
177
# This option is not implemented, yet.
 
178
# When a exechost should be uninstalled, the running jobs will be rescheduled
 
179
RESCHEDULE_JOBS="wait"
 
180
 
 
181
# Enter a one of the three distributed scheduler tuning configuration sets
 
182
# (1=normal, 2=high, 3=max)
 
183
SCHEDD_CONF="1"
 
184
 
 
185
# The name of the shadow host. This host must have read/write permission
 
186
# to the qmaster spool directory
 
187
# If you want to setup a shadow host, you must enter the servername
 
188
# (mandatory for shadowhost installation)
 
189
SHADOW_HOST="hostname"
 
190
 
 
191
# Remove this execution hosts in automatic mode
 
192
# (mandatory for unistallation of execution hosts)
 
193
EXEC_HOST_LIST_RM="host1 host2 host3 host4"
 
194
 
 
195
# This option is used for startup script removing. 
 
196
# If true, all rc startup scripts will be removed during
 
197
# automatic deinstallation. If false, the scripts won't
 
198
# be touched.
 
199
# (mandatory for unistallation of execution/qmaster hosts)
 
200
REMOVE_RC="false"
 
201
 
 
202
# This is a Windows specific part of the auto isntallation template
 
203
# If you going to install windows executions hosts, you have to enable the
 
204
# windows support. To do this, please set the WINDOWS_SUPPORT variable
 
205
# to "true". ("false" is disabled)
 
206
# (mandatory for qmaster installation, by default WINDOWS_SUPPORT is
 
207
# disabled)
 
208
WINDOWS_SUPPORT="false"
 
209
 
 
210
# Enabling the WINDOWS_SUPPORT, recommends the following parameter.
 
211
# The WIN_ADMIN_NAME will be added to the list of SGE managers.
 
212
# Without adding the WIN_ADMIN_NAME the execution host installation
 
213
# won't install correctly.
 
214
# WIN_ADMIN_NAME is set to "Administrator" which is default on most
 
215
# Windows systems. In some cases the WIN_ADMIN_NAME can be prefixed with
 
216
# the windows domain name (eg. DOMAIN+Administrator)
 
217
# (mandatory for qmaster installation, if windows hosts should be installed)
 
218
WIN_ADMIN_NAME="Administrator"
 
219
 
 
220
# This parameter is used to switch between local ADMINUSER and Windows
 
221
# Domain Adminuser. Setting the WIN_DOMAIN_ACCESS variable to true, the
 
222
# Adminuser will be a Windows Domain User. It is recommended that 
 
223
# a Windows Domain Server is configured and the Windows Domain User is
 
224
# created. Setting this variable to false, the local Adminuser will be
 
225
# used as ADMINUSER. The install script tries to create this user account
 
226
# but we recommend, because it will be saver, to create this user, 
 
227
# before running the installation. 
 
228
# (mandatory for qmaster installation, if windows hosts should be installed)
 
229
WIN_DOMAIN_ACCESS="false"
 
230
 
 
231
# This section is used for csp installation mode.
 
232
# CSP_RECREATE recreates the certs on each installtion, if true.
 
233
# In case of false, the certs will be created, if not existing.
 
234
# Existing certs won't be overwritten. (mandatory for csp install)
 
235
CSP_RECREATE="true"
 
236
 
 
237
# The created certs won't be copied, if this option is set to false
 
238
# If true, the script tries to copy the generated certs. This
 
239
# requires passwordless ssh/rsh access for user root to the
 
240
# execution hosts
 
241
CSP_COPY_CERTS="false"
 
242
 
 
243
# csp information, your country code (only 2 characters)
 
244
# (mandatory for csp install)
 
245
CSP_COUNTRY_CODE="DE"
 
246
 
 
247
# your state (mandatory for csp install)
 
248
CSP_STATE="Germany"
 
249
 
 
250
# your location, eg. the building (mandatory for csp install)
 
251
CSP_LOCATION="Building"
 
252
 
 
253
# your arganisation (mandatory for csp install)
 
254
CSP_ORGA="Organisation"
 
255
 
 
256
# your organisation unit (mandatory for csp install)
 
257
CSP_ORGA_UNIT="Organisation_unit"
 
258
 
 
259
# your email (mandatory for csp install)
 
260
CSP_MAIL_ADDRESS="name@yourdomain.com"
 
261
 
 
262
# This parametr enable/disable The Sun Service Tags support
 
263
SERVICE_TAGS="enable"