Skip to content

SDS Access

Simon Anders edited this page Jul 8, 2024 · 12 revisions

SDS@hd (Scientific Data Storage at Heidelberg) is a file server run by URZ for collaborative data.

To access our share, proceed as follows

Getting access

Joining the SDS share

  • Go to the SDS@hd Management page.
  • There, choose "Universität Heidelberg" and log in with your Uni ID.
  • Consent to the data transfer to access the actual SDS management page.
  • Choose "Mitarbeit Speichervorhaben" ("join a storage project")
  • Fill out the form:
    • Our Speichervorhaben (SV, storage project, i.e. share) has the "acronym" sd17l002
    • Ask Simon for the password.

Setting the password

  • Go to the BW Services page.
  • Log in again with your Uni ID.
  • In the box "SDS@hd", choose "Registrieren", the fill out the form.
  • Wait a minute or two.
  • Go back to the page with the boxes. The box "SDS@hd" should now have the option "Dienstpasswort setzen" ("choose service password")
  • Use it to set your password for accessing the storage.

Connecting to the share

Via web browser

With SFTP (Linux or Mac)

  • Use an SFTP client such as WinSCP (for Windows) or Cyberduck (for Mac).
  • Initiate a connection with the following parameters:
    • Server: lsdf02-sshfs.urz.uni-heidelberg.de
    • Protocol: SFTP
    • Username: hd_ followed by you Uni ID (e.g. hd_xy123)
    • Password: The password you have set above

With sshfs

sshfs allows you to mount the SDS shares within your home directory.

Remarks:

  • I have some issues with losing connection. The options -o reconnect -o ServerAliveInterval=3 -o ServerAliveCountMax=2 -o [email protected] -o intr (right after the sshfs) may or may not help.
  • If you disconnect your ethernet or WLAN and reconnect elsewhere (for example, when taking the laptop home), the open connection may cause Linux to hang. If that happens, kill sshfs.
  • To unmount, use fusermount -u ~/sds
  • On papagei, I have put a global script, called sds, to mount the SDS shares and one called sds_unmount to unmount them.

You need to be within the University network to access SDS. However, if you are not and don't want to use VPN, you can still connect by using papagei as jump host, as follows:

sshfs \
  -o ssh_command='ssh -J [email protected]' \
  [email protected]: ~/sds

(Replace xy123 with your Uni ID and username with your papagei login.)

With SMB (Windows or Mac)

Using the "Connect to server" or "Map network drive" functions in Windows File Explorer or MacOS Finder, you can also connect to SDS:

  • Share name: \\lsdf02.urz.uni-heidelberg.de\sd17l002
  • Username: BWSERVICESAD\hd_xy123 (where xy123 is your UniID)

With WebDAV / Rclone

These instructions describe how to access the SDS shares via WebDAV and use this to mirror directories to your local drive using a tool called Rclone.

Organisation of our share

Our share is organized as follows

  • In the directory u (for "users"), each of us can make a directory for themselves.
  • In p (for "projects"), we put directories for projects that involve more than one of us.
  • sw was meant for software but is defunct.
  • heiarchive is a staging directory to collect files to be archived with HeiArchive.

Cost

The URZ charges us 0.25 ct per GB and month (i.e., about €30 per TB and year) (price of Feb 2023). We can ask for additional storage if needed.