...
Code Block | ||
---|---|---|
| ||
https://datagw03.supermuc.lrz.de:9000/rest/auth/DATAGW https://datagw04.supermuc.lrz.de:9000/rest/auth/DATAGW |
which can be both reached via the alias:
Code Block | ||
---|---|---|
| ||
https://datagw.supermuc.lrz.de:9000/rest/auth/DATAGW
|
Setting up the Client
To transfer files with a client at LRZ on SuperMUC-NG to another site, you need to log in to
...
Code Block | ||
---|---|---|
| ||
module use -a /lrz/sys/share/modules/extfiles module load uftp-client |
For more information on the uftp-client, see the examples below or please refer to https://www.unicore.eu/docstore/uftpclient-1.3.2/uftpclient-manual.html
...
Code Block | |||||
---|---|---|---|---|---|
| |||||
Client identity: CN=YOUR_USERNAME_AT_JSC , OU=ssh-local-users
Client auth method: SSHKEY
Auth server type: AuthServer
Server: JUDAC
URL base: https://uftp.fz-juelich.de:9112/UFTP_Auth/rest/auth/JUDAC:
Description: JUDAC
Remote user info: uid=YOUR_USERNAME_AT_JSC ;gid=N/A
Sharing support: enabled
Server status: OK [connected to UFTPD judacsrv.fz-juelich.de:64433]
Server: JUDAC-PRACE
URL base: https://uftp.fz-juelich.de:9112/UFTP_Auth/rest/auth/JUDAC-PRACE:
Description: JUDAC via PRACE Network
Remote user info: uid= YOUR_USERNAME_AT_JSC;gid=N/A
Sharing support: not available
Server status: OK [connected to UFTPD judacsrv.fz-juelich.de:64433]
| |||||
Note | |||||
If you receive a warning like
judacsrv.fz-juelich.de:64433]
|
To list the contents of a remote directory, use
...
Code Block |
---|
gsiftp://datagw03.supermuc.lrz.de gsiftp://datagw04.supermuc.lrz.de |
which can be both reached via the alias:
Code Block |
---|
gsiftp://datagw.supermuc.lrz.de |
Associate your DN from your personal certificate with your LRZ-username
...
Then you need to load the GridFTP module:
Code Block |
---|
module use -a /lrz/sys/share/modules/extfiles module load gridftp-client |
Now you need to generate a proxy certificate with a limited lifetime. This is done via
...
Code Block |
---|
globus-url-copy -vb -p 6 gsiftp://datagw03datagw.supermuc.lrz.de/PATH/TO/FILE/AT/LRZ gsiftp://judacsrv.fz-juelich.de/PATH/TO/FILE/AT/JSC |
...
Code Block |
---|
globus-url-copy -vb -p 6 gsiftp://gridftp-fr1.hww.de:2812/PATH/TO/FILE/AT/HLRS gsiftp://datagw04datagw.supermuc.lrz.de/PATH/TO/FILE/AT/LRZ |
...