Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
aaa66a35
Commit
aaa66a35
authored
2 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
text format
parent
74b15b6c
No related branches found
No related tags found
1 merge request
!378
Update docs.it4i/dice.md, docs.it4i/img/aai2.jpg, docs.it4i/img/aai.jpg,...
Pipeline
#27081
passed with warnings
2 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/dice.md
+14
-6
14 additions, 6 deletions
docs.it4i/dice.md
with
14 additions
and
6 deletions
docs.it4i/dice.md
+
14
−
6
View file @
aaa66a35
...
@@ -17,12 +17,14 @@ The integrated Rule-Oriented Data System (iRODS) is an open source data manageme
...
@@ -17,12 +17,14 @@ The integrated Rule-Oriented Data System (iRODS) is an open source data manageme
**Prerequisities:**
**Prerequisities:**
We have to be sure about your identity, this will be done throught this steps:
We have to be sure about your identity, this will be done throught this steps:
-
sign to MyAccessId https://ds.myaccessid.org/ , after that, please create account at B2Access
[
https://b2access.eudat.eu/
][
d
]
-
sign to MyAccessId https://ds.myaccessid.org/ , after that, please create account at B2Access
[
https://b2access.eudat.eu/
][
d
]
-
after successfull login to B2Access, please sign in to our AAI at : [https://aai.it4i.cz/realms/IT4i_AAI/account/#/] throught your B2Access account
-
after successfull login to B2Access, please sign in to our AAI at : [https://aai.it4i.cz/realms/IT4i_AAI/account/#/] throught your B2Access account
-
fill this request for eudat https://www.eudat.eu/contact-support-request?Service=B2SAFE
-
fill this request for eudat https://www.eudat.eu/contact-support-request?Service=B2SAFE
-
finally, contact our support@it4i.cz by crypted mail, we will create account at our iRods server and send you crypted mail.
-
finally, contact our support@it4i.cz by crypted mail, we will create account at our iRods server and send you crypted mail.




### You Need a Client to Connect to iRods Server
### You Need a Client to Connect to iRods Server
...
@@ -31,7 +33,6 @@ We have to be sure about your identity, this will be done throught this steps:
...
@@ -31,7 +33,6 @@ We have to be sure about your identity, this will be done throught this steps:
-
iCommands - for linux, cli
-
iCommands - for linux, cli
-
Fuse - for linux, cli
-
Fuse - for linux, cli
#### Cyberduck
#### Cyberduck
-
download at https://cyberduck.io/download/
-
download at https://cyberduck.io/download/
...
@@ -39,16 +40,18 @@ We have to be sure about your identity, this will be done throught this steps:
...
@@ -39,16 +40,18 @@ We have to be sure about your identity, this will be done throught this steps:
-
left doubleclick at this profile file opens connection
-
left doubleclick at this profile file opens connection


#### Fuse
#### Fuse
-
Instalation without openid:
-
Instalation without openid:
```
console
```
console
lup005@ubuntu20:~$
wget https://github.com/cyverse/irodsfs/releases/download/v0.7.3/irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$
wget https://github.com/cyverse/irodsfs/releases/download/v0.7.3/irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$
tar
-xvf
irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$
tar
-xvf
irodsfs_amd64_linux_v0.7.3.tar
lup005@ubuntu20:~$
mkdir
IRODS
lup005@ubuntu20:~$
mkdir
IRODS
```
```
settings:
settings:
```
console
```
console
lup005@ubuntu20:~$
vim config.yml
lup005@ubuntu20:~$
vim config.yml
...
@@ -56,14 +59,16 @@ host: irods1.it4i.cz
...
@@ -56,14 +59,16 @@ host: irods1.it4i.cz
port: 1247
port: 1247
client_user: test
client_user: test
zone: IT4I
zone: IT4I
password: TestUser123/
password: TestUser123/
path_mappings:
path_mappings:
- irods_path: /IT4I/home/test
- irods_path: /IT4I/home/test
mapping_path: /
mapping_path: /
resource_type: dir
resource_type: dir
```
```
How to start - mount your collection:
How to start - mount your collection:
```
console
```
console
lup005@ubuntu20:~$
./irodsfs
-config
~/config.yml ~/IRODS
lup005@ubuntu20:~$
./irodsfs
-config
~/config.yml ~/IRODS
...
@@ -71,19 +76,22 @@ time="2022-07-13 14:42:18.088338" level=info msg="Logging to /tmp/irodsfs_cb7bra
...
@@ -71,19 +76,22 @@ time="2022-07-13 14:42:18.088338" level=info msg="Logging to /tmp/irodsfs_cb7bra
Username: test
Username: test
verification:
verification:
lup005@ubuntu20:~$
ls
-la
IRODS/
lup005@ubuntu20:~$
ls
-la
IRODS/
total 0
total 0
-rwx------ 1 lup005 lup005 1073741824 Nov 4 2021 test1G.txt
-rwx------ 1 lup005 lup005 1073741824 Nov 4 2021 test1G.txt
```
```
How to stop - unmout your collection:
How to stop - unmout your collection:
```
console
```
console
lup005@ubuntu20:~$
umount ~/IRODS
lup005@ubuntu20:~$
umount ~/IRODS
```
```
#### iCommand
#### iCommand
-
this is only linux client, basic knowledge of command line is neccessary
-
this is only linux client, basic knowledge of command line is neccessary
-
we tested it on centos7 a ubuntu20
-
we tested it on centos7 a ubuntu20
```
console
```
console
wget https://packages.irods.org/irods-signing-key.asc
wget https://packages.irods.org/irods-signing-key.asc
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
...
...
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