Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "NGI DE CH Operations Center:Monitoring"

From EGIWiki
Jump to navigation Jump to search
Line 18: Line 18:
15.9.11
15.9.11


1) Customize the file /etc/grid-monitoring/org.ndgf.conf with the NGI services.
# Customize the file /etc/grid-monitoring/org.ndgf.conf with the NGI services.
 
# NorduGrid Logging Improvement:
2) NorduGrid Logging Improvement:
## Edit the xrls templates files for all the services and add (gmlog = "gmlog") to them i.e.
 
more /usr/share/grid-monitoring/org.ndgf/lfc/xrsl
Edit the xrls templates files for all the services and add (gmlog = "gmlog") to them i.e.
 
(executable = "testjob.sh")
more /usr/share/grid-monitoring/org.ndgf/lfc/xrsl
(jobname = "lfc")
 
(stdout = "testjob.out")
<nowiki>&
(gmlog = "gmlog")
(executable = "testjob.sh")
(stderr = "testjob.err")
(jobname = "lfc")
(inputfiles = ("testjob.sh" "/usr/share/grid-monitoring/org.ndgf/lfc/testjob.sh")
(stdout = "testjob.out")
              ("file" "%LFC_TESTFILE%"))
(gmlog = "gmlog")
(outputfiles = ("testjob.out" "")("testjob.err" "")
(stderr = "testjob.err")
                ("outfile" "%LFC_STORAGE_W%/%HOST%-lfc-%TIME%"))
(inputfiles = ("testjob.sh" "/usr/share/grid-monitoring/org.ndgf/lfc/testjob.sh")
(walltime = "15 min")
              ("file" "%LFC_TESTFILE%"))
(memory = "256")</nowiki>
(outputfiles = ("testjob.out" "")("testjob.err" "")
              ("outfile" "%LFC_STORAGE_W%/%HOST%-lfc-%TIME%"))
(walltime = "15 min")
(memory = "256")</nowiki>


This will ensure that in case of error the gmlog (useful for debugging) is sent back as part of the outputsandbox. Files in /usr/share/grid-monitoring/org.ndgf : gridftp/xrsl, jobsubmit/xrsl, lfc/xrsl, rls/xrsl, srm/xrsl
This will ensure that in case of error the gmlog (useful for debugging) is sent back as part of the outputsandbox. Files in /usr/share/grid-monitoring/org.ndgf : gridftp/xrsl, jobsubmit/xrsl, lfc/xrsl, rls/xrsl, srm/xrsl




3) Data management requirements for NorduGrid: the testfile used for the LFC/SRM/GridFTP tests must be created/managed manually.
<ol start="3">
<li> Data management requirements for NorduGrid: the testfile used for the LFC/SRM/GridFTP tests must be created/managed manually.
</ol>

Revision as of 09:23, 22 September 2011


NGI-DE NGI-CH Monitoring

Mailinglist

ngi-de-monitoring@lists.kit.edu

Participants

Dimitri Nilsen (KIT) Foued Jrad (KIT) Alessandro Usai (SWITCH) Andres Aeschlimann (SWITCH)

Plan for ARC Testing set up in Nagios

15.9.11

  1. Customize the file /etc/grid-monitoring/org.ndgf.conf with the NGI services.
  2. NorduGrid Logging Improvement:
    1. Edit the xrls templates files for all the services and add (gmlog = "gmlog") to them i.e.
more /usr/share/grid-monitoring/org.ndgf/lfc/xrsl

(executable = "testjob.sh")
(jobname = "lfc")
(stdout = "testjob.out")
(gmlog = "gmlog")
(stderr = "testjob.err")
(inputfiles = ("testjob.sh" "/usr/share/grid-monitoring/org.ndgf/lfc/testjob.sh")
              ("file" "%LFC_TESTFILE%"))
(outputfiles = ("testjob.out" "")("testjob.err" "")
               ("outfile" "%LFC_STORAGE_W%/%HOST%-lfc-%TIME%"))
(walltime = "15 min")
(memory = "256")</nowiki>

This will ensure that in case of error the gmlog (useful for debugging) is sent back as part of the outputsandbox. Files in /usr/share/grid-monitoring/org.ndgf : gridftp/xrsl, jobsubmit/xrsl, lfc/xrsl, rls/xrsl, srm/xrsl


  1. Data management requirements for NorduGrid: the testfile used for the LFC/SRM/GridFTP tests must be created/managed manually.