Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
condor:installation:local [2011/07/13 17:42] – [Add Condor to Startup Sequence] intro paragraph garrettheath4condor:installation:local [2011/07/13 19:16] – added Firewall Configuration section, but blank so TODO soon garrettheath4
Line 1: Line 1:
 ====== Local Installation of Condor ====== ====== Local Installation of Condor ======
 This page describes the procedure for installing Condor on a Fedora 13 system from the Condor source code.  The Fedora repository version of Condor is a few versions behind and has a few features, such as Checkpointing, disabled.  For these reasons, we chose to install Condor from scratch using the Red Hat Enterprise Linux version of the source code. This page describes the procedure for installing Condor on a Fedora 13 system from the Condor source code.  The Fedora repository version of Condor is a few versions behind and has a few features, such as Checkpointing, disabled.  For these reasons, we chose to install Condor from scratch using the Red Hat Enterprise Linux version of the source code.
 +
 +===== Quick Reference =====
 +Using this type of installation and configuration, the standard location for the following files are as follows:
 +  * **Global Configuration File**: ''/etc/condor/condor_config''
 +  * **Local Configuration File**: ''/var/lib/condor/condor_config.local''
 +  * **Release Directory** (RELEASE_DIR): ''/usr/local/condor/''
 +  * **Log Files**: ''/var/lib/condor/log/''
 +  * **Binaries** (Actual Locations((Symbolic links to binaries in ''/usr/local/condor/bin/'' and ''/usr/local/condor/sbin/'' are placed in ''/usr/bin/'' and ''/usr/sbin/'', respectively.)))
 +    * ''/usr/local/condor/bin/''
 +    * ''/usr/local/condor/sbin/''
 +  * Example MPI Submission Script: ''/usr/local/condor/etc/examples/mp1script''
  
 ===== Install Binaries ===== ===== Install Binaries =====
-<code bash>sudo ./condor_configure --type=manager,submit,execute --local-dir=/var/lib/condor --install-dir=/usr/local/condor --owner=condor --install</code>+<code bash>sudo ./condor_configure --type=manager,submit,execute --local-dir=/var/lib/condor --install-dir=/usr/local/condor --owner=condor --install --verbose</code>
 <code>export CONDOR_CONFIG=/usr/local/condor/etc/condor_config</code> <code>export CONDOR_CONFIG=/usr/local/condor/etc/condor_config</code>
 I tried to put the binaries in /usr/local/bin and /usr/local/sbin, but sudo's PATH didn't include /usr/local/bin and /usr/local/sbin, which made it inconvenient to run under sudo. I tried to put the binaries in /usr/local/bin and /usr/local/sbin, but sudo's PATH didn't include /usr/local/bin and /usr/local/sbin, which made it inconvenient to run under sudo.
Line 20: Line 31:
 To verify the settings, run the following command and make sure levels 4 and 5 are on: To verify the settings, run the following command and make sure levels 4 and 5 are on:
 <code bash>chkconfig --list | fgrep condor</code> <code bash>chkconfig --list | fgrep condor</code>
 +
 +===== Firewall Configuration =====
 +FIXME
  
 ===== Activate Condor Keyboard Daemon ===== ===== Activate Condor Keyboard Daemon =====
condor/installation/local.txt · Last modified: 2011/07/13 21:00 by garrettheath4
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0