.\"Man page for condor_cold_start .\"Generated by makeman on Sun Feb 1 21:58:27 2015 .TH condor_cold_start 1 "February 2015" .SH Name .P condor_cold_start install \- and start Condor on this machine .P .SH Synopsis condor_cold_start -help .P condor_cold_start[-basedir directory] [-force] [-setuponly| -runonly] [-arch architecture] [-site repository] [-localdir directory] [-runlocalconfig file] [-logarchive archive] [-spoolarchive archive] [-execarchive archive] [-filelock] [-pid] [-artifact filename] [-wget] [-globuslocation directory] -configfile file .P .SH Description .P condor_cold_startinstalls and starts Condor on this machine, setting up or using a predefined configuration. In addition, it has the functionality to determine the local architecture if one is not specified. Additionally, this program can install pre-made log , execute , and/or spool directories by specifying the archived versions. .P .SH Options .P .B -arch architecturestr .IP "" 3 Use the given architecturestrto fetch the installation package. The string is in the format: .IP "" 3 --- .IP "" 3 (for example 6.6.7-i686-Linux-2.4). The portion of this string may be replaced with the string "latest" (for example, latest-i686-Linux-2.4) to substitute the most recent version of Condor. .IP "" 3 .P .B -artifact filename .IP "" 3 Use filenamefor name of the artifact file used to determine whether the condor_masterdaemon is still alive. .IP "" 3 .P .B -basedir directory .IP "" 3 The directory to install or find the Condor executables and libraries. When not specified, the current working directory is assumed. .IP "" 3 .P .B -execarchive archive .IP "" 3 Create the Condor execute directory from the given archivefile. .IP "" 3 .P .B -filelock .IP "" 3 Specifies that this program should use a POSIX file lock midwife program to create an artifact of the birth of a condor_masterdaemon. A file lock undertaker can later be used to determine whether the condor_masterdaemon has exited. This is the preferred option when the user wants to check the status of the condor_masterdaemon from another machine that shares a distributed file system that supports POSIX file locking, for example, AFS. .IP "" 3 .P .B -force .IP "" 3 Overwrite previously installed files, if necessary. .IP "" 3 .P .B -globuslocation directory .IP "" 3 The location of the globus installation on this machine. When not specified /opt/globus is the directory used. This option is only necessary when other options of the form -*archiveare specified. .IP "" 3 .P .B -help .IP "" 3 Display brief usage information and exit. .IP "" 3 .P .B -localdir directory .IP "" 3 The directory where the Condor log , spool , and execute directories will be installed. Each running instance of Condor must have its own local directory. .IP "" 3 .P .B -logarchive archive .IP "" 3 Create the Condor log directory from the given archivefile. .IP "" 3 .P .B -pid .IP "" 3 This program is to use a unique process id midwife program to create an artifact of the birth of a condor_masterdaemon. A unique pid undertaker can later be used to determine whether the condor_masterdaemon has exited. This is the default option and the preferred method to check the status of the condor_masterdaemon from the same machine it was started on. .IP "" 3 .P .B -runlocalconfig file .IP "" 3 A special local configuration file bound into the Condor configuration at runtime. This file only affects the instance of Condor started by this command. No other Condor instance sharing the same global configuration file will be affected. .IP "" 3 .P .B -runonly .IP "" 3 Run Condor from the specified installation directory without installing it. It is possible to run several instantiations of Condor from a single installation. .IP "" 3 .P .B -setuponly .IP "" 3 Install Condor without running it. .IP "" 3 .P .B -site repository .IP "" 3 The ftp, http, gsiftp, or mounted file system directory where the installation packages can be found (for example, www.cs.example.edu/packages/coldstart ). .IP "" 3 .P .B -spoolarchive archive .IP "" 3 Create the Condor spool directory from the given archivefile. .IP "" 3 .P .B -wget .IP "" 3 Use wgetto fetch the log , spool , and execute directories, if other options of the form -*archiveare specified. wgetmust be installed on the machine and in the user's path. .IP "" 3 .P .B -configfile file .IP "" 3 A required option to specify the Condor configuration file to use for this installation. This file can be located on an http, ftp, or gsiftp site, or alternatively on a mounted file system. .IP "" 3 .P .SH Exit Status condor_cold_start will exit with a status value of 0 (zero) upon success, and non-zero otherwise. .P .SH Examples .P To start a Condor installation on the current machine, using http://www.example.com/Condor/deployment as the installation site: .P .br % condor_cold_start \\ -configfile http://www.example.com/Condor/deployment/condor_config.mobile \\ -site http://www.example.com/Condor/deployment .P Optionally if this instance of Condor requires a local configuration file condor_config.local : .P .br % condor_cold_start \\ -configfile http://www.example.com/Condor/deployment/condor_config.mobile \\ -site http://www.example.com/Condor/deployment \\ -runlocalconfig condor_config.local .P .SH See Also condor_cold_stop(on page ), filelock_midwife(on page ), uniq_pid_midwife(on page ). .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