Skip to content
Snippets Groups Projects
Commit a7b67aed authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Updated cesnet storage section; resolves #85

parent df67f8d8
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -266,7 +266,7 @@ Do not use shared filesystems at IT4Innovations as a backup for large amount of ...@@ -266,7 +266,7 @@ Do not use shared filesystems at IT4Innovations as a backup for large amount of
The CESNET Storage service can be used for research purposes, mainly by academic staff and students of research institutions in the Czech Republic. The CESNET Storage service can be used for research purposes, mainly by academic staff and students of research institutions in the Czech Republic.
User of data storage CESNET (DU) association can become organizations or an individual person who is in the current employment relationship (employees) or the current study relationship (students) to a legal entity (organization) that meets the “Principles for access to CESNET Large infrastructure (Access Policy)”. Users of data storage CESNET (DU) association can become organizations or individual persons who are in the current employment relationship (employees) or the current study relationship (students) to a legal entity (organization) that meets the “Principles for access to CESNET Large infrastructure (Access Policy)”.
User may only use data storage CESNET for data transfer and storage associated with activities in science, research, development, spread of education, culture, and prosperity. For details, see “Acceptable Use Policy CESNET Large Infrastructure (Acceptable Use Policy, AUP)”. User may only use data storage CESNET for data transfer and storage associated with activities in science, research, development, spread of education, culture, and prosperity. For details, see “Acceptable Use Policy CESNET Large Infrastructure (Acceptable Use Policy, AUP)”.
...@@ -296,13 +296,13 @@ First, create the mount point: ...@@ -296,13 +296,13 @@ First, create the mount point:
$ mkdir cesnet $ mkdir cesnet
``` ```
Mount the storage. Note that you can choose among the ssh.du1.cesnet.cz (Plzen), ssh.du2.cesnet.cz (Jihlava), ssh.du3.cesnet.cz (Brno) Mount tier1_home **(only 5120 MB!)**: Mount the storage. Note that you can choose among `ssh.du4.cesnet.cz` (Ostrava) and `ssh.du5.cesnet.cz` (Jihlava). Mount tier1_home **(only 5120 MB!)**:
```console ```console
$ sshfs username@ssh.du1.cesnet.cz:. cesnet/ $ sshfs username@ssh.du4.cesnet.cz:. cesnet/
``` ```
For easy future access from Barbora, install your public key: For convenient future access from Barbora, install your public key:
```console ```console
$ cp .ssh/id_rsa.pub cesnet/.ssh/authorized_keys $ cp .ssh/id_rsa.pub cesnet/.ssh/authorized_keys
...@@ -311,7 +311,7 @@ $ cp .ssh/id_rsa.pub cesnet/.ssh/authorized_keys ...@@ -311,7 +311,7 @@ $ cp .ssh/id_rsa.pub cesnet/.ssh/authorized_keys
Mount tier1_cache_tape for the Storage VO: Mount tier1_cache_tape for the Storage VO:
```console ```console
$ sshfs username@ssh.du1.cesnet.cz:/cache_tape/VO_storage/home/username cesnet/ $ sshfs username@ssh.du4.cesnet.cz:/cache_tape/VO_storage/home/username cesnet/
``` ```
View the archive, copy the files and directories in and out: View the archive, copy the files and directories in and out:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment