Speaker
Description
Impact
The impact of our work is very interesting in term of simplification of the interaction with the Grid, from the user point of view.
The proposed application, allows the final user to bypass the standard restrictions of a batch system, by using the standard gLite interaction. The user can control the effective state of his job and is enabled to control in realtime the job outputs, the memory occupation and many other parameters
The interactive monitor gives a very important instrument to the final user during the software development, by allowing to follow the flow of the jobs, and to do troubleshooting with a strong impact in term of time saving during the application tuning.
Finally the simplicity of the system allows the user to interact with his job in a transparent way, without any additional concerns on the use of computer grid.
Conclusions and Future Work
The interaction with the job during the running is a very important activity during the software preparation, job tuning and pre-production phase, and is a requirement of many scientific communities involved in computational science. In this work we proposed a solution, secure, simple to deploy and to use, and transparent with a minimum impact on the standard gLite middleware. Currently our implementation can work on the PBS queue system, and in the next months we plan to optimize the use of this application for parallel jobs, and also to port the software on different batch systems.
Detailed analysis
The application is based on a client-server infrastructure, with the core installed on the Proxy machine that works as server. The Proxy is composed of a web service interface using the https protocol, that pilots a set of local applications, responsible to find information about the user-jobs and to open and close GSI secure connections from the User Interface to the Worker Nodes.
The interaction with the user is done through a CLI, that take in input the Grid-Job ID of the process that we want to control. The client contacts the web-service via https and sends the JobID plus the use proxy certificate. The server verifies the user credential and the VOMS extensions, then interacts with the CE, through the gsiftp protocol, in order to understand which WN hosts the user-job and to find other information about the job. Finally the Proxy server opens a GSISSH secure connection with the User Interface and gives a shell on the WN that runs the user-job with the right local account, in the execution folder. The shell is closed by the Proxy as soon as the job will finish.
The adoption of this software, does not involve any alterations of the standard glite roles (i.e. CE or WN).
URL for further information | http://people.na.infn.it/spardi |
---|---|
Keywords | Interactive session, Grid Shell, monitor |