next up previous contents index
Next: condor_ check_userlogs Up: 9. Command Reference Manual Previous: cleanup_release   Contents   Index

Subsections


condor_ advertise

Send a classad to the collector daemon

Synopsis

condor_ advertise [-help | -version] [-pool centralmanagerhostname[:portname]] [-debug] [-tcp] update-command classad-filename

Description

condor_ advertise sends a classad to the collector daemon on the central manager machine. The classad is contained in a file, which is specified by the second required argument. Which daemon's classad to update is specified by the first required argument. The update-command may be one of the following strings:
UPDATE_STARTD_AD
UPDATE_SCHEDD_AD
UPDATE_MASTER_AD
UPDATE_GATEWAY_AD
UPDATE_CKPT_SRVR_AD
UPDATE_SUBMITTOR_AD
UPDATE_COLLECTOR_AD
UPDATE_LICENSE_AD
UPDATE_STORAGE_AD

Options

-help
Display usage information
-version
Display version information
-pool centralmanagerhostname[:portname]
Specify a pool by giving the central manager's hostname and an optional port number. The default is the COLLECTOR_HOST specified in the configuration file.
-tcp
Use TCP for communication. Without this option, UDP is used.
-debug
Print debugging information as the command executes.

General Remarks

The job and machine classads are regularly updated. Therefore, the result of condor_ advertise is likely to be overwritten in a very short time. It is unlikely that either Condor users (those who submit jobs) or administrators will ever have a use for this command. If it is desired to update or set a classad attribute, the condor_ config_val command is the proper command to use.

Exit Status

condor_ advertise will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-2006 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. No use of the Condor Software Program is authorized without the express consent of the Condor Team. For more information contact: Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

U.S. Government Rights Restrictions: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable, Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

See the Condor Version 6.8.3 Manual for additional notices.


next up previous contents index
Next: condor_ check_userlogs Up: 9. Command Reference Manual Previous: cleanup_release   Contents   Index
condor-admin@cs.wisc.edu