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:52] – added Quick Reference section garrettheath4condor:installation:local [2011/07/13 19:16] – added Firewall Configuration section, but blank so TODO soon garrettheath4
Line 4: Line 4:
 ===== Quick Reference ===== ===== Quick Reference =====
 Using this type of installation and configuration, the standard location for the following files are as follows: Using this type of installation and configuration, the standard location for the following files are as follows:
-  * Global Configuration File: ''/etc/condor/condor_config'' +  * **Global Configuration File**: ''/etc/condor/condor_config'' 
-  * Local Configuration File: ''/var/lib/condor/condor_config.local'' +  * **Local Configuration File**: ''/var/lib/condor/condor_config.local'' 
-  * Release Directory (RELEASE_DIR): ''/usr/local/condor/'' +  * **Release Directory** (RELEASE_DIR): ''/usr/local/condor/'' 
-  * Log Files: ''/var/lib/condor/log/''+  * **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''   * 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 28: 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