Versions Compared

Key

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

hwinscp1.jpg

Table of Contents

You can use a sftp client to connect to Griffith HPC cluster.

Please note that the login node has changed. It is now clogin1.rcs.griffith.edu.au  (10.250.250.7) and no longer gowonda.rcs.griffith.edu.au (10.250.250.3)

All other instructions remain the same.

Windows Client

WinSCP

An instruction video has been created and placed here

...

For the hostname, type: "gc-prd-hpclogin1clogin1.rcs.griffith.edu.au"
User name: <yourUsername> e.g. s1234567
Password: Leave it blank for now

...

For the hostname, type: "gc-prd-hpclogin1clogin1.rcs.griffith.edu.au"
User name: <yourUsername> e.g. s1234567
Password: Leave it blank for now

...

To copy a file named "core.10437" from HPC login node to local machine:
=====================================================================
scp s123456@10.250.250.37:/export/home/s123456/core.10437 . 

To copy a directory named tmp2 from local machine to HPC login node
====================================================================
scp -r tmp2 s123456@10.250.250.37:/export/home/s123456/

With the implementation of 2 factor authentication on the cluster, you will be prompted for authentication using pingID.  

...