Download presentation
Presentation is loading. Please wait.
1
WMS LB BDII Installation and Configuration
Antonio Juan Rubio Montero antonio.rubio -at- ciemat.es CIEMAT, Madrid (Spain) Latin America Joint GISELA/EPIKH School for Grid Site Administrators Nov 22-26, Valparaíso(Chile)
2
Based in previous EPIKH and EELA-2 presentations and adapted to the last gLite 3.1 repositories
A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 2
3
Workload Management System (WMS)
The Workload Management System (WMS) is the gLite service that allows users to submit jobs, and performs all tasks required to execute them, without exposing the user to the complexity of the Grid. The workload manager (WM) is the principal component in the WMS. Purpose of the Workload Manager (WM) is to accept and satisfy requests for job management coming from its clients The WM hands over the job to an appropriate Computing Element (CE) for execution taking into account requirements and the preferences expressed in the job description. A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010
4
Logging and Bookkeeping service (LB)
The Logging and Bookkeeping service (LB) tracks jobs in terms of event (important points of job life, e.g. submission, finding a matching CE, starting execution etc.) gathered from various WMS components as well as CEs. A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 4
5
gLite WMS Architecture
A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 5
6
cancellation expressed
gLite WMS Architecture Acts as the portal for accepting all external requests to the workload manager. Job submission, cancellation expressed via a JDL A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 6
7
immediately available
gLite WMS Architecture Keeps submission requests Requests are kept for a while if no resources are immediately available A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 7
8
gLite WMS Architecture
Finds an appropriate CE for each submission request, taking into account job requests and preferences, Grid status, utilization policies on resources A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 8
9
gLite WMS Architecture
A cache where overall resource information about the grid is stored for querying by the matchmaker. Updating these info via the information updater. A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 9
10
gLite WMS Architecture
Updating of information is carried out by reading information from the top-level BDII server of the virtual organization. A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 10
11
gLite WMS Architecture
The LB is responsible to: - Stores events generated by the various components of the WMS - Querying the LB user can retrieve information about the status of the job A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 11
12
Preliminaries The instructions provided in this presentation assume that you are going to use a machine with Scientific Linux CERN 4.8 (32 bits) installed. Virtual Machine image (GILDA VM Base_SLC4.8_i386) available at: GILDA VO: ATTENTION PLEASE: DON’T MAKE THE FOLLOWING INSTRUCTIONS FOR GILDA VO IN YOUR SITE IF YOU DON’T SUPPORT THIS TUTORIAL VO. IT’S JUST FOR TEST INSTALLATIONS AND USER TEST GISELA: This project maintains prod.vo.eu-eela.eu from EELA-2 as the production VO for its infrastructure. A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 12
13
To login to the VM you can use putty or winscp to open a terminal
Machine: clusterXX Password: valparaisoXX / “passwordXX” A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 13
14
Network Time Protocol Let’s check if date’s machine is correct with:
if NTP date isn’t correct: /etc/init.d/ntpd stop ntpdate ntp-1.infn.it /etc/init.d/ntpd start /etc/init.d/ntpd status ntpq -p if not let’s configure file and make service start on boot: chkconfig ntpd on A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 14
15
System requirements Please check: If you have a valid hostname
To verify, type: hostname -f To edit the hostname: vi /etc/hosts vi /etc/hostname vi /etc/sysconfig/network hostname <pc_name> A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 15
16
export REPOS=“dag ig-sl4 lcg-ca glite-bdii glite-wms glite-lb“
Repository settings Specify the mrepo host: export MREPO= Configure the repository as follows export REPOS=“dag ig-sl4 lcg-ca glite-bdii glite-wms glite-lb“ (“jpackage” is not necessary) (“glite-generic” could induce dependency problems) Get repositories with: for name in $REPOS; do wget $MREPO/$name.repo -O /etc/yum.repos.d/$name.repo; done Copy the gilda utils (Note: only for Gilda VO): wget -O /etc/yum.repos.d/gilda.repo Copy the UTFSM SL4 repository (only for this tutorial) wget /etc/yum.repos.d/utfsm-sl4.repo A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 16
17
YUM install Then update your host: yum clean all
Install CAs on ALL profiles: yum install lcg-CA GISELA: cd /etc/yum.repos.d wget yum install eela-vomscerts Gilda utils:(ATTENTION PLEASE: DON’T MAKE THE FOLLOWING FOR YOUR SITE IT’S JUST FOR THE TEST INSTALLATION!) yum install gilda_utils (Installs ca_Gilda and glida-vomscert) Ig yaim: yum install ig-yaim A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 17
18
WMS+LB+BDII installation
yum install ig_WMS ig_LB ig_BDII Problem (only in SL4.8 no CERN): RPM incompatiblity between openlap and openldap-servers / openldap-clients yum remove openldap Problem: RPM incompatibility between “glite-security-voms-api-cpp” and “glite-security-voms-api-noglobus” Yum error example: Transaction Check Error Transaction Check Error: file /opt/glite/lib/libvomsapi_nog.a conflicts between attempted installs of glite-security-voms-api-cpp slc4 and glite-security-voms-api-noglobus slc4 A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 18
19
Force to install separately WMS and LB
Install WMS: yum install ig_WMS Install LB: You can not install ig_LB in a straighforward way yum install ig_LB ==================================================== Package Arch Version Repository Installing: ig_LB i _ig52_sl4 ig_sl4 Installing for dependencies: glite-LB i glite-LB_sl4_updates glite-security-voms-api-noglobus i slc4 glite-WMS_sl4_release Try to select/install only a packet each time: wget rpm -ihv --nodeps glite-LB i386.rpm wget rpm -ihv --nodeps ig_LB _ig52_sl4.i386.rpm BDII install: yum install ig_BDII A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 19
20
Host cetificates Move the host cert to the right path
wget /etc/grid-security/clusterXX.tar.gz cd /etc/grid-security tar -xvzf clusterXX.tar.gz Give them the right permissions chmod 400 /etc/grid-security/hostkey.pem chmod 644 /etc/grid-security/hostcert.pem clusterXX ~]# ll /etc/grid-security/ total 32 drwxr-xr-x 2 root root Jun 27 12:08 certificates -rw-r--r-- 1 root root Jun 16 10:02 hostcert.pem -r root root Jun 16 10:02 hostkey.pem drwxr-xr-x 2 root root Jun 27 11:21 vomsdir A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 20
21
site-info.def Generate configuration file from YAIM template
cp /opt/glite/yaim/examples/siteinfo/ig-site-info.def /opt/glite/yaim/examples/siteinfo/mysite-info.def Open your own site-info.def and customize it: vi /opt/glite/yaim/examples/siteinfo/mysite-info.def WARNING: as configuration files may contain passwords and other sensitive information. It is generally a bad idea maintain the site-info.def world readable A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 21
22
WMS-LB Configuration (1/2)
INSTALL_ROOT=/opt MYSQL_PASSWORD=secret WMS_HOST=clusterXX.fis.utfsm.cl VOS="gilda prod.vo.eu-eela.eu" Add the VOs here (Note: gilda VO is for testing) LB_HOST=clusterXX.ciemat.es # Optional: to define a list of LBs used by the VO: # VO_<vo_name>_LB_HOSTS="vo-lb1 [vo-lb2 [...]]" VO_GILDA_VOMS_CA_DN="/C=IT/O=INFN/CN=INFN CA" VO_GILDA_SW_DIR=$VO_SW_DIR/gilda VO_GILDA_VOMS_SERVERS="voms://voms.ct.infn.it:8443/voms/gilda?/gilda" VO_GILDA_VOMSES="'gilda voms.ct.infn.it /C=IT/O=INFN/OU=Host/L=Catania/CN=voms.ct.infn.it gilda'" VO_PROD_VO_EU_EELA_EU_VOMS_CA_DN="'/C=BR/O=ICPEDU/O=UFF BrGrid CA/CN=UFF Brazilian Grid Certification Authority' '/DC=es/DC=irisgrid/CN=IRISGridCA'" VO_PROD_VO_EU_EELA_EU_SW_DIR=$VO_SW_DIR/prod VO_PROD_VO_EU_EELA_EU_VOMS_SERVERS="vomss://voms.eela.ufrj.br:8443/voms/prod.vo.eu-eela.eu?/prod.vo.eu-eela.eu" VO_PROD_VO_EU_EELA_EU_VOMSES="'prod.vo.eu-eela.eu voms.eela.ufrj.br /C=BR/O=ICPEDU/O=UFF BrGrid CA/O=UFRJ/OU=IF/CN=host/voms.eela.ufrj.br prod.vo.eu-eela.eu' 'prod.vo.eu-eela.eu voms-eela.ceta-ciemat.es /DC=es/DC=irisgrid/O=ceta-ciemat/CN=host/voms-eela.ceta-ciemat.es prod.vo.eu-eela.eu'" A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 22
23
WMS-LB Configuration (2/2)
Open glite-wms file and edit: vi /opt/glite/yaim/examples/siteinfo/services/glite-wms LB_HOST="clusterXX.fis.utfsm.cl:9000" GLITE_WMS_LCGMON_FILE="/var/log/wms_lcgmon.log" Copy the gilda profiles inside ig ones cat /opt/glite/yaim/etc/gilda/gilda_ig-groups.conf >> /opt/glite/yaim/examples/ig-groups.conf cat /opt/glite/yaim/etc/gilda/gilda_ig-users.conf >> /opt/glite/yaim/examples/ig-users.conf Copy the EELA(gisela) profiles inside ig ones cd /tmp wget tar xzvf EELA-2VOs.tgz cat siteinfo/users.conf >> /opt/glite/yaim/examples/igusers.conf cat siteinfo/groups.conf >> /opt/glite/yaim/examples/iggroups.conf CONFIGURE /opt/glite/yaim/bin/ig_yaim -c -s /opt/glite/yaim/examples/siteinfo/mysite-info.def -n ig_WMS -n ig_LB A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 23
24
Please test some security files
Test DN of host certificate only contain hostname (no service description): openssl x509 -noout -in hostcert.pem -subject subject= /C=IT/O=GILDA/OU=Host/L=VALPARAISO/CN=clusterXX.fis.utfsm.cl CN must not contain: host/clusterXX.fis.utfsm <some kind of service>/clusterXX.fis.utfsm Test the VO security configuration in /etc/grid-mapfile For gilda VO: cat /etc/grid-security/vomsdir/gilda/voms.ct.infn.it.lsc /C=IT/O=INFN/OU=Host/L=Catania/CN=voms.ct.infn.it /C=IT/O=INFN/CN=INFN CA
25
Testing WMS-LB From a UI enter:
~]$ voms-proxy-init –voms gilda ~]$ export GLITE_WMS_WMPROXY_ENDPOINT= Create a .jdl file: ~]$ cat hostname.jdl Type = "Job"; JobType = "Normal"; Executable = "/bin/hostname"; StdOutput = "hostname.out"; StdError = "hostname.err"; OutputSandbox = {"hostname.err","hostname.out"}; Arguments = "-f"; ShallowRetryCount = 3; A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 25
26
Testing WMS-LB with a job
~]$ glite-wms-job-list-match -a hostname.jdl Connecting to the service ========================================================================== COMPUTING ELEMENT IDs LIST The following CE(s) matching your job requirements have been found: *CEId* - grisuce.scope.unina.it:2119/jobmanager-lcgpbs-grisu_long - grisuce.scope.unina.it:2119/jobmanager-lcgpbs-grisu_short - ce.scope.unina.it:2119/jobmanager-lcgpbs-egee_long - ce1-egee.srce.hr:2119/jobmanager-sge-prod - gilda-01.pd.infn.it:2119/jobmanager-lcgpbs-gilda - ce-edu.grid.acad.bg:2119/jobmanager-pbs-gilda - ce.scope.unina.it:2119/jobmanager-lcgpbs-egee_short - sirius-ce.ct.infn.it:2119/jobmanager-lcgpbs-gilda - grid010.ct.infn.it:2119/jobmanager-lcgpbs-gilda - iceage-ce-01.ct.infn.it:2119/jobmanager-lcgpbs-gilda A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 26
27
Testing WMS-LB services
service gLite status *** globus-gridftp: globus-gridftp-server (pid 13095) is running... *** glite-wms-wmproxy: WMProxy httpd listening on port 7443 httpd (pid ) is running .... === WMProxy Server running instances: UID PID PPID C STIME TTY TIME CMD *** glite-wms-wm: /opt/glite/bin/glite-wms-workload_manager (pid 12466) is running... *** glite-wms-lm: Logmonitor running... *** glite-wms-jc: JobController running in pid: 12525 CondorG master running in pid: 12581 CondorG schedd running in pid: 12662 *** glite-wms-ice: /opt/glite/bin/glite-wms-ice-safe (pid 12636) is running... *** glite-proxy-renewald: glite-proxy-renewd running *** glite-lb-proxy: glite-lb-proxy running as 13250 *** glite-lb-locallogger: glite-lb-logd running glite-lb-interlogd not running *** glite-lb-bkserverd: glite-lb-notif-interlogd running glite-lb-bkserverd running as 13764 A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 27
28
Snapshot of open TCP/UDP services
netstat -lp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp *: *:* LISTEN /condor_schedd tcp *: *:* LISTEN /glite-lb-bkser tcp *: *:* LISTEN /glite-lb-bkser tcp *: *:* LISTEN /glite-lb-logd tcp *:mysql *:* LISTEN /mysqld tcp *: *:* LISTEN /condor_negoti tcp *: *:* LISTEN /glite-lb-bkser tcp *: *:* LISTEN /condor_schedd tcp *:sunrpc *:* LISTEN /portmap tcp *: *:* LISTEN /condor_collec tcp *: *:* LISTEN /condor_master tcp *: *:* LISTEN /bdii-fwd [acc tcp localhost.localdomain:2171 *:* LISTEN /slapd tcp *: *:* LISTEN /httpd tcp *:ssh *:* LISTEN /sshd tcp *: *:* LISTEN /globus-gridft udp *: *:* /condor_schedd udp *: *:* /condor_schedd udp *: *:* /condor_collec udp *: *:* /condor_negoti udp *: *:* /condor_schedd udp *:bootpc *:* /dhclient udp *: *:* /condor_master udp *:sunrpc *:* /portmap udp clusterXX.ciemat.es:ntp *:* /ntpd udp localhost.localdomain:ntp *:* /ntpd udp *:ntp *:* /ntpd udp *: *:* /globus-gridft A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 28
29
Snapshot of running processes
ps -eo user, args glite /opt/glite/bin/glite-lb-proxy -i /var/glite/glite-lb-proxy.pid … glite /opt/glite/bin/glite-lb-bkserverd --notif-il-sock=/tmp/glite-lb-notif.sock --notif-il-fprefix=/var/tmp/glite-lb-notif --super-users-file /opt/glite/etc/LB-super-users -c /home/glite/.certs/hostcert.pem -k /home/glite/.certs/hostkey.pem -i /var/glite/glite-lb-bkserverd.pid --dump-prefix /var/glite/dump --purge-prefix /var/glite/purge glite /opt/glite/bin/glite-lb-notif-interlogd -f /var/tmp/glite-lb-notif -s /tmp/glite-lb-notif.sock -M c /home/glite/.certs/hostcert.pem -k /home/glite/.certs/hostkey.pem glite /opt/glite/bin/glite-lb-logd -c /home/glite/.certs/hostcert.pem -k /home/glite/.certs/hostkey.pem glite /opt/glite/bin/glite-lb-interlogd -c /home/glite/.certs/hostcert.pem -k /home/glite/.certs/hostkey.pem glite perl /opt/condor-7.4.1/libexec/glite/condorc-authorizer glite perl /opt/condor-7.4.1/libexec/glite/condorc-advertiser glite perl /opt/condor-7.4.1/libexec/glite/condorc-vo-advertiser glite perl /opt/condor-7.4.1/libexec/glite/condorc-launcher edguser /usr/bin/perl -w /opt/bdii/sbin/bdii-update /opt/bdii/etc/bdii.conf edguser /usr/sbin/slapd -f /opt/bdii/var/2172/bdii-slapd.conf -h ldap://localhost:2172 -u edguser edguser /usr/sbin/slapd -f /opt/bdii/var/2171/bdii-slapd.conf -h ldap://localhost:2171 -u edguser glite /opt/glite/bin/glite-wms-workload_manager --conf glite_wms.conf --daemon /var/glite/glite-wms-workload_manager.pid glite /opt/glite/bin/glite-wms-job_controller -c glite_wms.conf glite /opt/condor-c/sbin/condor_master -f glite /opt/glite/bin/glite-wms-log_monitor -c glite_wms.conf glite /opt/glite/bin/glite-proxy-renewd -r /var/glite/spool/glite-renewd -t /home/glite/.certs/hostcert.pem -k /home/glite/.certs/hostkey.pem -A root /usr/sbin/httpd -k restart -f /opt/glite/etc/glite_wms_wmproxy_httpd.conf glite /usr/sbin/fcgi- -k restart -f /opt/glite/etc/glite_wms_wmproxy_httpd.conf …. root /opt/globus/sbin/globus-gridftp-server -p d error,warn,info -l /var/log/gridftp-session.log -Z /var/log/globus-gridftp.log –s A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 29
30
Active services on startup
yaim]# chkconfig --list | grep activo mysqld :desactivado 1:desactivado 2:activo :activo :activo :activo :desactivado fetch-crl :desactivado 1:desactivado 2:desactivado 3:activo :activo :activo :desactivado gLite :desactivado 1:desactivado 2:desactivado 3:activo :activo :activo :desactivado bdii :desactivado 1:desactivado 2:desactivado 3:activo :activo :activo :desactivado ntpd :desactivado 1:desactivado 2:activo :activo :activo :activo :desactivado yum :desactivado 1:desactivado 2:activo :activo :activo :activo :desactivado globus-gridftp 0:desactivado 1:desactivado 2:activo :activo :activo :activo :desactivado A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 30
31
Information System introduction
GLUE: “Grid Laboratory Uniform Environment” LDAP: “Lightweight Directory Access Protocol” (OpenLDAP servers) The Hierarchy tree is stored as text files in LDIF (LDAP Data Interchange Files) format dn: dc=example,dc=root dc: example description: My company objectClass: dcObject objectClass: organization o: Example, Inc. ## FIRST Level hierarchy - people # this is an ENTRY sequence and is preceded by a BLANK line dn: ou=people, dc=example,dc=root ou: people description: All people in organisation objectClass: organizationalUnit ## SECOND Level hierarchy - people entries dn: cn=Joe Schmo,ou=people,dc=example,dc=root objectclass: inetOrgPerson cn: Joe Schmo sn: Schmo uid: jschmo mail: ou: sales A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 31 31
32
BDII service hierarchy
Tipos de BDII Level Bind Top mds-vo-name=local,o=grid Site mds-vo-name=mysite,o=grid Resource mds-vo-name=resource,o=grid ldapsearch -x -p 2170 –h <top_BDII> -b 'mds-vo-name=local,o=grid‘ ldapsearch -x -p 2170 –h <site_BDII> -b 'mds-vo-name=<SITE_NAME>,o=grid' ldapsearch -x -p 2170 –h <resource_hostname> -b 'mds-vo-name=resource,o=grid' A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 32
33
Top BDII Configuration
Attention: (gLite 3.1) BDII service always shows resource information at the same port than site-level or top-level information (2170) Top BDII Configuration BDII_HOST=clusterXX.fis.utfsm.cl BDII_HTTP_URL=" <-posible bug?!!! NTP_HOSTS_IP=" ntp-1.infn.it" (Note: this modifies /etc/ntp.conf) Then configure BDII (+WMS+LB): /opt/glite/yaim/bin/ig_yaim -c -s /opt/glite/yaim/examples/siteinfo/mysite-info.def –n ig_WMS –n ig_LB -n ig_BDII_top (To only install BDII: /opt/glite/yaim/bin/ig_yaim -c -s /opt/glite/yaim/examples/siteinfo/mysite-info.def -n ig_BDII_top) A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 33
34
Top BDII Post Configuration
Set the CA autoupdate on /opt/glite/yaim/etc/gilda/set_CAs_autoupdate.sh Then Edit: vi /opt/bdii/etc/bdii.conf BDII_AUTO_UPDATE=yes BDII_MODIFY_DN=yes BDII_UPDATE_URL= Restart BDII /etc/init.d/bdii restart Test bdii ldapsearch -x -h localhost -p b mds-vo-name=local,o=grid (Note:”ldapsearch -x -h localhost -p b mds-vo-name=resource,o=grid” for the resource information of this server) A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 34
35
Customize your Top BDII
In order to customize an own Site BDII list: Install a HTTP server: yum install -y httpd Publish your customized glite-bdii-update.conf file (i.e. /var/www/html/bdii) as ( Set the BDII_UPDATE_URL accordingly in the file /opt/bdii/etc/bdii.conf file Restart the BDII service /etc/init.d/bdii restart A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 35
36
Testing the Top BDII from a UI
~]$ lcg-infosites --vo gilda ce --is <your top BDII> valor del bdii: gilda-bdii.ct.infn.it:2170 #CPU Free Total Jobs Running Waiting ComputingElement ce-edu.grid.acad.bg:2119/jobmanager-pbs-gilda ce.hpc.iit.bme.hu:2119/jobmanager-lcgpbs-gilda ce1-egee.srce.hr:2119/jobmanager-sge-prod grid010.ct.infn.it:2119/jobmanager-lcgpbs-gilda gilda-01.pd.infn.it:2119/jobmanager-lcgpbs-gilda sirius-ce.ct.infn.it:2119/jobmanager-lcgpbs-gilda grisuce.scope.unina.it:2119/jobmanager-lcgpbs-grisu_short grisuce.scope.unina.it:2119/jobmanager-lcgpbs-grisu_long iceage-ce-01.ct.infn.it:2119/jobmanager-lcgpbs-gilda dgt01.ui.savba.sk:2119/jobmanager-lcgpbs-gilda gn0.hpcc.sztaki.hu:2119/jobmanager-lcgpbs-gilda ce.scope.unina.it:2119/jobmanager-lcgpbs-egee_short ce.scope.unina.it:2119/jobmanager-lcgpbs-egee_long A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 36
37
References INFNGrid installation A. J Rubio-Montero Valparaíso, Chile. Joint GISELA/EPIKH School for Grid Site Admins. Nov 22, 2010 37
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.