Difference between revisions of "Glideinwms with arcce"

From GridPP Wiki
Jump to: navigation, search
Line 9: Line 9:
  
 
<li> On the ARCCE open the [https://www.gridpp.ac.uk/wiki/Glideinwms_with_arcce_ports necessary ports] (and restart iptables) </li>  
 
<li> On the ARCCE open the [https://www.gridpp.ac.uk/wiki/Glideinwms_with_arcce_ports necessary ports] (and restart iptables) </li>  
 +
 +
<li> Make a condor user: <br>
 +
<pre>
 +
[root@cetest02 opt]# groupadd condor
 +
[root@cetest02 opt]# useradd -m -g condor condor
 +
[root@cetest02 opt]# passwd -l condor
 +
</pre>
 +
</li>
  
 
<li> Set up the Submit module from the glideinWMS on the ARCCE: <br>
 
<li> Set up the Submit module from the glideinWMS on the ARCCE: <br>
 
Note: The versions used on the ARCCE and the glideinWMS have to match ... <br>
 
Note: The versions used on the ARCCE and the glideinWMS have to match ... <br>
 
Currently I use condor-8.0.7-x86_64_RedHat6-unstripped.tar.gz and glideinWMS_v3_2_5.tgz <br>
 
Currently I use condor-8.0.7-x86_64_RedHat6-unstripped.tar.gz and glideinWMS_v3_2_5.tgz <br>
(as root) glideinWMS_v3_2_5.tgz
+
(as root) glideinWMS_v3_2_5.tgz <br>
 +
Unpack the glideinwms tarball and set its ownership to something sensible: <br>
 +
<pre>
 +
[root@cetest02 opt]# tar -zxvf /opt/tarballs/glideinWMS_v3_2_5.tgz; chown -R root:root glideinwms
 +
</pre>
 +
'''(as root) /opt/glideinwms/install/manage-glideins --install submit  --ini
 +
[https://www.gridpp.ac.uk/wiki/Glideinwms_with_arcce_condor.ini /opt/glideinwms-conf/condor.ini]'''
 
</li>
 
</li>
  

Revision as of 13:00, 12 June 2014

How to create a "Stealth Cloud"

(or how to get your ARCCE to submit to a cloud via a glideinWMS)

  1. Setup a glidein WMS, apart from the Submit module which needs to be hosted by the ARCCE.
  2. Setup and ARC CE as e.g. described here.
  3. On the ARCCE open the necessary ports (and restart iptables)
  4. Make a condor user:
    [root@cetest02 opt]# groupadd condor
    [root@cetest02 opt]# useradd -m -g condor condor
    [root@cetest02 opt]# passwd -l condor
    
  5. Set up the Submit module from the glideinWMS on the ARCCE:
    Note: The versions used on the ARCCE and the glideinWMS have to match ...
    Currently I use condor-8.0.7-x86_64_RedHat6-unstripped.tar.gz and glideinWMS_v3_2_5.tgz
    (as root) glideinWMS_v3_2_5.tgz
    Unpack the glideinwms tarball and set its ownership to something sensible:
    [root@cetest02 opt]# tar -zxvf /opt/tarballs/glideinWMS_v3_2_5.tgz; chown -R root:root glideinwms
    

    (as root) /opt/glideinwms/install/manage-glideins --install submit --ini /opt/glideinwms-conf/condor.ini




  6. Return to glidein overview page.