grid
Starting up a Globus Virtual Workspace with STAR’s image.
Submitted by lbhajdu on Thu, 2008-07-31 21:11. Under:The steps:
1) login to stargrid01
Specification for Leve’s grid efficiency framework
Submitted by lbhajdu on Thu, 2007-06-21 15:13. Under:The following is an independently developed grid efficiency framework that will be consolidated with Lidia&rsq
Grid Production
Submitted by lbhajdu on Fri, 2007-06-08 19:18. Under:Summary of Simulated Data Produce on The Grid
SRM instructions for bulk file transfer to PDSF
Submitted by hjort on Wed, 2007-05-23 17:17. Under:Troubleshooting gsiftp at STAR-BNL
Submitted by wbetts on Thu, 2007-03-29 20:37. Under:Rudiments of grid map files on gatekeepers
Submitted by wbetts on Tue, 2006-12-19 21:34. Under:It should be stressed that manually maintaining mapfiles is the most primitive user management technique. It is not scalable and it has been nearly obsoleted by two factors:
Intro to FermiGrid site for STAR users
Submitted by wbetts on Mon, 2006-12-18 19:16. Under:The FNAL_FERMIGRID site policy and some documentation can be found here:
http://fermigrid.fnal.gov/policy.html
You must use VOMS proxies (rather than grid certificate proxies) to run at this site. A brief intro to voms proxies is here: Introduction to voms proxies for grid cert users
All users with STAR VOMS proxies are mapped to a single user account ("star").
Introduction to voms proxies for grid cert users
Submitted by wbetts on Mon, 2006-12-18 17:43. Under:Here is an example to illustrate the difference between grid proxies and voms proxies (note that the WARNING and Error lines at the top don’t seem to preclude the use of the voms proxy – the fact is that I don’t know why those appear or what practical implications there are from the underlying cause – I hope to update this info as I learn more):
gridftp update for VDT 1.3.9 or VDT 1.3.10
Submitted by wbetts on Thu, 2006-04-13 09:56. Under:for VDT 1.3.9 (which is what I got with OSG 0.4.0) in the OSG/VDT directory, do:
pacman -get http://vdt.cs.wisc.edu/vdt_139_cache:Globus-Updates
Using the GridCat Python client at BNL
Submitted by wbetts on Tue, 2006-01-10 19:33. Under:If you want to run the GridCat Python client, there is a problem on some nodes at BNL related to BNL's proxy settings. Here are some notes that may help.
First, you'll need to get the gcatc.py Python script itself and put it somewhere that you can access. Here is the URL I used to get it, though apparently others exist:
http://gdsuf.phys.ufl.edu:8080/releases/gridcat/gridcat-client/bin/gcatc.py
(I used wget on the node on which I planned to run it, you may get it any way that works.)
Now, the trick at BNL is to get the proxy set correctly. Even though nodes like stargrid02.rcf.bnl.gov have a default "http_proxy" environment variable, it seems that Python's httplib doesn't parse it correctly and thus it fails. But it is easy enough to override as needed.
For example, here is one way in a bash shell:
[root@stargrid02 root]# http_proxy=192.168.1.4:3128; python gcatc.py --directories STAR-WSU
griddir /data/r23b/grid
appdir /data/r20g/apps
datadir /data/r20g/data
tmpdir /data/r20g/tmp
wntmpdir /tmp
Similarly in a tcsh shell:
[stargrid02] ~/> env http_proxy=192.168.1.4:3128 python /tmp/gcatc.py --gsiftpstatus STAR-BNL
gsiftp_in Pass
gsiftp_out Pass
Doug's email of November 3, 2005 contained a more detailed shell script (that requires gcatc.py) to query lots of information: http://lists.bnl.gov/mailman/private/stargrid-l/2005-November/002426.html.
