-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update using-globus.md #505
base: main
Are you sure you want to change the base?
Conversation
Added Grand globus endpoint as that is still in place and is usable. Some projects have their directories on /grand mount point.
@@ -8,14 +8,15 @@ Basic documentation for getting started with Globus can be found at the followin | |||
[https://docs.globus.org/how-to/](https://docs.globus.org/how-to/) | |||
|
|||
## Data Transfer Node | |||
Several data transfer nodes (DTNs) for `/home`, Eagle, and HPSS are available to ALCF users, allowing users to perform wide and local area data transfers. Access to the DTNs is provided via the following Globus endpoints. | |||
Several data transfer nodes (DTNs) for `/home`, Eagle, Grand, and HPSS are available to ALCF users, allowing users to perform wide and local area data transfers. Access to the DTNs is provided via the following Globus endpoints. | |||
|
|||
## ALCF Globus Endpoints | |||
The Globus endpoint and the path to use depends on where your data resides. If your data is on: | |||
|
|||
- `/home` which is where your home directory resides: `alcf#dtn_home` for accessing `/home` (i.e. home directories on swift-home filesystem). Use the path `/<username\>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `/home` which is where your home directory resides: `alcf#dtn_home` for accessing `/home` (i.e. home directories on swift-home filesystem). Use the path `/<username\>` | |
- `/home` which is where your home directory resides: `alcf#dtn_home` for accessing `/home` (i.e. home directories on agile-home filesystem). Use the path `/<username\>` |
|
||
## ALCF Globus Endpoints | ||
The Globus endpoint and the path to use depends on where your data resides. If your data is on: | ||
|
||
- `/home` which is where your home directory resides: `alcf#dtn_home` for accessing `/home` (i.e. home directories on swift-home filesystem). Use the path `/<username\>` | ||
- HPSS: `alcf#dtn_hpss` | ||
- Eagle filesystem: `alcf#dtn_eagle` for accessing /`lus/eagle/projects` or `/eagle` (i.e project directories on Eagle filesystem). Use the path `/eagle/<project name\>` | ||
- Grand filesystem: `alcf#dtn_grand` for accessing `/lus/grand/projects` or `/grand` (i.e. project directories on Grand filesystem). Use the path `/grand/<project name\>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a sentence or two explaining that the Grand filesystem is no longer available as a mount point for new project dirs, but the Globus endpoint is still active)? Or perhaps that can be put elsewhere with more details including the dates it was available etc, e.g. docs/data-management/filesystem-and-storage/file-systems.md
and this file can refer to it?
Added Grand globus endpoint as that is still in place and is usable. Some projects have their directories on /grand mount point.