Skip to content Skip to main navigation Report an accessibility issue
High Performance & Scientific Computing

Data Transfer on ISAAC Legacy



Introduction

The ISAAC Legacy (formerly ACF) cluster provides several ways for transferring files to/from the NFS home directories, Lustre project directories, and Lustre scratch directories. Data Transfer Nodes (DTNs) furnish this capability and are implemented with Globus and Secure Shell services. At the time of this writing, are four DTNs available to ISAAC Legacy users. Table 1.1 shows these nodes.

Data Transfer NodeHostname (for SCP)Globus Collection
(endpoint name)
datamover1datamover1.acf.utk.eduUTK ISAAC Legacy 1
datamover2datamover2.acf.utk.eduUTK ISAAC Legacy 2
datamover3datamover3.acf.utk.eduUTK ISAAC Legacy 3
datamover4datamover4.acf.utk.eduUTK ISAAC Legacy 4

Although these servers previously used an InCommon Credential, all four datamover DTNs are now running Globus Connect Server version 5.4, which uses UTK Central Authentication Service and no longer uses certificates.

To login and obtain command line access to these DTNs, use an SSH client to login to the Hostname listed in the table above. More information on SSH usage can be found in the Access and Login document. Replace the login node’s hostname with the DTN hostname to which you wish to connect, then authenticate with your UT NetID, password, and Duo TFA.

The ISAAC Legacy cluster supports several data transfer protocols, including SCP, SFTP, GSISCP, and Globus. SCP and SFTP are SSH utilities that transfer files but perform slower than Globus. Globus offers the fastest data transfers on the Open Enclave at the time of this writing. Still, SCP and SFTP are useful for small transfers. GSISCP is used for unattended data transfers.

SCP and SFTP

SCP and SFTP are both SSH commands available for transferring files to/from ISAAC Legacy using these SSH client commands. Note SSH transfers are slower than Globus transfers. From our performance testing, Globus offers the fastest data transfers to/from ISAAC Legacy DTNs. Still, SCP and SFTP can be useful for quick, small transfers. For larger file transfers, we recommend you use Globus.

SCP and SFTP are available to Linux and MacOS systems by default. Windows 10 users with the most recent updates can use these utilities within Command Prompt or PowerShell. Windows 7 and 8 users must use a third-party utility to use SCP and SFTP. For more information on SSH in Windows, see the Access and Login document. For Windows 7 and 8 users, the third-party utilities FileZilla and WinSCP are reviewed later in this document.

The general syntax of SCP is given below. In general, SCP is useful when transferring a file on your system to a DTN in ISAAC Legacy. The <source> argument is the pathname of the file on your system that you wish to copy. The <destination> (in this case, datamover1) argument is the hostname of the datamover you wish to use. Additionally, the <directory> argument specifies the absolute pathname within the destination to place the file.

scp <source> <NetID>@datamover1.acf.utk.edu:<directory>

If you wanted to copy a file from your system and place it on the ACF, you could use 

scp ~/<filename> <NetID>@acf-login.acf.utk.edu:~/Documents

For SFTP, you specify the hostname of the system to which you intend to connect. For example, to securely transfer files between your local system and a DTN in ISAAC Legacy, use the syntax below in a terminal on your local system. Ensure that you enter SFTP from the directory that contains the file(s) you wish to copy to a DTN in ISAAC Legacy. You can use the pwd command to determine your current directory before entering SFTP.

sftp <NetID>@datamover1.acf.utk.edu

Once you authenticate with your UT NetID, password, and Duo TFA, you will enter SFTP’s interactive mode. Use the put <file> command to upload a file to the Open Enclave. For example, to upload a file named JobScript.sh to DTN from your local machine, use put JobScript.sh. This syntax assumes that the JobScript.sh file is in the directory from which you entered SFTP.

To retrieve files from DTN, use the get <file> command. To download a file named ResearchResults.txt from the DTN to your local machine, use get ResearchResults.txt. SFTP will place the file in the directory from which you entered the utility. To change directories on the DTN, use the cd <directory> command. Use the lcd <directory> command to change the directory on your local system. Once you are done with SFTP, use the bye or exit commands to exit it. Other commands are available with the SFTP utility. Type help within SFTP to read more about them.

Globus Overview

The Globus web interface allows you to perform data transfers to and from ISAAC Legacy DTNs conveniently. All four datamovers have transitioned to Globus Connect Server 5 and use regular UTK Central Authentication Service (CAS) for authentication. InCommon credentials are no longer being used.

In addition, the High Performance & Scientific Computing group provides quick Globus tutorials on our workshops and tutorials webpage under Overview on the left menu. Please visit the link for Workshops and Tutorials and read the introduction about Installation Globus Connect Personal guide and transfer files.

Users should also review the official Globus documentation for more information on how to use the Globus tool.

s. Figure 3.12 shows what the Globus interface should look like when both endpoints are selected.

Using FileZilla to Transfer Files

FileZilla will work with file transfers to the Open Enclave. Please only use the DTNs listed in Table 1.1 at the beginning of this document.

To use the FileZilla client with your NetID, password, and Duo TFA, follow these steps.

  1. Open the FileZilla client.
  2. Select File, then Site Manager.

    Figure 5.1 – FileZilla’s Site Manager Option
  3. Select “New Site,” then provide the necessary information. For the host, select one of the datamovers listed in Table 1.1. For protocol, select SFTP – SSH File Transfer Protocol. For Logon Type, select Interactive. For User, type your UT NetID. Finally, rename the entry under sites from “New Site” to something more memorable, such as the name of the datamover you chose to use. Refer to Figures 5.2 and 5.3 to identify where to find these options.

    Figure 5.2 – New Site in FileZillaFigure 5.3 – FileZilla Site Options
  4. Select Transfer Settings, then check the box for Limit the number of simultaneous connections. Make sure the value beneath this checkbox is 1.
  5. Select “Connect” in the Site Manager window.
  6. When prompted, enter your password.
  7. Figure 5.4 – FileZilla Password Prompt
  8. When prompted, type a “1” to send a Duo Push to your mobile device, then authenticate with Duo TFA. Upon successful authentication, you will be logged in to the datamover through FileZilla.

    Figure 5.5 – FileZilla Duo Prompt

Using WinSCP to Transfer Files

WinSCP can perform file transfers to and from the DTNs. Please use the DTNs listed in Table 1.1 at the beginning of this document.

To use the WinSCP client with your NetID, password, and Duo TFA, follow these steps.

  1. Open WinSCP, then click on “New Site.”
  2. Provide the hostname of the datamover for “Host name,” your UT NetID for “User name,” and your password. Leave the port number as 22.

    Figure 6.1 – WinSCP New Site Creation
  3. When warned about an unknown server, select “Yes.”

    Figure 6.2 – Initial WinSCP Key Warning
  4. The authentication banner will appear. Select “Continue.”

    Figure 6.3- WinSCP Authentication Banner
  5. When prompted, type “1” to receive a Duo Push on your mobile device. Authenticate with Duo. You will then be logged in.

    Figure 6.4 – Duo Prompt in WinSCP
  6. Once you authenticate, you will get the WinSCP application screen. On the left side of the screen, you see your local machine. On the right side of the screen, you see the remote system into which you are logged.

Globus for Microsoft OneDrive

Globus provides access to Microsoft OneDrive and SharePoint files. Connect from your computer using Globus Connect Personal or sign in with your UTK credentials to Globus File Manager.

Search for the collection named “UTK OneDrive” or “UTHSC OneDrive”, depending on your campus affiliation. The first time that you access the collection, you will be prompted for credential setup. Then you will need to authenticate and link your UTK/UTHSC identity to Globus. 

Figure 8.1 – searching UTK Onedrive/UTHSC OneDrive collection on Globus
Figure 8.2 – Authentication required for the first time users

After you have been signed into your UTK/UTHSC account, you will be asked to confirm the permissions used by Globus to access your UTK OneDrive/UTHSC OneDrive account. Click on “Continue” to continue. 

Figure 8.3 – click “contiune” to give the permission to access UTK OneDrive/UTHSC OneDrive

Authenticate with your UT NetID, password, and Duo MFA code

Figure 8.4 – Choose an authentication method
Figure 8.5 – access to Globus Onedrive successfully by your account

Complete that process then you will see the files within your OneDrive space and be able to copy files to or from it just like any other Globus collection. Make sure you select the double panels option in the top-right of the page. This will display the UTK OneDrive/UTHSC OneDrive and the user’s endpoint at the same time.

Your OneDrive space is shown as the path “My files” in the UTK-OneDrive/UTHSC-OneDrive collection: 

Figure 8.6 – My files path

Transfer data between a local computer (laptop/desktop) and OneDrive 

  • Select the “UTK OneDrive” or “UTHSC OneDrive” collection as described above. 
  • To upload data from your local computer to OneDrive, select “Upload” from the middle column menu and follow the prompts: 
