• eResearch
    • Collaborative Technologies
      • ARDC (Australian Research Data Commons)
      • ARDC Nectar Research Cloud
      • Australian Access Federation
      • QRIScloud
      • Video Collaboration
    • Data Management
      • Research Data Management Plans
    • Data Services
      • Australian and International Data Portals
      • CQUni Research Data Storage Options
      • CQUniversity Research Data Storage
      • GEOSCIENCE DATA PORTALS
    • eResearch and Security: MFA and CyberSafety
      • Encrypting Data on Portable Devices
    • High Performance Computing
      • The History of CQU’s HPC Facilities
        • Ada Lovelace Cluster (New HPC)
        • Marie Curie Cluster (Current HPC)
        • Einstein Cluster (Decommissioned)
        • Isaac Newton HPC Facility (Decommissioned)
      • HPC User Guides and FAQs
        • Basics of working on the HPC
        • Getting started on CQUniversity’s Ada Lovelace HPC System
        • Graphical Connection to the HPC System
        • Compiling Programs (and using the optimization flags)
        • Connecting to the Marie Curie Cluster
        • Finding Installed Software
        • Frequently Asked Questions
        • Graphical connection HPC via Open On Demand
        • HPC Job Scheduler
        • HPC Trouble Shooting
        • Machine and Deep Learning
        • PBS Commands
        • PBS to Slurm Command tables (HPC Scheduler)
        • Running LLM’s on the HPC system
        • Running Python on HPC
        • Simple Unix Commands
        • Software Module Information
        • Submitting an Interactive Job
        • Transferring Files to the HPC System
        • Transferring Files to the HPC System (Ada)
        • Using Abaqus
        • Using ANSYS (Fluent) on the HPC System
        • Using APSIM
        • Using HPC Scheduler on Ada Lovelace Cluster
        • Using MATLAB
        • Using R
        • Virtualisation and Containers
      • HPC Community
      • HPC Related Links
      • HPC Sample Code Scripts
        • MATLAB Sample Scripts
        • Multiple Job Submission
        • Multiple Run Job Submission
        • PBS Job Array Submission
        • R Sample Scripts
        • Sample PBS Submission Script
        • Sample Slurm Submission Script
      • HPC Software
        • Mathematica Sample Scripts
    • Research Software
    • Scholarly Communication
    • Survey Tools
    • Training
      • QCIF – Queensland Cyber Infrastructure Foundation
      • Teaching Lab Skills for Scientific Computing

eResearch

Transferring Files to the HPC System (Ada Lovelace Cluster)

Before you attempt the below instructions there’s somethings you need to note. You will first need to request a HPC account. This can be done by contacting TaSAC. If you are off campus you will also need to install and use the “VPN” software. For assistance with installing the VPN please contact TaSAC.

Files and results on the HPC aren’t backed up

Windows

Users can easily transfer files from their PC to the cluster through the use of a shared drive. To map your local drive, you will need to do the following steps:

(Please note that you need to have already connected to the cluster via SSH [putty] or via the graphical connection method, to be able to map the drive – as the first time you log in, it will automatically create your home directory)

  • Open up “My Computer” or “This PC”;
  • Click on the menu option “Tools” and select “Map Drive”
  • Select the drive letter you would like to map to and in the folder, type in the following: \\hpc-data.cqu.edu.au\home
    • If you are trying to map the drive using a non CQUni computer, you will need to ensure you have the ‘connect using different credentials’ checkbox ticked’, and for the username, entered CQU\<your_CQUni_username> as your username.
  • Hopefully your home directory on the cluster should now be mapped.

Alternatively, you can sftp (secure ftp) your files from your computer to the HPC system.

Note to user connecting to the HPC system using their student account – due to security reasons, you cannot use the “map network drive” feature.  You will need to use the SFTP protocol to easily access the files on the HPC system.

It should be highlighted that students are unable to authenticate via SMB (windows sharing protocol) to HPC system.  Thus if you are trying to transfer files to the HPC system and you are connecting to the system using a student account, you will need to use the alternative method of connecting.

  • So try downloading and installing a scp client.  FileZilla (https://filezilla-project.org/) or WinSCP (https://winscp.net/eng/download.php) are very popular
  • When setting up a connection, try connecting to hpc-data.cqu.edu.au as the host
  • Enter you username and password (the same you use to login via Open on Demand).
  • You will need to use port 22 to connect to the host
  • Then you should be able to copy files to and from the HPC system.

Linux

To connect to the cluster using Secure FTP, simply start a terminal session and issue the following command sftp hpc-data.cqu.edu.au, in which you will then be prompted the enter you name (username) and password, which will be your CQUniversity domain username and password.

For commands on how to transfer the files, it is suggested to have a look at the sftp man pages. Simply type man sftp to obtain information on how to use sftp.

Mac

  • On the Apple menu, select  the Go -> Connect to Serve…. Option
  • Enter in the following server details:
  • smb://hpc-data.cqu.edu.au/home

Simply replace the username with your CQUniversity username

Alternatively, you can sftp (secure ftp) your files from your computer to the cluster.  To use sftp, simply start a terminal session and issue the following command sftp hpc-data.cqu.edu.au\home\ , in which you will then be prompted the enter you name (username) and password, which will be your CQUniversity domain username and password.

For commands on how to transfer the files, it is suggested to have a look at the ftp man pages. Simply type man sftp to obtain information on how to use sftp.

Support

eresearch@cqu.edu.au

tasac@cqu.edu.au OR 1300 666 620

Hacky Hour (3pm – 4pm every Tuesday)

High Performance Computing Teams site