Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The login nodes (i.e., teton.arcc.uwyo.eduedu) support the use of SCP, SFTP, and Rsync. One may be interested in doing SSH multiplexing if often, small transfers are required when working with current SSH connections. For large files (>5GB), the Globus GridFTP software should be leveraged to move data. The Globus GridFTP software offers many advantages for transferring large data.

...

NFS access to the Teton cluster filesystem is available only to ARCC administered systems that reside within the data center. NFS is not provided to use computers or workstations which IT administers.

...

The

ARCC

...

petaLibrary

...

  • Bighorn home

    • /bighorn/home

  • Bighorn project

    • /bighorn/project

  • Bighorn scratch

    • /bighorn/scratch

You can therefore use the standard "cp" command to move file from Bighorn to Teton, i.e.

cp /bighorn/home/<user id>/<some file> /home/>user id>

To move a directory and all sub-directories use:

cp -R /bighorn/home/<user id>/<some directory> /home/>user id>

As mentioned above, these filesystem are only available on the Teton login nodes and are read-only from Teton. These filesystems are not expected to be available beyond October 2018.

ARCC petaLibrary Filesystem

The ARCC petaLibrary is available from the Teton login nodes. The ARCC petaLibrary is a capacity designed system and preference is to not compute against that filesystem, but move data to the Teton cluster filesystem locations and compute, perform any data reductions and compressions, and transfer final results on the appropriate petaLibrary share. PetaLibrary allocations are by contracts only; a Teton storage space doesn't provide a petaLibrary allocation in either the homes space or the Commons space. Please see petaLibrary for more information.

Note

Do not make symbolic links on the Teton storage to the petaLibrary or vice versa as they'll be invalid anywhere except on the Teton login nodes.

There are two accessible points of the petaLibrary.

...