Erda

From Tycho
Revision as of 14:07, 15 November 2023 by David.oneill (talk | contribs)
Jump to navigation Jump to search

ERDA Is A File System Provided By The University Of Copenhagen: It can be accessed through your webbrowser at http://erda.ku.dk/. It is very easy to create an account using your KU credentials (Swedish number plate). The full documentation for ERDA is currently located at "https://erda.dk/public/ucph-erda-user-guide.pdf/"

Mount ERDA In Dolphin On The Astro Cluster

You can mount your ERDA home folder in Dolphin (The default file manager on the cluster). To add ERDA to Dolphin you should:

  1. Enable the Places panel in Dolphin- To enable the Places panel you either hit F9 or go to the dropdown menu View > Panels and check the Places option.
  2. Add entry- Once the Places panels is enabled right-click anywhere inside the panel and select Add entry
  3. Add entry dialog box- In the dialog box enter the following path into the Location field: davs://io.erda.dk:443 and optionally enter a name for the entry in the Description field. Click OK
  4. Enter credentials and establish connection- Once you click on your ERDA entry in the Places panel a dialog box will appear. In the Username field enter your ERDA username (usually the same as your KUnet mail). In the Password field you must enter your WebDAVS password. You can choose this password under Settings > WebDAVS on the ERDA website

Import/Export Files And Folders Between Astro Cluster And ERDA

Import/Export from the astro cluster to ERDA. To setup an import request, log on to http://erda.ku.dk/. From the Files tab select the Manage data transfer icon in the top right. We recommend setting up a transfer key, but one can also use a password instead. To set up a transfer key, switch to the Manage transfer keys tab.

First choose a name for the key Click generate key Copy the key to the host from which you wish to authorize transfer (could be your workstation or the cluster). Copy the key to ./ssh/authorized_keys on the desired transfer target host. Once the key is setup switch to the Manage data transfers tab to setup a transfer.

Select Import or Export. Choose an optional transfer name. Choose a transfer protocal. In the following we use SFTP. Enter the host address. For the cluster this could be astro06.hpc.ku.dk. The port should be 22, which should be default Choose login with key and select the key created earlier. Choose the source file or directory. In my experience it only works with the complete path, e.g /lustre/astro/XXXX/XXXX Enter the destination folder on the ERDA drive. Optionally enter email for notification of completion. You can restart/redo a previous transfer request (fx for backup purposes) by clicking on the far-right icon of a previous transfer request in the list on the Manage data transfer site.

Mount ERDA With SSHFS

NOTE: This option now works on the cluster with the upgrade to CentOS7.

One can use SSHFS to mount ERDA as an local partition which can be accessed through both terminal and graphical file managers.

To use SSHFS you need to install FUSE. For Linux you can install fuse and for Mac there is osxfuse.

We recommend adding the ERDA host to your ssh config. To do this add the following information to your ssh config file, usually located in ~/.ssh/config: