This file is indexed.

/usr/share/doc/globus-gram-job-manager/html/globus_gram_job_manager_configuration.html is in globus-gram-job-manager-doc 13.53-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globus_gram_job_manager_configuration.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Job Manager Configuration </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>The Job Manager is generally configured using the setup-globus-gram-job-manager setup script.</p>
<p>This section of the Job Manager manual describes all options which may be passed to the GRAM Job Manager in the configuration file <code>$GLOBUS_LOCATION/etc/globus-job-manager.conf</code>.</p>
<h1><a class="anchor" id="globus_gram_job_manager_configuration_opts"></a>
Configuration File Options</h1>
<dl class="section user"><dt>-k</dt><dd>Indicate that the job manager was built with the kerberos GSSAPI instead of GSI. This disables checks for a delegated GSI credential.</dd></dl>
<dl class="section user"><dt>-home GLOBUS_LOCATION</dt><dd>Set the GLOBUS_LOCATION environment variable to the specified Globus-Location.</dd></dl>
<dl class="section user"><dt>-target-globus-location GLOBUS_LOCATION</dt><dd>Set the GLOBUS_LOCATION environment variable to the execution node's GLOBUS_LOCATION, if different than the GRAM node's GLOBUS_LOCATION</dd></dl>
<dl class="section user"><dt>-type JOB_MANAGER_TYPE</dt><dd>Set the type of scheduler interface to use for this job manager. A similarly named Perl module in the <code>$GLOBUS_LOCATION/lib/perl/Globus/GRAM/JobManager/</code> directory is needed.</dd></dl>
<dl class="section user"><dt>-history PATH</dt><dd>Set the path to the directory to store job history files.</dd></dl>
<dl class="section user"><dt>-cache-location PATH</dt><dd>Set the path for the GASS cache. This path must be unique for each user. RSL substitutions (such as /home/buildd and buildd) may be used in this path. See <a class="el" href="globus_gram_job_manager_job_execution_environment.html#globus_gram_job_manager_rsl_subs">RSL Substitions</a> for a list of available RSL substitutions.</dd></dl>
<dl class="section user"><dt>-extra-envvars VAR1[=VAL],VAR2,...</dt><dd>The Job manager will attempt to get the listed VARs from its environment and set them the same for the job's environment. For example, -extra-envvars LD_LIBRARY_PATH,GLOBUS_TCP_PORT_RANGE</dd></dl>
<dl class="section user"><dt>-scratch-dir-base PATH</dt><dd>Set the default scratch directory root for the job manager. Job-specific scratch directories will be created as a subdirectory of this directory. RSL substitutions (such as /home/buildd and buildd) may be used in this path. See <a class="el" href="globus_gram_job_manager_job_execution_environment.html#globus_gram_job_manager_rsl_subs">RSL Substitions</a> for a list of available RSL substitutions. If this option is not present in the configuration file, then the job manager will create scratch directories as subdirectories of the user's home directory.</dd></dl>
<dl class="section user"><dt>-condor-arch ARCH</dt><dd>Set the condor architecture for this job manager to be the specified ARCH. This is optional when the job manager type is <em>condor</em>.</dd></dl>
<dl class="section user"><dt>-condor-os OSNAME</dt><dd>Set the condor operating system name for this job manager to be the specified OSNAME. This is optional when the job manager type is <em>condor</em>.</dd></dl>
<dl class="section user"><dt>-globus-gatekeeper-host HOST</dt><dd>Set the name of the gatekeeper host. This will be made available in the GLOBUS_GATEKEEPER_HOST RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-gatekeeper-port PORT</dt><dd>Set the TCP port of the gatekeeper. This will be made available in the GLOBUS_GATEKEEPER_PORT RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-gatekeeper-subject SUBJECT</dt><dd>Set the GSI subject name of the gatekeeper. This will be made available in the GLOBUS_GATEKEEPER_SUBJECT RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-host-manufacturer MANUFACTURER</dt><dd>Set the manufacturer name of the host machine. This will be made available in the GLOBUS_HOST_MANUFACTURER RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-host-cputype CPUTYPE</dt><dd>Set the cpu type of the host machine. This will be made available in the GLOBUS_HOST_CPUTYPE RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-host-osname OSNAME</dt><dd>Set the operating system name of the host machine. This will be made available in the GLOBUS_HOST_OSNAME RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-host-osversion OSVERSION</dt><dd>Set the operating system version of the host machine. This will be made available in the GLOBUS_HOST_OSVERSION RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-tcp-port-range RANGE</dt><dd>Set the range of TCP port numbers which the job manager will use. This will also be made available in the GLOBUS_TCP_PORT_RANGE environment variable and RSL substitution.</dd></dl>
<dl class="section user"><dt>-globus-tcp-source-range RANGE</dt><dd>Set the range of TCP source port numbers which the job manager will use. This will also be made available in the GLOBUS_TCP_SOURCE_RANGE environment variable and RSL substitution.</dd></dl>
<dl class="section user"><dt>-state-file-dir PATH</dt><dd>Set the path to store job manager state files (used for restarting a job manager which fails). If this is not set, then job state files will be stored in the <code>$GLOBUS_LOCATION/tmp/gram_job_state</code> directory.</dd></dl>
<dl class="section user"><dt>-x509-cert-dir PATH</dt><dd>Set the path to the X.509 trusted certificate directory on the job execution hosts. If not present, then the trusted certificate directory used by the job manager (usually set by the Gatekeeper) will be used</dd></dl>
<dl class="section user"><dt>-seg-module MODULE</dt><dd>Use the named module as a way to interact with the scheduler instead of polling for job status.</dd></dl>
<dl class="section user"><dt>-audit-directory DIRECTORY</dt><dd>Store job auditing records in DIRECTORY. This directory should be sticky and group writable but not group readable. Audit records can be uploaded to a database by using the globus-gram-audit command.</dd></dl>
<dl class="section user"><dt>-globus-toolkit-version VERSION-STRING</dt><dd>Use the string VERSION-STRING as the toolkit version in audit records.</dd></dl>
<dl class="section user"><dt>-enable-syslog</dt><dd>Send log messages to the system log.</dd></dl>
<dl class="section user"><dt>-stdio-log LOG_DIRECTORY</dt><dd>Obsolete way to set the directory for writing log messages. Messages will be written to LOG_DIRECTORY/gram_DATE.log. Use -log-pattern instead</dd></dl>
<dl class="section user"><dt>-log-pattern PATTERN</dt><dd>RSL-substituted pattern for naming log files. Possible variables are HOME, LOGNAME, DATE. The -stdio-log is equivalent to -log-pattern /home/buildd/gram_.log</dd></dl>
<dl class="section user"><dt>-log-levels [FATAL|ERROR|WARN|DEBUG|INFO|TRACE]</dt><dd>List of log levels to enable site-wide. These may be joined by the '|' character. </dd></dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>
</body>
</html>