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:network [2011/07/22 13:52] – added Configure Firewall garrettheath4condor:installation:network [2011/07/28 19:13] – changed other occurences of condor UID and GID to 64 garrettheath4
Line 8: Line 8:
  
 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 = 64 
-  condor GID = 1610+  condor GID = 64
  
 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:
 <code bash>cat /etc/passwd | grep ^condor:</code> <code bash>cat /etc/passwd | grep ^condor:</code>
 **If you get a match**, first reset its settings in case the user wasn't created correctly. **If you get a match**, first reset its settings in case the user wasn't created correctly.
-<code bash>sudo groupmod -g 1610 condor +<code bash>sudo groupmod -g 64 condor 
-sudo usermod -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 1344 -g condor -s "/sbin/nologin" -L condor</code>+sudo usermod -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 64 -g condor -s "/sbin/nologin" -L condor</code>
 :!: If you get a message that says that the directory ''/var/lib/condor'' already exists, run this command next: :!: If you get a message that says that the directory ''/var/lib/condor'' already exists, run this command next:
 <code bash>sudo chown -R condor:condor /var/lib/condor</code> <code bash>sudo chown -R condor:condor /var/lib/condor</code>
  
 **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 bash>sudo groupadd -g 64 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 64 -g condor -s "/sbin/nologin" condor
 sudo usermod -L condor</code> sudo usermod -L condor</code>
  
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