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 HTCondor 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  ADMINISTRATOR level of access.
26
27       The subsystem[.extension] argument is utilized  to  construct  the  log
28       file's name. Without an optional .extension , the value of the configu‐
29       ration variable named subsystem _LOG defines the log file's name.  When
30       specified, the .extension is appended to this value.
31
32       The  subsystem  argument  is any value  $(SUBSYSTEM) that has a defined
33       configuration variable of  $(SUBSYSTEM)_LOG , or any of
34
35          *  NEGOTIATOR_MATCH
36
37          *  HISTORY
38
39          *  STARTD_HISTORY
40
41       A value for the optional .extension to the subsystem argument is  typi‐
42       cally one of the three strings:
43
44          1.  .old
45
46          2.  .slot<X>
47
48          3.   .slot<X>.old Within these strings,  <X> is substituted with the
49          slot number.
50
51       A subsystem argument of  STARTD_HISTORY fetches all condor_startd  his‐
52       tory  by  concatenating all instances of log files resulting from rota‐
53       tion.
54

Options

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

Examples

106       To get the condor_negotiator daemon's log from a host named  head.exam‐
107       ple.com from within the current pool:
108
109       condor_fetchlog head.example.com NEGOTIATOR
110
111       To get the condor_startd daemon's log from a host named   execute.exam‐
112       ple.com from within the current pool:
113
114       condor_fetchlog execute.example.com STARTD
115
116       This  command  requested  the  condor_startd daemon's log from the con‐
117       dor_master . If the condor_master has crashed or is  unresponsive,  ask
118       another daemon running on that computer to return the log. For example,
119       ask the condor_startd daemon to return the condor_master
120
121       condor_fetchlog -startd execute.example.com MASTER
122

Exit Status

124       condor_fetchlog will exit with a status value of 0 (zero) upon success,
125       and it will exit with the value 1 (one) upon failure.
126

Author

128       Center for High Throughput Computing, University of Wisconsin-Madison
129
131       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
132       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
133       Rights Reserved. Licensed under the Apache License, Version 2.0.
134
135
136
137                                     date    just-man-pages/condor_fetchlog(1)
Impressum