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
Next revisionBoth sides next revision
condor:installation:network [2011/07/18 14:24] – [Add Local condor User] garrettheath4condor:installation:network [2011/07/18 18:01] – [Install Binaries] added owner=condor garrettheath4
Line 9: Line 9:
 In order to install the binaries onto the ''tesla.cs.wlu.edu'' NAS, run this command in the terminal: In order to install the binaries onto the ''tesla.cs.wlu.edu'' NAS, run this command in the terminal:
 <code bash>cd /mnt/config/src/fedora64 <code bash>cd /mnt/config/src/fedora64
-sudo ./condor_configure --type=manager,submit,execute --central-manager=john.cs.wlu.edu --local-dir=/mnt/config/hosts/_default --install-dir=/mnt/config/release/x86_64_rhap_5 --install --verbose</code>+sudo ./condor_configure --type=manager,submit,execute --central-manager=john.cs.wlu.edu --local-dir=/mnt/config/hosts/_default --install-dir=/mnt/config/release/x86_64_rhap_5 --owner=condor --install --verbose</code>
  
 ===== Add Machines to Condor Pool ===== ===== Add Machines to Condor Pool =====
Line 18: Line 18:
  
 In order for daemons to run correctly and for permissions to be properly set, a local ''condor'' user must be present on all members of the Condor pool.  The following must be set for the ''condor'' users:\\ In order for daemons to run correctly and for permissions to be properly set, a local ''condor'' user must be present on all members of the Condor pool.  The following must be set for the ''condor'' users:\\
-  ''condor'' UID = **1344** +  condor UID = 1344 
-  ''condor'' GID = **1610**+  condor GID = 1610
  
 First, check to see if the ''condor'' user exists on the machine.  Do this by running: First, check to see if the ''condor'' user exists on the machine.  Do this by running:
Line 30: Line 30:
  
 **If you do not get a match**, you need to manually add the user.  To do this, run: **If you do not get a match**, you need to manually add the user.  To do this, run:
-<code bash>sudo groupadd -g 1610 condor</code>+<code bash>sudo groupadd -g 1610 condor
 sudo useradd -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 1344 -g condor -s "/sbin/nologin" condor sudo useradd -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 1344 -g condor -s "/sbin/nologin" condor
 sudo usermod -L condor</code> sudo usermod -L condor</code>
  
-Just to be sure, do <code bash>ls -al /var/lib/condor</code> and verify that the entry ''.'' is owned by ''condor'' and is a part of the ''condor'' group.  If not, you probably have a conflicting UID or GID and will have to set it manually.  Set it to one that is not being used by the local user system or by the network and then set the ''CONDOR_IDS'' variable in that individual host's Condor local configuration file((A host's individual configuration file is located at ''/mnt/config/hosts/<HOSTNAME>/config/condor_config.local'' .))+Just to be sure, do <code bash>ls -al /var/lib/condor</code> and verify that the entry "''.''is owned by ''condor'' and is a part of the ''condor'' group.  If not, you probably have a conflicting UID or GID and will have to set it manually.  Set it to one that is not being used by the local user system or by the network and then set the ''CONDOR_IDS'' variable in that individual host's Condor local configuration file((A host's individual configuration file is located at ''/mnt/config/hosts/<HOSTNAME>/config/condor_config.local'' .))
 ==== Set Machine Variables ==== ==== Set Machine Variables ====
  
condor/installation/network.txt · Last modified: 2012/08/09 19:18 by garrettheath4
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0