-
Notifications
You must be signed in to change notification settings - Fork 0
SDS Access
SDS@hd (Scientific Data Storage at Heidelberg) is a file server run by URZ for collaborative data.
To access our share, proceed as follows
- 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.
- Our Speichervorhaben (SV, storage project, i.e. share) has the "acronym"
- 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.
- Use this link: https://lsdf02-webdav.urz.uni-heidelberg.de/
- 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
- Server:
sshfs
allows you to mount the SDS shares within your home directory.
- Create a mount point:
mkdir ~/sds
- Call
sshfs
:sshfs [email protected]: ~/sds
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 thesshfs
) 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, calledsds
, to mount the SDS shares and one calledsds_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.)
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
(wherexy123
is your UniID)
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.
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.
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.