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:30] – [Activate Condor Keyboard Daemon] 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 12: Line 23:
  
 ===== Add Condor to Startup Sequence ===== ===== Add Condor to Startup Sequence =====
 +The Condor installation comes with example boot, configuration, and submission scripts.  The included example boot script is compatible with Fedora 13's system services system, so registering it with the system allows Condor to automatically start when the computer is booted.  To add the script to the system and register it, do the following:
 <code bash>sudo cp /usr/local/condor/etc/examples/condor.boot.generic /etc/init.d/condor <code bash>sudo cp /usr/local/condor/etc/examples/condor.boot.generic /etc/init.d/condor
 sudo chmod 774 /etc/init.d/condor sudo chmod 774 /etc/init.d/condor
 sudo chkconfig --add condor sudo chkconfig --add condor
 sudo chkconfig --level 45 condor on</code> sudo chkconfig --level 45 condor on</code>
 +
 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