Testing an Globus Free OSG-Software (From EPEL(-testing))
Testing the globus from EPEL while installing some packages from osg repos is not a trivial matter.
- Disable the priority of the OSG repo
- Exclude globus and related packages that are already in EPEL from the osg repo.
Notice the many excludes in the file, the list may not be complete.
Installation is just:
yum install osg-client-condor --enablerepo=epel-testing
UPDATE!!!!
Testing Results
very good!
I ran 3 tests, all completely successful.
1. globus-job-run against a rpm CE.
$ globus-job-run pf-grid.unl.edu/jobmanager-fork /bin/sh -c "id"2. Condor-G submission
uid=1761(hcc) gid=4001(grid) groups=4001(grid)
Condor-G Submission worked without problems. The submission file is below:
3. And globus-url-copy worked:
$ globus-url-copy gsiftp://pf-grid.unl.edu/etc/hosts ./hosts
Leave a comment