Presentation is loading. Please wait.

Presentation is loading. Please wait.

EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE www.eu-egee.org EGEE Middleware: gLite Information Systems (IS) EGEE Tutorial 23 rd APAN Meeting,

Similar presentations


Presentation on theme: "EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE www.eu-egee.org EGEE Middleware: gLite Information Systems (IS) EGEE Tutorial 23 rd APAN Meeting,"— Presentation transcript:

1 EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE www.eu-egee.org EGEE Middleware: gLite Information Systems (IS) EGEE Tutorial 23 rd APAN Meeting, Manila Jan 22, 2007

2 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 2 Agenda Introduction LDAP Glue Schema IS Components –GRIS –GIIS –BDII IS Query Tools IS Practical

3 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 3 Overview of gLite Middleware

4 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 4 How is Information Systems Used? If you are a middleware developer Workload Management System: Matching job requirements and Grid resources Monitoring Services: Retrieving information about Grid Resources status and availability If you are a user Retrieve information about resources where you can run your job where you can copy your files If you are site manager or service You “publish” the information about the services you provide. What resources are available to the Grid? Computing resources Storage resources Site and Services What is their current status?

5 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 5 gLite: MDS Information System gLite adopted the Globus Monitoring and Discovery Service as it’s Information System The build blocks include –LDAP protocol as the access protocol –Glue Schema to define the format of the information Architecture and Components –GRIS –GIIS –BDII

6 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 6 Lightweight Directory Access Protocol Network protocol designed for querying and modifying directory services Structures directory entries as a tree: Directory Information Tree (DIT) Following a path from the node back to the root of the DIT – a unique name is built (the DN): “id=pml,ou=IT,or=CERN,st=Geneva, \ c=Switzerland,o=grid” o = grid (root of the DIT) c= US c=Switzerland c=Spain st = Geneva or = CERN ou = IT ou = EP id = pml id=gv id=fd objectClass:person cn: Patricia M. L. phone: 5555666 office: 28-r019

7 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 7 LDAP Protocol: the data model dn: objectclass: : dn: objectclass: : This is an entry; collection of attributes. It’s defined by a unique DN (Distinguished Name) Objectclass: attribute specifies which object class this entry belongs to specifies what attributes may or must be defined can be used to filter entries White space to separate entries from each other Entries, attributes and objectclass names is defined by a schema The information is imported and exported by LDIF files (LDAP Data Interchange Format) shown above

8 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 8 The Glue Schema in EGEE/LCG: DIT DIT for the Computer Resources DIT for the Storage Resources IS data conforms to Glue Schema which provides a common data model to describe Grid resources. http://glueschema.forge.cnaf.infn.it/

9 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 9 Examples of the Glue Schema Object classes for CE Base Class for the CE information ( objectclass: GlueCETop ) – No attributes CE ( objectclass: GlueCE ) – GlueCEUniqueID : unique identifier for the CE – GlueCEName: human-readable name of the service CE Status ( objectclass: GlueCEState ) – GlueCEStateRunningJobs: number of running jobs – GlueCEStateWaitingJobs: number of jobs not running – GlueCEStateTotalJobs: total number of jobs (running + waiting) – GlueCEStateStatus: queue status:  queuing (jobs accepted but not running)  production (jobs accepted and run)  closed (neither accepted nor run)  draining (jobs not accepted but those already queued are running) – GlueCEStateWorstResponseTime: worst possible time between the submission of the job and the start of its execution

10 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 10 Components of the IS Top-level BDII : collects information from GIISs At each site: a site GIIS (site BDII): collects information from local GRISs On each resource a GRIS : Publishes dynamic and static information Abbreviations: BDII: Berkeley DataBase Information Index GIIS: Grid Index Information Server GRIS: Grid Resource Information Server

