SCMSWebSWProbe
From PRAGMAgridWIKI
[edit]
General information of SCMSWeb Probe Configuration for PRAGMA grid
- Create directory in /usr/share/scmsweb to hold your probe configuration
mkdir -p /usr/share/scmsweb/grid/PRAGMA
- Create a file called "probe.conf" inside the directory
cat >> /usr/share/scmsweb/grid/PRAGMA/probe.conf << EOF [html] xmlpath = /usr/share/scmsweb/incoming/cluster/pragma.xml textpath = /usr/share/scmsweb/grid/PRAGMA/pragma.txt htmlpath = /usr/share/scmsweb/grid/PRAGMA/pragma.html [probe] target = http://goc.pragma-grid.net/cgi-bin/scmsweb/probe.cgi?target=PRAGMA name = PRAGMA smtp = localhost timeout = 40 probe0 = DNS probe1 = Iperf #probe2 = Authentication #probe3 = Mds #probe4 = JobRun #probe5 = GridFTPTo #probe6 = GridFTPFrom #probe7 = Gfarm #probe8 = WSGRAM [globus] basedn = mds-vo-name=npaci,o=sdsc mdshost = rocks-67.sdsc.edu [Gfarm] command = /usr/share/scmsweb/gfarm/probe_gfhost %(target)s [WSGRAM] command = /usr/share/scmsweb/wsgram/probe_wsgram %(target)s EOF
Line starting with '#' is comment. The [globus], [Gfarm], and [WSGRAM] part is not important and you can omit it for now. It's define how we'll test Gfarm and WSGram probe. You'll need probe_gfhost and probe_wsgram in this case.
Also, make sure that http://goc.pragma-grid.net/cgi-bin/scmsweb/probe.cgi?target=PRAGMA is accessible from your cluster. If you need to configure firewall and some other networking things, do that to make the probe works.
- Now run scmsweb-probe-cs once to make probe data appear
scmsweb-probe-cs
- Take a look at your probe page (Monitoring->Probe). Probe result should be available.
- After a while, GOC will collect ALL the result and displayed at goc.pragma-grid.net/scmsweb. Please also look at the "Bandwidth" (Monitoring->Bandwidth) page for its correctness.
If you have any problem, please contact zhengc@sdsc.edu or sugree_ph@thaigrid.or.th or somsak_sr@thaigrid.or.th.
