Difference: AddFrontend (24 vs. 25)

Revision 252018/03/02 - Main.JeffreyDost

Line: 1 to 1
 
META TOPICPARENT name="GlideinFactoryFAQ"

Adding a New Frontend

Line: 24 to 24
  Perform the following steps as root:
  1. Create new user (note: on CERN factories, prefix username with _):
    /usr/sbin/useradd username
Added:
>
>
    • NOTE do NOT make custom groups with -g when running useradd, leave the frontend groups the same as usernames
 
  1. Add user to /etc/condor/privsep_config:
    valid-target-uids = feuser1 : feuser2 : … : username
    valid-target-gids = feuser1 : feuser2 : … : username
  2. Authenticate with condor:
    glidecondor_addDN -daemon 'add comment here' "frontend_DN" identity 
    Include in the comment the Frontend name, admin name, and admin's email address. This shows up in the condor config file. the changes will be found in:
    /etc/condor/config.d/90_gwms_dns.config
    
    
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback