File: globus-gatekeeper-admin.8

package info (click to toggle)
globus-gram-job-manager-scripts 4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 672 kB
  • sloc: sh: 7,397; perl: 1,134; makefile: 175; xml: 108
file content (107 lines) | stat: -rw-r--r-- 3,444 bytes parent folder | download | duplicates (3)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
'\" t
.\"     Title: globus-gatekeeper-admin
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\"      Date: 12/13/2011
.\"    Manual: University of Chicago
.\"    Source: University of Chicago
.\"  Language: English
.\"
.TH "GLOBUS\-GATEKEEPER\-" "8" "12/13/2011" "University of Chicago" "University of Chicago"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
globus-gatekeeper-admin \- Manage globus\-gatekeeper services
.SH "SYNOPSIS"
.HP \w'\fBglobus\-gatekeeper\-admin\fR\ 'u
\fBglobus\-gatekeeper\-admin\fR [\-h]
.HP \w'\fBglobus\-gatekeeper\-admin\fR\ 'u
\fBglobus\-gatekeeper\-admin\fR [\-l] [\-n\ \fINAME\fR]
.HP \w'\fBglobus\-gatekeeper\-admin\fR\ 'u
\fBglobus\-gatekeeper\-admin\fR [\-e\ \fISERVICE\fR] [\-n\ \fINAME\fR]
.HP \w'\fBglobus\-gatekeeper\-admin\fR\ 'u
\fBglobus\-gatekeeper\-admin\fR [\-E]
.HP \w'\fBglobus\-gatekeeper\-admin\fR\ 'u
\fBglobus\-gatekeeper\-admin\fR [\-d\ \fISERVICE\fR]
.SH "DESCRIPTION"
.PP
The
\fBglobus\-gatekeeper\-admin\fR
program manages service entries which are used by the
\fBglobus\-gatekeeper\fR
to execute services\&. Service entries are located in the
/etc/grid\-services
directory\&. The
\fBglobus\-gatekeeper\-admin\fR
can list, enable, or disable specific services, or set a service as the default\&. The
\fB\-h\fR
command\-line option shows a brief usage message\&.
.SS "Listing services"
.PP
The
\fB\-l\fR
command\-line option to
\fBglobus\-gatekeeper\-admin\fR
will cause it to list all of the services which are available to be run by the
\fBglobus\-gatekeeper\fR\&. In the output, the service name will be followed by its status in brackets\&. Possible status strings are
ENABLED,
DISABLED, and
ALIAS to \fINAME\fR, where
\fINAME\fR
is another service name\&.
.PP
If the
\fB\-n \fR\fB\fINAME\fR\fR
is used, then only information about the service named
\fINAME\fR
is printed\&.
.SS "Enabling services"
.PP
The
\fB\-e \fR\fB\fISERVICE\fR\fR
command\-line option to
\fBglobus\-gatekeeper\-admin\fR
will cause it to enable a service so that it may be run by the
\fBglobus\-gatekeeper\fR\&.
.PP
If the
\fB\-n \fR\fB\fINAME\fR\fR
option is used as well, then the service will be enabled with the alias
\fINAME\fR\&.
.SS "Enabling a default service"
.PP
The
\fB\-E\fR
command\-line option to
\fBglobus\-gatekeeper\-admin\fR
will cause it to enable a service alias with the name
jobmanager\&. The
\fBglobus\-gatekeeper\-admin\fR
program will choose the first service it finds as the default\&. To enable a particular service as the default, use the
\fB\-e\fR
parameter described above with the
\fB\-n\fR
parameter\&.
.SS "Disabling services"
.PP
The
\fB\-d \fR\fB\fISERVICE\fR\fR
command\-line option to
\fBglobus\-gatekeeper\-admin\fR
will cause it to disable a service so that it may not be run by the
\fBglobus\-gatekeeper\fR\&. All aliases to a disabled service are also disabled\&.
.SH "FILES"
.PP
.PP
/etc/grid\-services
.RS 4
Default location of enabled gatekeeper service descriptions\&.
.RE