11 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 11 CE Site GIIS GRISs, GIISs and BDII connections SE Local GRIS LFC Local GRIS CE Local GRIS SE Local GRIS CE Local GRIS RB Local GRIS MyProxy Local GRIS SE Local GRIS CE Local GRIS CE Site GIIS BDII-A BDII-B CE Site GIIS User Application WMS Monitoring Services

12 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 12 Querying the IS Two sets of commands: lcg-infosites: simple, meets most needs lcg-info: supports more complex queries

13 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 13 a user or a service can query – the BDII (usual mode) – LDAP servers on each site LCG Information Service

14 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 14 lcg-infosites options

15 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 15 PRACTICAL This introduces use of the commands to access the information system You will be exploring the GILDA grid, seeing what computing elements and storage elements exist. Please go to the link from this practical.

16 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 16 lcg-info options

17 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 17 Get the list of supported attributes $ lcg-info --list-attrs Attribute name Glue object class Glue attribute name MaxTime GlueCE GlueCEPolicyMaxWallClockTime CEStatus GlueCE GlueCEStateStatus TotalJobs GlueCE GlueCEStateTotalJobs CEVOs GlueCE GlueCEAccessControlBaseRule TotalCPUs GlueCE GlueCEInfoTotalCPUs FreeCPUs GlueCE GlueCEStateFreeCPUs CE GlueCE GlueCEUniqueID WaitingJobs GlueCE GlueCEStateWaitingJobs RunningJobs GlueCE GlueCEStateRunningJobs CloseCE GlueCESEBindGroup GlueCESEBindGroupCEUniqueID CloseSE GlueCESEBindGroup GlueCESEBindGroupSEUniqueID SEVOs GlueSA GlueSAAccessControlBaseRule UsedSpace GlueSA GlueSAStateUsedSpace AvailableSpace GlueSA GlueSAStateAvailableSpace Type GlueSE GlueSEType SE GlueSE GlueSEUniqueID Protocol GlueSEAccessProtocol GlueSEAccessProtocolType ArchType GlueSL GlueSLArchitectureType Processor GlueSubCluster GlueHostProcessorModel OS GlueSubCluster GlueHostOperatingSystemName Cluster GlueSubCluster GlueSubClusterUniqueID Tag GlueSubCluster GlueHostApplicationSoftwareRunTimeEnvironment Memory GlueSubCluster GlueHostMainMemoryRAMSize

18 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 18 lcg-info examples $ lcg-info --vo gilda --list-ce --query 'Tag=MPICH' --attrs 'FreeCPUs,Tag' List all the CE(s) that can run MPICH, giving the number of free CPUs and the tags of installed software No space allowed here! Careful here! -….. CE: grid-ce.bio.dist.unige.it:2119/jobmanager-lcgpbs-long - FreeCPUs 6 - Tag LCG-2 LCG-2_1_0 LCG-2_1_1 ….

19 Enabling Grids for E-sciencE EGEE-II INFSO-RI-031688 19 Examples of IS Monitoring Systems GridICE –http://infnforge.cnaf.infn.it/gridice/index.php/Main/GridICEWorkhttp://infnforge.cnaf.infn.it/gridice/index.php/Main/GridICEWork –Select a URL for GILDA  VO view (menu)  Select GILDA (column, far left)  Charts –Try also for LCG GStat –http://goc.grid.sinica.edu.tw/gstat/http://goc.grid.sinica.edu.tw/gstat/ –Checks health of Information System at each site Real Time Monitoring –http://gridportal.hep.ph.ic.ac.uk/rtm/http://gridportal.hep.ph.ic.ac.uk/rtm/ –Not using standard EGEE middleware interfaces –its requires access to RB Logging and Bookkeeping services


Download ppt "EGEE-II INFSO-RI-031688 Enabling Grids for E-sciencE www.eu-egee.org EGEE Middleware: gLite Information Systems (IS) EGEE Tutorial 23 rd APAN Meeting,"

Similar presentations


Ads by Google