-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chandin Wilson
authored and
Chandin Wilson
committed
Jan 31, 2025
1 parent
e76b594
commit 57af97a
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ Users should keep the following things in mind when using the HPSS system: | |
tar file before storing data into HPSS, or use HTAR. | ||
- All data stored in HPSS is single copy. Deleted data cannot be recovered. | ||
- HPSS is not accessible from compute nodes. Access is available via | ||
Hera/Niagara/Jet front-end nodes (FEs), Gaea Data Transfer Nodes (DTN’s), | ||
Hera/Niagara/Jet front-end nodes (FEs), Gaea Data Transfer Nodes (DTNs), | ||
and WCOSS2 transfer nodes. | ||
- Batch jobs that require access to HPSS should be submitted to the respective | ||
systems service or transfer queues. | ||
systems service or transfer queues. Look for queue names that contain "dtn". | ||
|
||
For questions regarding the HPSS system, email [email protected]. | ||
|
||
|
@@ -480,8 +480,12 @@ with the recovery service. | |
Getting Started | ||
=============== | ||
|
||
HPSS is only accessible from WCOSS, Theia, Jet and Gaea Remote Data Transfer | ||
Nodes (RDTN). Modules have been created on each system to provide the proper | ||
HPSS is only accessible from WCOSS, Theia, Jet and Gaea Data Transfer | ||
Nodes (DTNs). Batch jobs should be used to access HPSS and need be | ||
submitted to the respective systems service or transfer queues. Look | ||
for queue names that contain "dtn". | ||
|
||
Modules have been created on each system to provide the proper | ||
user environment and tools to access HPSS from these systems. These modules are | ||
not loaded by default and will need to be loaded before you can use any of the | ||
HPSS commands. To add the HPSS tools to your environment, use the following | ||
|
@@ -499,7 +503,7 @@ module command: | |
|
||
.. code:: | ||
module use /sw/rdtn/modulefiles | ||
module use /usw/hpss/modulefiles | ||
module load hsi | ||
.. _using-htar: | ||
|