Cluster Grid

Font Size

SCREEN

Layout

Menu Style

Cpanel

gLite Core services

Sistem de operare

Scientific Linux Cern 4.8 (pe WN P4)/

ScientificLinux 5.3 (pe WN quad)

Versiunea de middleware

gLite 3.1, update 54 /

gLite 3.2

Componente

 

Gateway

(lcgCE)  gw01.seegrid.grid.pub.ro

(creamCE) gw02.seegrid.grid.pub.ro

Storage Element

(dpmSE-mysql) se01.seegrid.grid.pub.ro

    8 TB stocare

Monitoring Element

   NAGIOS and SAM Monitoring

(gliteMon)  wn001.seegrid.grid.pub.ro

 

User Interface (- virtualizat -)

(gliteUI) fep.grid.pub.ro

VOBOX  (- virtualizat -)

(gliteVOBOX) vobox.seegrid.grid.pub.ro

TopLevel-BDII (- virtualizat -)

bdii.seegrid.grid.pub.ro

WMS (- virtualizat -)

wms.seegrid.brid.pub.ro

MyProxy (- virtualizat -)

myproxy.seegrid.grid.pub.ro

Worker Nodes

(66 WNs) – p4-wn002-xxx.seegrid. grid.pub.ro

(28 WNs) – quad-wnxx.seegrid.grid.pub.ro

Gstat monitoring

gstat.seegrid.grid.pub.ro

 

Related article: Grid @ RO-03-UPB.

Grid @ RO-03-UPB

 

    RO-03-UPB este un nod Tier-2 din cadrul federatiei romane WLCG. Pe langa suportul pentru WLCG, RO-03-UPB face parte din structura grid al Europei de Sud-Est: SEEGRID-SCI cat si din structura nationala GridMOSI. Vom prezenta in cele ce urmeaza, serviciile RO-03-UPB in relatia cu arhitectura middleware-ului gLite.

  O descriere completa a capabilitatilor Grid UPB se gaseste aici [Grid @ RO-03-UPB ( 2009-12-03 19:49:13)].

 

ro-03-upb

 

Related article: core Services.

Howto run a CREAM-CE job on EGEE

First of all, let's start with a simple job. Let's run sleep 1. Here's the JDL.

 

[heri@fep-53-2 ssam]$ cat test.jdl
[
executable="/bin/sleep";
arguments="1";
]

Second thing, let's load the environment (see module implementation also).

 

[heri@fep-53-2 ~]$ . /opt/gLite/gLite-UI-3.2.4-0-Prod/etc/profile.d/grid-env.sh
[heri@fep-53-2 ~]$ voms-proxy-init --voms seegrid
Cannot find file or dir: /export/home/heri/.glite/vomses
Enter GRID pass phrase:
Your identity: /DC=RO/DC=RomanianGRID/O=UPB/CN=Alexandru Herisanu
Creating temporary proxy ................... Done
Contacting  voms.irb.hr:15010 [/C=HR/O=edu/OU=irb/CN=host/voms.irb.hr] "seegrid" Done
Creating proxy .................................................................................... Done
Your proxy is valid until Sat Nov  7 01:48:43 2009

 

 

Let's find our CREAM-CE directly

[heri@fep-53-2 ssam]$ lcg-infosites --vo seegrid ce | grep gw02
   8       0       1              0        1    gw02.seegrid.grid.pub.ro:8443/cream-pbs-seegrid

 

And run it:

[heri@fep-53-2 ssam]$ glite-ce-job-submit -a -r gw02.seegrid.grid.pub.ro:8443/cream-pbs-seegrid test.jdl
2009-11-06 13:54:38,956 WARN - No configuration file suitable for loading. Using built-in configuration
https://gw02.seegrid.grid.pub.ro:8443/CREAM698419717

 

We can list our jobs:

[heri@fep-53-2 ssam]$ glite-ce-job-list gw02.seegrid.grid.pub.ro:8443
2009-11-06 14:06:40,995 WARN - No configuration file suitable for loading. Using built-in configuration
https://gw02.seegrid.grid.pub.ro:8443/CREAM698419717

 

We can check their status:

[heri@fep-53-2 ssam]$ glite-ce-job-status https://gw02.seegrid.grid.pub.ro:8443/CREAM698419717
2009-11-06 14:05:53,435 WARN - No configuration file suitable for loading. Using built-in configuration

******  JobID=[https://gw02.seegrid.grid.pub.ro:8443/CREAM698419717]
        Status        = [IDLE]
[heri@fep-53-2 ssam]$

 

And we can get the output: