Difference: ComputingPuppet (7 vs. 8)

Revision 82014-05-21 - samir

Line: 1 to 1
 

T2 Puppet

The goal of this page is to document notes for a puppet deployment that is generic enough to work on any OSG CMS T2 site (and potentially T3s).

Line: 78 to 78
 
  • Make Condor less secure and hassle free - "GSI_SKIP_HOST_CHECK=true" in local configuration file
  • MAKE SURE /WNTMP/ HOME DIRECTORIES ARE CREATED AND ACCESSIBLE, CHECK ALL NFS and AUTOMOUNT HOMEDIRS
    • If you fail to comply with this, you might face a working CE for tests, that doesn't work for real jobs. You have been warned!
Added:
>
>
  • MAKE SURE that this has the correct permissions per user : /var/lib/globus/gram_job_state/
    • Usually this does the trick :
 for i in $(ls  /var/lib/globus/gram_job_state/ | grep -v condor) ; do chown -R $i /var/lib/globus/gram_job_state/$i ; done
 -- Main.samir - 2014-04-11
 
This site is powered by the TWiki collaboration platform Powered by Perl 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