Skip to content

Commit

Permalink
Update pelican.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaschos authored Nov 25, 2024
1 parent 4323f8b commit 1a899c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/pelican.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The upgrade to the Pelican platform, which uses federated urls for the origin, s

If you are using a client in your runtime script at the EP, then the previous tool, **stashcp**, will continue to work as long as the version is > 6.12 except recursive access (*-r* flag). Thefore, we recommend that groups migrate to using the pelican client instead.

The pelican equivalent of the stashcp client read command: `stashcp -d osdf:///ospool/uc-shared/project/<your_project>/<file>` is `pelican object get -d osdf:///ospool/uc-shared/project/xenon/ppaschos/testfile .`
The pelican equivalent of the stashcp client read command: `stashcp -d osdf:///ospool/uc-shared/project/<your_project>/<file>` is `pelican object get -d osdf:///ospool/uc-shared/project/<your_project/<file> .`
Similarly, the pelican equivalent of the stashcp write comamnd, `stashcp -d <file> osdf:///ospool/uc-shared/project/<your_project/<file>` is `pelican object put -d <file> osdf:///ospool//uc-shared/project/<your_project/<file>`

If your container image was built using one of the OSG base environments, then the pelican client tool is already included. The pelican client can be installed from the osg repo with `dnf install pelican`. Refer to this documentation (https://osg-htc.org/docs/common/yum/) to add the osg repository.
Expand Down

0 comments on commit 1a899c9

Please sign in to comment.