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

« back to all changes in this revision

Viewing changes to doc/man/man8/sge_qmaster.8

  • 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
'\" t
 
2
.\"___INFO__MARK_BEGIN__
 
3
.\"
 
4
.\" Copyright: 2004 by Sun Microsystems, Inc.
 
5
.\"
 
6
.\"___INFO__MARK_END__
 
7
.\" $RCSfile$     Last Update: $Date$     Revision: $Revision$
 
8
.\"
 
9
.\"
 
10
.\" Some handy macro definitions [from Tom Christensen's man(1) manual page].
 
11
.\"
 
12
.de SB          \" small and bold
 
13
.if !"\\$1"" \\s-2\\fB\&\\$1\\s0\\fR\\$2 \\$3 \\$4 \\$5
 
14
..
 
15
.\"
 
16
.de T           \" switch to typewriter font
 
17
.ft CW          \" probably want CW if you don't have TA font
 
18
..
 
19
.\"
 
20
.de TY          \" put $1 in typewriter font
 
21
.if t .T
 
22
.if n ``\c
 
23
\\$1\c
 
24
.if t .ft P
 
25
.if n \&''\c
 
26
\\$2
 
27
..
 
28
.\"
 
29
.de M           \" man page reference
 
30
\\fI\\$1\\fR\\|(\\$2)\\$3
 
31
..
 
32
.TH xxQS_NAME_Sxx_QMASTER 8 "$Date$" "xxRELxx" "xxQS_NAMExx Administrative Commands"
 
33
.SH NAME
 
34
xxqs_name_sxx_qmaster \- xxQS_NAMExx master control daemon
 
35
.\"
 
36
.\"
 
37
.SH SYNOPSIS
 
38
.B xxqs_name_sxx_qmaster
 
39
[
 
40
.B \-help
 
41
]
 
42
.\"
 
43
.\"
 
44
.SH DESCRIPTION
 
45
.I xxqs_name_sxx_qmaster
 
46
controls the overall xxQS_NAMExx behavior in a cluster. 
 
47
.\"
 
48
.\"
 
49
.SH OPTIONS
 
50
.IP "\fB\-help\fP"
 
51
Prints  a listing of all options.
 
52
.\"
 
53
.\"
 
54
.SH "ENVIRONMENTAL VARIABLES"
 
55
.\" 
 
56
.IP "\fBxxQS_NAME_Sxx_ROOT\fP" 1.5i
 
57
Specifies the location of the xxQS_NAMExx standard configuration
 
58
files.
 
59
.\"
 
60
.IP "\fBxxQS_NAME_Sxx_CELL\fP" 1.5i
 
61
If set, specifies the default xxQS_NAMExx cell. To address a xxQS_NAMExx
 
62
cell
 
63
.I xxqs_name_sxx_qmaster
 
64
uses (in the order of precedence):
 
65
.sp 1
 
66
.RS
 
67
.RS
 
68
The name of the cell specified in the environment 
 
69
variable xxQS_NAME_Sxx_CELL, if it is set.
 
70
.sp 1
 
71
The name of the default cell, i.e. \fBdefault\fP.
 
72
.sp 1
 
73
.RE
 
74
.RE
 
75
.\"
 
76
.IP "\fBxxQS_NAME_Sxx_DEBUG_LEVEL\fP" 1.5i
 
77
If set, specifies that debug information
 
78
should be written to stderr. In addition the level of
 
79
detail in which debug information is generated is defined.
 
80
.\"
 
81
.IP "\fBxxQS_NAME_Sxx_QMASTER_PORT\fP" 1.5i
 
82
If set, specifies the tcp port on which
 
83
.M xxqs_name_sxx_qmaster 8
 
84
is expected to listen for communication requests.
 
85
Most installations will use a services map entry for the
 
86
service "sge_qmaster" instead to define that port.
 
87
.\"
 
88
.IP "\fBxxQS_NAME_Sxx_EXECD_PORT\fP" 1.5i
 
89
If set, specifies the tcp port on which
 
90
.M xxqs_name_sxx_execd 8
 
91
is expected to listen for communication requests.
 
92
Most installations will use a services map entry for the
 
93
service "sge_execd" instead to define that port.
 
94
.\"
 
95
.\"
 
96
.SH RESTRICTIONS
 
97
.I xxqs_name_sxx_qmaster
 
98
is usually started from root on the master or shadow master machines of the
 
99
cluster (refer to the
 
100
.I xxQS_NAMExx Installation and Administration Guide
 
101
for more information about the configuration of shadow master hosts).
 
102
If started by a normal user, a master spool directory must be used to which
 
103
the user has read/write access. In this case only jobs being submitted
 
104
by that same user are handled correctly by the system.
 
105
.\"
 
106
.\"
 
107
.SH FILES
 
108
.nf
 
109
.ta \w'<xxqs_name_sxx_root>/     'u
 
110
\fI<xxqs_name_sxx_root>/<cell>/common/configuration\fP
 
111
        xxQS_NAMExx global configuration
 
112
\fI<xxqs_name_sxx_root>/<cell>/common/local_conf/<host>\fP
 
113
        xxQS_NAMExx host specific configuration
 
114
\fI<xxqs_name_sxx_root>/<cell>/common/qmaster_args\fP
 
115
        \fIxxqs_name_sxx_qmaster\fP argument file
 
116
\fI<xxqs_name_sxx_root>/<cell>/spool\fP
 
117
        Default master spool directory
 
118
.fi
 
119
.\"
 
120
.\"
 
121
.SH "SEE ALSO"
 
122
.M xxqs_name_sxx_intro 1 ,
 
123
.M xxqs_name_sxx_conf 5 ,
 
124
.M xxqs_name_sxx_execd 8 ,
 
125
.M xxqs_name_sxx_shadowd 8 ,
 
126
.I xxQS_NAMExx Installation and Administration Guide
 
127
.\"
 
128
.SH "COPYRIGHT"
 
129
See
 
130
.M xxqs_name_sxx_intro 1
 
131
for a full statement of rights and permissions.