dCache.Org eagle
black_bg
home | documentation | downloads | feedback | search | imprint
black_bg
release notes | Book | Wiki | Q&A | Client API | dccp
black_bg
Web pages | Single page | PDF (A4-size) | PDF (Letter-size)
black_bg

SRMWatch, SRM Monitoring Tool

For large sites in order to avoid interference from Tomcat activities related to web interface, we recommend installation of SRM monitoring on a separate node.

[return to top]

Separate Node Installation

  • Install JDK1.5

  • Download, install and start latest tomcat 5.5 from Tomcat Web Site

  • Download srmwatch RPM from http://www.dcache.org.

  • Install RPM. Installation can be performed using this command:

    [root] # rpm -Uvh srmwatch-1.0-0.i386.rpm
  • Edit configuration file /opt/d-cache/srmwatch-1.0/WEB-INF/web.xml in the line saying:

    <param-value>jdbc:postgresql://localhost/dcache</param-value>

    Make sure that the localhost is in jdbc url substitutes with SRM database host name. For example:

    <param-value>jdbc:postgresql://fledgling06.fnal.gov/dcache</param-value>
  • Execute

    [root] # export CATALINA_HOME=<YOUR_TOMCAT_LOCATION>
  • Execute

    [root] # /opt/d-cache/srmwatch-1.0/deploy_srmwatch
  • SRM Monitoring page should be visible at http://<srm-monitoring-node>:8080/srmwatch/

[return to top]

Same Node Installation

  • Download srmwatch rpm from http://www.dcache.org>.

  • Install rpm after srm server is installed and running, with /opt/d-cache/etc/srm_setup.env containing before the installation

    TOMCAT_HTTP_ENABLED=true

    RPM installation can be performed using this command:

    [root] # rpm -Uvh srmwatch-1.0-0.i386.rpm
  • SRM Monitoring page should be visible at http://<srmnode>:8080/srmwatch/

black_bg
Copyright dCache.org © 2003 - 2008