HPG Data Management
Back to Getting Started
sbatch
or launching a workload interactively, make sure your working directory is a blue file path, e.g. /blue/<group>/<user>
, and not your /orange or /home directory (~
or /home/<user>
). Use pwd
to print working directory.To perform research analyses you need to upload and manage data. Note that misuse of the storage systems is the second main reason for account suspension after running analyses on login nodes.
Transferring Data
If you need to transfer datasets to or from HiPerGator and your local computer or another external location you have to pick the appropriate transfer mechanism.
- For small or medium file transfers use sftp, scp, or rsync to login to sftp.rc.ufl.edu, hpg.rc.ufl.edu, or rsync.rc.ufl.edu.
- For large file transfers or transfers with many small files, use our Globus service.
For more in-depth information see Transfer Data.
SFTPSFTP, or secure file transfer, works well for small to medium data transfers and is appropriate for both small and large data files. If you would like to use a Graphical User Interface secure file transfer client we recommend: After you have chosen and downloaded a client, configure the client to connect to |
SambaSamba service, also known as a '
|
RsyncIf you prefer to use the command-line or to get maximum efficiency from your data transfers Rsync, which is an incremental file transfer utility that minimizes network usage, is a good choice. It does so by transmitting only the differences between local and remote files rather than transmitting complete files every time a sync is run as SFTP does. Rsync is best used for tasks like synchronizing files stored across multiple subdirectories, or updating large data sets. It works well both for small and large files. See the Rsync page for instructions on using rsync. |
GlobusGlobus is a high-performance mechanism for file transfer. Globus works especially well for transferring large files or data sets
|
Automounted Paths
Note: NFS-based storage on our systems are typically automounted, which means they are dynamically mounted only when users are actually accessing them. For example if you have an invested folder as /orange/smith, to access it you will have to specifically type in the full path of "/orange/smith" to be able to see the contents and access them. Directly browsing /orange will not show the smith sub-folder unless someone else is using it at that moment. Automounted folders are very common on our systems, and include /blue, /orange, /bio, /rlts, and even /home etc.