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
78662a7c
Commit
78662a7c
authored
5 months ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Document scp for dataport nodes
- It is working again
parent
b070b799
No related branches found
No related tags found
2 merge requests
!1138
Automated merge from preview to main
,
!1134
Review documentation w.r.t. filesystems and hardware
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_transfer/dataport_nodes.md
+6
-5
6 additions, 5 deletions
doc.zih.tu-dresden.de/docs/data_transfer/dataport_nodes.md
with
6 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/data_transfer/dataport_nodes.md
+
6
−
5
View file @
78662a7c
...
@@ -5,8 +5,7 @@ possible to transfer small files directly via the login nodes, they are not inte
...
@@ -5,8 +5,7 @@ possible to transfer small files directly via the login nodes, they are not inte
way. Furthermore, longer transfers will hit the CPU time limit on the login nodes, i.e. the process
way. Furthermore, longer transfers will hit the CPU time limit on the login nodes, i.e. the process
get killed. The
**dataport nodes**
have a better uplink (10 GBit/s) allowing for higher bandwidth.
get killed. The
**dataport nodes**
have a better uplink (10 GBit/s) allowing for higher bandwidth.
Note that you cannot log in via SSH to the dataport nodes, but only use
Note that you cannot log in via SSH to the dataport nodes, but only use
<!-- [NT] currently not available:`scp`, -->
`scp`
,
`rsync`
or
`sftp`
(incl. FTP-clients like e.g.
`rsync`
or
`sftp`
(incl. FTP-clients like e.g.
[
FileZilla
](
https://filezilla-project.org/
)
) on them.
[
FileZilla
](
https://filezilla-project.org/
)
) on them.
The dataport nodes are reachable under the hostnames
The dataport nodes are reachable under the hostnames
...
@@ -17,6 +16,9 @@ The dataport nodes are reachable under the hostnames
...
@@ -17,6 +16,9 @@ The dataport nodes are reachable under the hostnames
Through the usage of these dataport nodes, you can bring your data to ZIH HPC systems or get data
Through the usage of these dataport nodes, you can bring your data to ZIH HPC systems or get data
from there - they have access to the different HPC
from there - they have access to the different HPC
[
filesystems
](
../data_lifecycle/file_systems.md#recommendations-for-filesystem-usage
)
.
[
filesystems
](
../data_lifecycle/file_systems.md#recommendations-for-filesystem-usage
)
.
Please keep in mind that the different filesystems differ in capacity, IO-performance, and intended
use cases. Choose the one that matches your needs.
The following directories are accessible:
The following directories are accessible:
-
`/home`
-
`/home`
...
@@ -30,10 +32,10 @@ The following directories are accessible:
...
@@ -30,10 +32,10 @@ The following directories are accessible:
There are at least three tools to exchange data between your local workstation and ZIH systems. They
There are at least three tools to exchange data between your local workstation and ZIH systems. They
are explained in the following section in more detail.
are explained in the following section in more detail.
!!! important
!!! important "Premise: SSH configuration"
The following explanations require that you have already set up your
The following explanations require that you have already set up your
[SSH configuration](../access/ssh_login.md#configuring-default-parameters-for-ssh).
[SSH configuration](../access/ssh_login.md#configuring-default-parameters-for-ssh).
<!-- [NT] scp currently not available
### SCP
### SCP
...
@@ -72,7 +74,6 @@ in a directory, the option `-r` has to be specified.
...
@@ -72,7 +74,6 @@ in a directory, the option `-r` has to be specified.
```console
```console
marie@local$ scp -r dataport:output /tmp
marie@local$ scp -r dataport:output /tmp
```
```
-->
### SFTP
### SFTP
...
...
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