Home | About | Software | Documentation | Support | Outreach | Ecosystem | Dev | Awards | Team & Sponsors |
The EMI-ES specification is an initiative of the EMI project to unify job management and monitoring interfaces of ARC, gLite, and UNICORE. This document describes how to install and configure GridWay to submit jobs to EMI-ES endpoints.
Only the Nordugrid ARC implementation of EMI-ES has been tested.
IGE
and EMI
repositories.gridway-EMIES
package that provides the GridWay drivers to interface with EMI-ES endpoints. IGE, EMI and official repos must resolve all dependencies.The GridWay Configuration Guide provides complete information about configuration of the meta-scheduler. Next steps describe the specific configuration to interface with EMI-ES endpoints.
/usr/etc/gwd.conf
file:# MADs for EMI-ES IM_MAD = static:gw_im_mad_static:-l etc/EMIES_hosts.list:dummy:emies EM_MAD = emies:gw_em_mad_emies::adl TM_MAD = dummy:gw_tm_mad_dummy:-u gsiftp\://<hostname>;cache=no
/usr/etc/EMIES_hosts.list
contains a list of nodes and files with static information of each node, this is an example:<hostname1> etc/<hostname1>.machine <hostname2> etc/<hostname2>.machine <hostname3> etc/<hostname3>.machine ...
The files /usr/etc/<hostname>.machine
contain static information about each node where you want to send jobs. Please refer to the configuration guide for more details.
/etc/sudoers
file. Please add the following lines.Defaults>GWUSERS env_keep="GW_LOCATION GLOBUS_LOCATION" #GridWay entries (EMI-ES MAD) gwadmin ALL=(GWUSERS) NOPASSWD: /usr/bin/gw_em_mad_emies * gwadmin ALL=(GWUSERS) NOPASSWD: /usr/bin/gw_tm_mad_dummy *
The functionality and interfaces provided by GridWay are independent from the underlying Grid infrastructure. Please refer to the guides (user's guide, command reference, programming guide…) available at the Documentation section.