1just-man-pages/condor_fetchloGge(n1e)ral Commands Mjaunsuta-lman-pages/condor_fetchlog(1)
2
3
4

Name

6       condor_fetchlog Retrieve a daemon's log file that is located on another
7       computer
8

Synopsis

10       condor_fetchlog [ -help -version ]
11
12       condor_fetchlog [ -pool centralmanagerhostname[:portnumber] ] [ -master
13       -startd  -schedd  -collector  -negotiator  -kbdd ] machine-name subsys‐
14       tem[.extension]
15

Description

17       condor_fetchlog contacts Condor running on  the  machine  specified  by
18       machine-name  ,  and  asks  it  to return a log file from that machine.
19       Which log file is determined from the  subsystem[.extension]  argument.
20       The log file is printed to standard output. This command eliminates the
21       need to remotely log in to a machine in order to  retrieve  a  daemon's
22       log file.
23
24       For security purposes of authentication and authorization, this command
25       requires an administrator's level of access. See section  on  page  for
26       more details about Condor's security mechanisms.
27
28       The  subsystem[.extension]  argument  is  utilized to construct the log
29       file's name. Without an optional .extension , the value of the configu‐
30       ration  variable named subsystem _LOG defines the log file's name. When
31       specified, the .extension is appended to this value.
32
33       Acceptable strings for the argument subsystem are as given as  possible
34       values  of  the predefined configuration variable $(SUBSYSTEM). See the
35       definition in section .
36
37       A value for the optional .extension argument may be one  of  the  three
38       strings:
39
40          1. .old
41
42          2. .slot<X>
43
44          3. .slot<X>.oldWithin these strings, <X>is substituted with the slot
45          number.
46

Options

48       -help
49
50          Display usage information
51
52
53
54       -version
55
56          Display version information
57
58
59
60       -pool centralmanagerhostname[:portnumber]
61
62          Specify a pool by giving the central  manager's  host  name  and  an
63          optional port number
64
65
66
67       -master
68
69          Send the command to the condor_master daemon (default)
70
71
72
73       -startd
74
75          Send the command to the condor_startd daemon
76
77
78
79       -schedd
80
81          Send the command to the condor_schedd daemon
82
83
84
85       -collector
86
87          Send the command to the condor_collector daemon
88
89
90
91       -kbdd
92
93          Send the command to the condor_kbdd daemon
94
95
96

Examples

98       To  get the condor_negotiator daemon's log from a host named head.exam‐
99       ple.comfrom within the current pool:
100
101       condor_fetchlog head.example.com NEGOTIATOR
102
103       To get the condor_startd daemon's log from a host  named  execute.exam‐
104       ple.comfrom within the current pool:
105
106       condor_fetchlog execute.example.com STARTD
107
108       This  command  requested  the  condor_startd daemon's log from the con‐
109       dor_master . If the condor_master has crashed or is  unresponsive,  ask
110       another daemon running on that computer to return the log. For example,
111       ask the condor_startd daemon to return the condor_master
112
113       condor_fetchlog -startd execute.example.com MASTER
114

Exit Status

116       condor_fetchlog will exit with a status value of 0 (zero) upon success,
117       and it will exit with the value 1 (one) upon failure.
118

Author

120       Condor Team, University of Wisconsin-Madison
121
123       Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
124       versity  of  Wisconsin-Madison,  Madison,  WI.  All  Rights   Reserved.
125       Licensed under the Apache License, Version 2.0.
126
127       See   the   Condor   Version   7.4.2  Manual  or  http://www.condorpro
128       ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
129
130
131
132                                     date    just-man-pages/condor_fetchlog(1)
Impressum