.\"Man page for condor_gather_info .\"Generated by makeman on Sun Feb 1 21:58:28 2015 .TH condor_gather_info 1 "February 2015" .SH Name .P condor_gather_info Gather \- information about a Condor installation and a queued job .P .SH Synopsis .P condor_gather_info[ -- jobid] [ -- scratch/path/to/directory] .P .SH Description .P NOTE: The usage information that the Condor versions 7.7.3 and 7.7.4 condor_gather_infotool outputs is not quite correct. This manual page is more accurate for those releases. .P condor_gather_infowill collect and output information about the machine it is run upon, about the Condor installation local to the machine, and optionally about a specified Condor job. The information gathered by this tool is most often used as a debugging aid for the developers of Condor. .P Without the -- jobidoption, information about the local machine and its Condor installation is gathered and placed into the file called condor-profile.txt , in the current working directory. Specification of the information gathered is given in the General Remarkssection below, under the category of Identity. .P With the -- jobidoption, additional information is gathered about the job identified by its ClusterId and ProcId ClassAd attributes. This information includes both categories as given in the General Remarkssection below: Identity and Job information. As the quantity of information can be extensive, this information is placed into a compressed tar file. The file is placed into the current working directory, and it is named using the format cgi--jid.----__-.tar.gz , where all values within <> are substituted with current values. The building of this potentially large tar file can require a fair amount of temporary space. If the -- scratchoption is specified, it identifies a directory in which to build the tar file. If the -- scratchoption is notspecified, then the directory will be /tmp/cgi- , where the process ID is that of the condor_gather_infoexecutable. .P .SH Options .P .B --jobid .IP "" 3 Data mine information about this Condor job from the local Condor installation and condor_schedd. .IP "" 3 .P .B --scratch /path/to/directory .IP "" 3 A path to temporary space needed when building the output tar file. Defaults to /tmp/cgi- , where is replaced by the process ID of condor_gather_info . .IP "" 3 .P .SH General Remarks .P The information gathered by this tool is: .P .IP "" 3 1. Identity .IP "" 6 * User name who generated the report .IP "" 6 * Script location and machine name .IP "" 6 * Date of report creation .IP "" 6 * uname -a .IP "" 6 * Contents of /etc/issue .IP "" 6 * Contents of /etc/redhat-release .IP "" 6 * Contents of /etc/debian_version .IP "" 6 * ps -auxww -forest .IP "" 6 * df -h .IP "" 6 * iptables -L .IP "" 6 * ls `condor_config_val LOG` .IP "" 6 * ldd `condor_config_val SBIN`/condor_schedd .IP "" 6 * Contents of /etc/hosts .IP "" 6 * Contents of /etc/nsswitch.conf .IP "" 6 * ulimit -a .IP "" 6 * Network interface configuration ( ifconfig ) .IP "" 6 * Condor version .IP "" 6 * Location of Condor configuration files .IP "" 6 * Condor configuration variables .IP "" 9 * All variables and values .IP "" 9 * Definition locations for each configuration variable .IP "" 3 2. Job Information .IP "" 6 * condor_q jobid .IP "" 6 * condor_q -l jobid .IP "" 6 * condor_q -better-analyze jobid .IP "" 6 * Job user log, if it exists .IP "" 9 * Only events pertaining to the job ID .P .SH Files .P .IP "" 3 condor-profile.txt The Identity portion of the information gathered when condor_gather_info is run without arguments. .IP "" 3 .P .IP "" 3 cgi--jid.----__-.tar.gz The output file which contains all of the information produced by this tool. .IP "" 3 .P .SH Exit Status .P condor_gather_infowill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure. .P .SH Author Condor Team, University of Wisconsin-Madison .SH Copyright Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0. .P See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu