Versions Compared

Key

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

...

Contents

Table of Contents

Glossary

Training

...

Teton Cluster Filesystem

The Teton filesystem is available on all cluster nodes via a native protocol that leverages the high-speed InfiniBand network. Alternatively, ARCC supports accessing the filesystem via SMB/CIFS from Windows, macOS, and Linux when needing to access the data from outside the cluster, but still on the UW campus. Please see the documentation on accessing the filesystem.

SMB / CIFS Access

One can use SMB to connect to the Teton storage using the UW credentials provided that connection is physically happening on campus.

Operating System

Path

Windows

\\teton-cifs.arcc.uwyo.edu\

macOS

smb://teton-cifs.arcc.uwyo.edu/

Linux

smb://teton-cifs.arcc.uwyo.edu/

...

Code Block
 client max protocol = SMB3 

NFS Access

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.

...