Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
0cbaae48
Commit
0cbaae48
authored
3 years ago
by
Danny Marc Rotscher
Browse files
Options
Downloads
Patches
Plain Diff
Added group drive documentation
parent
35262c08
No related branches found
Branches containing commit
No related tags found
2 merge requests
!478
Automated merge from preview to main
,
!468
Added group drive documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_transfer/datamover.md
+26
-0
26 additions, 0 deletions
doc.zih.tu-dresden.de/docs/data_transfer/datamover.md
with
26 additions
and
0 deletions
doc.zih.tu-dresden.de/docs/data_transfer/datamover.md
+
26
−
0
View file @
0cbaae48
...
@@ -67,3 +67,29 @@ To identify the mount points of the different filesystems on the data transfer m
...
@@ -67,3 +67,29 @@ To identify the mount points of the different filesystems on the data transfer m
The
[
warm archive
](
../data_lifecycle/warm_archive.md
)
and the
`projects`
filesystem are not
The
[
warm archive
](
../data_lifecycle/warm_archive.md
)
and the
`projects`
filesystem are not
writable from within batch jobs.
writable from within batch jobs.
However, you can store the data in the
`warm_archive`
using the datamover.
However, you can store the data in the
`warm_archive`
using the datamover.
## Transfering Files Between ZIH Systems and Group Drive
1.
Create
`~/.ssh`
directory on
`login1.zih.tu-dresden.de`
nodes.
```
console
marie@login$
ssh login1.zih.tu-dresden.de
mkdir
--parents
--mode
=
700 ~/.ssh
```
1.
Copy your private SSH key from ZIH system to
`login1.zih.tu-dresden.de`
.
```
console
marie@login$
cat
~/.ssh/id_rsa.pub | ssh login1.zih.tu-dresden.de
tee
--append
~/.ssh/authorized_keys
```
1.
Now you can access your group drive with the Datamover commands.
```
console
marie@login$
export
GROUP_DRIVE_NAME
=
???
# Please replace ??? with the name of your group drive
```
!!! example "Copying data from your group drive to
`/beegfs/global0`
filesystem."
```console
marie@login$ dtrsync -av dgw.zih.tu-dresden.de:/glw/${GROUP_DRIVE_NAME}/inputfile /beegfs/global0/ws/marie-workdata/.
```
!!! example "Copying data from
`/beegfs/global0`
filesystem to your group drive.
```console
marie@login$ dtrsync -av /beegfs/global0/ws/marie-workdata/resultfile dgw.zih.tu-dresden.de:/glw/${GROUP_DRIVE_NAME}/.
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment