Aspera-pot

Smart Transfers - Using Aspera Console to Transfer files between AMERICAS and EUROPE Regions

Return to Aspera Console labs page


Table of Contents


1. Overview

In this lab, you will employ IBM Aspera Console to configure Smart Transfer aimed at transferring files from the AMERICAS Region to the EUROPE Region. Furthermore, examine the transfer speeds by contrasting Aspera FASP with SFTP/TCP through the transfer of a 10GB file between these two regions.

Component Diagram:

alt text


2. Environment

You will utilize two IBM Techzone environments, one reserved in the USA Region and the other in EUROPE Region.

After reserving the two environments, we need to configure them.

First, we will configure the EUROPE environment, and then AMERICAS environment.

2.1 EUROPE Environment Setup

Open Techzone EUROPE lab environment.

alt text

Scroll down to the bottom.

Capture “Router WAN IP” of EUROPE Techzone Environment.

alt text


Open Windows VM’s Console.

alt text

Use CAD (Control Alt Delete) button, and login to the Windows VM.
Credentials: techzone / IBMDem0s

Open Putty program.

Open Putty Program from the Windows Desktop or Taskbar in the bottom of the screen.

alt text

Login as ibmuser / engageibm.

Run setup_target_env.sh. This will copy a HSTS (High Speed Transfer Server) license to EUROPE HSTS, then it updates aspera.conf with the EUROPE Router WAN IP. Additionally, it will also restart aspera services.

sudo ./setup-target-env.sh "PASTE-YOUR-EUROPE-Router-WAN-IP"


2.2 AMERICAS Environment Setup

Logon to the Windows Virtual Machine as techzone / IBMDem0s user.

Open Chrome Browser, and click on “Aspera Console” from the Bookmark bar.

Login as admin/WelcometoAspera@2025.

Add Destination Aspera HSTS (High Speed Transfer Server) Node, under Nodes tab.

alt text

Enter EUROPE region’s “Router WAN IP”, Name, and select “Default endpoint type” as “Node API” as below.

alt text

Click <Create>.


Enter Node API Credentials asperanodeuser/WelcometoAspera@2025, then click <Update>.

alt text


Click on <Test Credentials> button.

alt text


alt text

You should see “Successfully connected to node via Node API.

Now, click on Map tab, and check “Show on map”. Also, drag the location circle to Europe as below and click on <Save Changes> button.

alt text

Click on <List Managed Nodes> button. Now you should see High Speed Transfer Server Node for AMERICAS, and Aspera High Speed Transfer Server Node for EUROPE listed as below.

alt text


3. Create Smart Transfer from AMERICAS to EUROPE

Click on Transfer Tab as below.

alt text

Select Source, and the preconfigured hsts1 Node as below.

alt text

Now, click on “Choose Source Directory” button, and select AMERICAS folder. The AMERICAS folder has just one file which is a 10GB file.

alt text

Now, select “Always transfer the entire directory” under “Items to transfer” dropdown box.

alt text

Now, click on the Destination box, and select “hsts-eu” under the Connect section.

alt text

Enter Login user, password as asperanodeuser/WelcometoAspera@2025.

alt text

Choose destination Directory, and select “FROM.AMERICAS” then click <OK>.

alt text

Open Transfer section, and make sure the “Target rate” is set to 1GB network.

alt text

Now, click on <Save> button.

alt text

Your newly created Smart Transfer should appear as below.

alt text

Start the Transfer as below.

alt text

Click the <Start> Button.

alt text

You should see alt text

Notice the Status being changed from Queued > Submitted > Running.

alt text

Watch the transfer speed in the bottom of the page.

alt text

Click on the Transfer.

alt text

You should see the transfer details.

alt text

** NOTE: ** It only took 1 minute and 23seconds to transfer 10GB file.

4. SFTP Transfer from AMERICAS to EUROPE

Let’s run an SFTP Transfer over TCP to compare the transfer speeds between TCP vs. FASP.

In the AMERICAS environment, open Putty Program from the Windows VM’s Desktop or Taskbar in the bottom of the screen.

alt text

Login as ibmuser / engageibm.

Run the below commands (see the screenshot). We will initiate SFTP transfer from AMERICAS to EUROPE, and lets use the of EUROPE.

cd /data/nodeuser_data/AMERICAS
sftp ibmuser@<Router WAN IP>
put 10GB-Marketing-data.1

alt text

Notice that it took 8 minutes and 24 seconds to transfer the 10GB file from AMERICAS to EUROPE.


5. Summary

You have investigated the SFTP and FASP protocols for transferring files across two distant regions and observed the transfer speeds. As observed, utilizing FASP technology results in approximately 90% faster data transfer speeds.

NOTE: Explore Aspera Console and it’s features by clicking on the other tabs.


Congratulations