1CONDOR_TOKEN_REQUEST_LIST(1) HTCondor Manual CONDOR_TOKEN_REQUEST_LIST(1)
2
3
4
6 condor_token_request_list - HTCondor Manual
7
8 list all token requests at a remote daemon
9
10
12 condor_token_request_list [-pool pool_name] [-name hostname] [-type
13 type] [-json] [-debug]
14
15 condor_token_request_list [-help ]
16
18 condor_token_request_list will list all requests for tokens currently
19 queued at a remote daemon. This allows the administrator to review to‐
20 ken requests; these requests may be subsequently approved with an invo‐
21 cation of condor_token_request_approve.
22
23 An individual with ADMINISTRATOR authorization may see all queued token
24 requests; otherwise, users can only see token requests for their own
25 identity.
26
27 By default, condor_token_request_list will query the local condor_col‐
28 lector; by specifying a combination of -pool, -name, or -type, the tool
29 can request tokens in other pools, on other hosts, or different daemon
30 types.
31
33 -debug Causes debugging information to be sent to stderr, based on
34 the value of the configuration variable TOOL_DEBUG.
35
36 -help Display brief usage information and exit.
37
38 -name hostname
39 Request a token from the daemon named hostname in the pool.
40 If not specified, the locally-running daemons will be used.
41
42 -pool pool_name
43 Request a token from a daemon in a non-default pool
44 pool_name.
45
46 -json Causes all pending requests to be printed as JSON objects.
47
48 -type type
49 Request a token from a specific daemon type type. If not
50 given, a condor_collector is used.
51
53 To list the tokens at the default condor_collector:
54
55 $ condor_token_request_list
56 RequestId = "4303687"
57 ClientId = "worker0000.wisc.edu-960"
58 PeerLocation = "10.0.4.13"
59 AuthenticatedIdentity = "anonymous@ssl"
60 RequestedIdentity = "condor@cs.wisc.edu"
61 LimitAuthorization = "ADVERTISE_STARTD"
62
63 RequestedIdentity = "bucky@cs.wisc.edu"
64 AuthenticatedIdentity = "bucky@cs.wisc.edu"
65 PeerLocation = "129.93.244.211"
66 ClientId = "desktop0001.wisc.edu-712"
67 RequestId = "4413973"
68
70 condor_token_request_list will exit with a non-zero status value if it
71 fails to communicate with the remote daemon or fails to authenticate.
72 Otherwise, it will exit 0.
73
75 condor_token_request(1), condor_token_request_approve(1), condor_to‐
76 ken_list(1)
77
79 Center for High Throughput Computing, University of Wisconsin-Madison
80
82 Copyright © 1990-2019 Center for High Throughput Computing, Computer
83 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
84 Rights Reserved. Licensed under the Apache License, Version 2.0.
85
87 HTCondor Team
88
90 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
91 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
92 under the Apache License, Version 2.0.
93
94
95
96
97 Oct 02, 2023 CONDOR_TOKEN_REQUEST_LIST(1)