Skip to content

Transfering files through Globus

Currently, only Globus personal is supported on Aurora. Perform the following steps to transfer data to/from the Aurora login nodes.

  1. On a fresh connection to the login nodes, ensuring no proxies are being set (which may require commenting the proxy settings in the ~/.bashrc or ~/.bash_profile files), execute

    /soft/tools/proxychains/bin/proxychains4 -f /soft/tools/proxychains/etc/proxychains.conf /soft/tools/globusconnect/globusconnect -setup --no-gui
    

  2. Paste the link provided by the above command in a browser and follow the instructions to setup a personal endpoint

    • When requested, input your ALCF username and one-time password from your CRYPTOCard/MobilePASS+ token
    • Select the Allow button
    • Enter the authentication code generated back into the terminal
    • Enter a name for the endpoint (e.g., aurora_login_uan11)
  3. On the same terminal, execute

    /soft/tools/proxychains/bin/proxychains4 -f /soft/tools/proxychains/etc/proxychains.conf /soft/tools/globusconnect/globusconnect -start &
    

    • By default, the command only gives access to your home directory
    • You can add -restrict-paths /lus/flare/projects/YOURPROJECT to access your project directory
  4. Open the Globus web app and search for the endpoint name defined above. You will now see your home directory (and project directory, if requested) on Aurora and can initiate transfers with other endpoints (e.g., the Eagle file system on Polaris at alcf#dtn_eagle)