Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

condor_master(1) [centos man page]

condor_master(1)					      General Commands Manual						  condor_master(1)

Name
       condor_master The - master Condor Daemon

Synopsis
       condor_master

Description
       This  daemon  is  responsible for keeping all the rest of the Condor daemons running on each machine in your pool. It spawns the other dae-
       mons, and periodically checks to see if there are new binaries installed for any of them. If there are, the condor_masterwill  restart  the
       affected  daemons.  In  addition,  if  any  daemon  crashes, the condor_masterwill send e-mail to the Condor Administrator of your pool and
       restart the daemon. The condor_masteralso supports various administrative  commands  that  let  you  start,  stop  or  reconfigure  daemons
       remotely. The condor_masterwill run on every machine in your Condor pool, regardless of what functions each machine are performing.

       Section 3.1.2in the Administrator's Manual has more information about the condor_masterand other Condor daemons. See Section 3.9.2for docu-
       mentation on command line arguments for condor_master.

       The  DAEMON_LIST configuration macro is used by the condor_masterto provide a per-machine list of daemons that should be started  and  kept
       running.  For  daemons that are specified in the  DC_DAEMON_LIST configuration macro, the condor_masterdaemon will spawn them automatically
       appending a -fargument. For those listed in  DAEMON_LIST , but not in  DC_DAEMON_LIST , there will be no -fargument.

Options
       -n name

	  Provides an alternate name for the condor_master to override that given by the  MASTER_NAME configuration variable.

Author
       Condor Team, University of Wisconsin-Madison

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.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						  condor_master(1)

Check Out this Related Man Page

condor_router_q(1)					      General Commands Manual						condor_router_q(1)

Name
       condor_router_q Display - information about routed jobs in the queue

Synopsis
       condor_router_q [-S] [-R] [-I] [-H] [-route name] [-idle] [-held] [-constraint X] [condor_q options]

Description
       condor_router_q displays information about jobs managed by the condor_job_routerthat are in the Condor job queue. The functionality of this
       tool is that of condor_q, with additional options specialized for routed jobs. Therefore, any of the options for condor_qmay also  be  used
       with condor_router_q .

Options
       -S

	  Summarize the state of the jobs on each route.

       -R

	  Summarize the running jobs on each route.

       -I

	  Summarize the idle jobs on each route.

       -H

	  Summarize the held jobs on each route.

       -route name

	  Display only the jobs on the route identified by name.

       -idle

	  Display only the idle jobs.

       -held

	  Display only the held jobs.

       -constraint X

	  Display only the jobs matching constraint X.

Exit Status
       condor_router_q will exit with a status of 0 (zero) upon success, and non-zero otherwise.

Author
       Condor Team, University of Wisconsin-Madison

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.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						condor_router_q(1)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

daemons definition

hi there, can somebody give me a definition for daemons, or example what are they !! and what the use for? i've done some research and all what i found is /etc/... or /usr/bin/... and i haven't quietly got the concept. any ideas !! Thanks. (5 Replies)
Discussion started by: new2Linux
5 Replies

2. What is on Your Mind?

Unix Administrator and Linux Administrator transition

Hello Unix Experts, I'm going to be graduating with a CIS (Computer Information Systems) degree in the coming year. I have been offered an internship with a job title of Unix Administrator under a well known company. I understand that Unix is used for high-end servers in many large... (1 Reply)
Discussion started by: brentmd24
1 Replies

3. Advertise with Us

System Administrator position at the University of Innsbruck

My former colleagues at the University of Innsbruck have until March 25th a very interesting position for a UNIX/Linux Administrator. Except for administrative related details, knowledge of German is not a must. However, you must be capable of working in Austria (ie, the EU). Fuller details and... (0 Replies)
Discussion started by: otheus
0 Replies

4. What is on Your Mind?

Fresher Salary Details for Redhat Certified System Administrator

I am thinking of doing Redhat certified system Administrator Course(RHCSA).what is the salary details after doing this course in india,Singapore? (0 Replies)
Discussion started by: rajesh1986
0 Replies

5. Solaris

Command to list down all daemons in Solaris

Hi All, Is there any command to list all running daemons in Solaris. I should able to see only running daemons. Regards, SKumar (5 Replies)
Discussion started by: nskumar
5 Replies

6. UNIX for Dummies Questions & Answers

Daemon monitoring

I'm wondering if there's any way to monitor daemons in such a way that if a daemon stops running (e.g. crond, xinetd etc etc), it logs the time and date (and process id) of the stopped daemon ? Does anyone know if that's even possible ? I'm trying to work out if it logs anywhere when a daemon... (1 Reply)
Discussion started by: jimbob01
1 Replies