Figure 8.7 – Using upload option to transfer data between local device and Onedrive
Figure 8.8 – Permission to access the local device
Figure 8.9 – Click Allow button to allow to upload files
Figure 8.10 – upload files from local device to UTK onedrive/UTHSC OneDrive after the permission

Using Globus to Access Sharepoint Locations

After connecting your UTK OneDrive or UTHSC OneDrive account to Globus, you can access your personal files and Sharepoint sites you associate with. Globus will initially display your own files under the /My Files path. By entering / for your path or selecting “Up one folder”, you can access your files, files shared with you, and SharePoint files.

PathDescription
/My files/ your documents in OneDrive 
/Shared/ Files shared with you in OneDrive 
/Shared libraries/documents from Office365 Groups that you have followed in SharePoint

Figure 8.11 – sharepoint sites path

Restrictions and limitations in OneDrive and SharePoint  

OneDrive and SharePoint have limitations on what files can be stored, which may affect how you use the service. Please check the link below to learn more about the restrictions and limitations. 

https://support.microsoft.com/en-gb/office/restrictions-and-limitations-in-onedrive-and-sharepoint-64883a5d-228e-48f5-b3d2-eb39e07630fa

Using the Globus Web-based Interface to Transfer

To access the Globus interface in your browser, navigate to the Globus website. Login using the existing organizational login option. Verify that the University of Tennessee is selected, then select “Continue.” Authenticate with your UT NetID, password, and Duo MFA code. You will then see the interface depicted in Figure 3.4

Figure 3.1 – Use your existing organizational login
Figure 3.2 – Authenticate with your NetID and password
Figure 3.3 – Choose an authentication method
Figure 3.4 – Initial Globus Interface

You must configure endpoints before initiating file transfers between your local machine and the DTN. One endpoint will reference your local system, while the other will reference one of the datamover DTNs. Further instructions on these endpoints will be provided below.

Key Concept: Endpoint

An endpoint is a server that hosts collections. If you want to be able to access, share, transfer, or manage data using Globus, the first step is to create an endpoint on the system where the data is (or will be) stored.

Globus Connect is used to create endpoints. An endpoint can be a laptop, a personal desktop system, a laboratory server, a campus data storage service, a cloud service, or an HPC cluster. As explained below, it’s easy to set up your own Globus endpoint on a laptop or other personal system using Globus Connect Personal. Administrators of shared services (like campus storage servers) can set up multi-user endpoints using Globus Connect Server. You can use endpoints set up by others as long as authorized by the endpoint administrator or a collection manager.

Figure 3.5 – Download Globus Connect Personal by choosing the right operating system

After installation has been completed, GCP will launch. Click on ‘Log In’ to authenticate with Globus and begin the Collection Setup process.

Figure 3.6 – Log in interface
Figure 3.7 – Grant the required consent to GCP Setup

If the endpoint for the computer is not already set up, users will see the window as shown in Figure 3.8. Enter the collection Name. This name will be the user’s local machine name. The name users choose unimportantly; however, it should be memorable (e.g., JaneSmithLocalEndpoint, etc.). Exit the setup upon successful completion.

Figure 3.8 – Enter the details for your GCP Collection
Figure 3.9 – Exit Globus Endpoint Setup
Figure 3.10 – Globus icon in the menu bar
Figure 3.11 – Globus options

At the end of the installation, you will see an icon in the menu bar at the bottom of your screen, indicating that Globus Connect Personal is running and your new collection is ready to be used.

Once you configure your local machine as a Globus endpoint, return to the “File Manager” tab on the page’s left side. Make sure you select the double panels option in the top-right of the page (Figure 3.12 highlights this option). This will display your local machine’s filesystem and the datamover’s. Once both panels are displayed, click “Collection” in the left panel. Type the name of your endpoint in the search bar or find it under “My Collections.”

After selecting your endpoint, you will return to the File Manager. In the right panel, click on “Collection.” Search for one of the two datamovers. The endpoint names of these DTNs are given below.

  • UTK ISAAC Legacy 1
  • UTK ISAAC Legacy 2
  • UTK ISAAC Legacy 3
  • UTK ISAAC Legacy 4
Figure 3.12 – Globus File Transfer Interface

Once both endpoints are configured, you can transfer data between the two. You can select individual files and directories for these transfers. When you choose the data you wish to transfer, press the “Start” button below the endpoint from which you will transfer data. You can also navigate the filesystem hierarchy in either endpoint using the Globus interface. Other options are available for your transfers but are usually unnecessary for most transfers. Figure 3.12 shows what the Globus interface should look like when both endpoints are selected.