23
Grid and Cloud Computing Pegasus Dr. Guy Tel-Zur

Grid and Cloud Computing Pegasus

  • Upload
    molimo

  • View
    62

  • Download
    5

Embed Size (px)

DESCRIPTION

Grid and Cloud Computing Pegasus. Dr. Guy Tel- Zur. Pegasus. http://pegasus.isi.edu/. Pegasus course material. We will use the newest version 4 Introduction: http://pegasus.isi.edu/tutorial/condor08/CONDOR08-PegasusWMSTutorial-final.pdf - PowerPoint PPT Presentation

Citation preview

Page 1: Grid and Cloud Computing Pegasus

Grid and Cloud ComputingPegasus

Dr. Guy Tel-Zur

Page 2: Grid and Cloud Computing Pegasus

Pegasus•

http:

//pe

gasu

s.isi

.edu

/

Page 3: Grid and Cloud Computing Pegasus

Pegasus course material

• We will use the newest version 4• Introduction:

http://pegasus.isi.edu/tutorial/condor08/CONDOR08-PegasusWMSTutorial-final.pdf

• Tutorial: http://pegasus.isi.edu/wms/docs/4.0/tutorial_vm.php

• Virtual box image: wget http://pegasus.isi.edu/wms/download/4.0/Pegasus-4.0.0-Debian-6-x86.vbox.zip

Page 4: Grid and Cloud Computing Pegasus

Pegasus is composed of three components:• Mapper (Pegasus Mapper): Generates an executable workflow

based on an abstract workflow provided by the user or workflow composition system. It finds the appropriate software, data, and computational resources required for workflow execution. The Mapper can also restructure the workflow to optimize performance and adds transformations for data management and provenance information generation.

• Execution Engine (DAGMan): Executes the tasks defined by the workflow in order of their dependencies. DAGMan relies on the resources (compute, storage and network) defined in the executable workflow to perform the necessary actions.

• Task manager (Condor Schedd): manages individual workflow tasks: supervises their execution on local and remote resources.

Page 5: Grid and Cloud Computing Pegasus

Pegasus demos on my laptop 1. Pegasus GUI (Windows)2. Virtual Box VM image

Folder: C:\Users\telzur\Documents\MTA\CloudComputing2012B\Software\Pegasus

Page 6: Grid and Cloud Computing Pegasus
Page 7: Grid and Cloud Computing Pegasus

Other options

Vbox account:user: tutorialpw: pegasus

AWS/EC2AMIami-858741ec405596411149/centos-5.6-x86_64-pegasus-cloud-tutorial-2

Login as root

Page 8: Grid and Cloud Computing Pegasus
Page 9: Grid and Cloud Computing Pegasus
Page 10: Grid and Cloud Computing Pegasus
Page 11: Grid and Cloud Computing Pegasus
Page 12: Grid and Cloud Computing Pegasus
Page 13: Grid and Cloud Computing Pegasus
Page 14: Grid and Cloud Computing Pegasus
Page 15: Grid and Cloud Computing Pegasus
Page 16: Grid and Cloud Computing Pegasus
Page 17: Grid and Cloud Computing Pegasus
Page 18: Grid and Cloud Computing Pegasus
Page 19: Grid and Cloud Computing Pegasus
Page 20: Grid and Cloud Computing Pegasus

## What machine is your central manager?CONDOR_HOST = central-manager-hostname.your.domainCONDOR_HOST = my local host….

As user root :vi /etc/condor/condor_config

See instructions online: https://confluence.pegasus.isi.edu/pages/viewpage.action?pageId=13140456

Page 21: Grid and Cloud Computing Pegasus
Page 22: Grid and Cloud Computing Pegasus

User: tutorialPassword: pegasus

tutorial@pegasus-vm:~$ grid-proxy-init Your identity: /O=edu/OU=ISI/OU=isi.edu/CN=Tutorial UserCreating proxy .......................................... DoneYour proxy is valid until: Thu May 10 01:03:07 2012tutorial@pegasus-vm:~$ grid-proxy-info subject : /O=edu/OU=ISI/OU=isi.edu/CN=Tutorial User/CN=645592969issuer : /O=edu/OU=ISI/OU=isi.edu/CN=Tutorial Useridentity : /O=edu/OU=ISI/OU=isi.edu/CN=Tutorial Usertype : RFC 3820 compliant impersonation proxystrength : 512 bitspath : /tmp/x509up_u1000timeleft : 11:59:03tutorial@pegasus-vm:~$

Page 23: Grid and Cloud Computing Pegasus

Follow the URL:

http://pegasus.isi.edu/wms/docs/4.0/tutorial_vm.php