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
Merge requests
!386
Update dice.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update dice.md
dvo0012-dice-patch
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Ondrej Dvorak
requested to merge
dvo0012-dice-patch
into
master
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
da10f463
2 years ago
master (base)
and
latest version
latest version
5c4fbade
2 commits,
2 years ago
version 1
da10f463
1 commit,
2 years ago
1 file
+
36
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs.it4i/dice.md
+
36
−
12
Options
@@ -29,18 +29,50 @@ We have to be sure about your identity, this will be done throught this steps:
### ***IT4I User (You Have IT4I Account With Access to Cluster Already)***
-
iR
ods
clients are provided as a module
-
iR
ODS
clients are provided as a module
on our
***Karolina***
cluster ( Barbora is in progress )
-
config file (for client) will be loaded with module too
-
PAM passwords is password, you set in aai.it4i.cz
***How to mount your collection***
-
load module iRODS
```
console
ssh some_user@
login.
karolina.it4i.cz
ssh some_user@karolina.it4i.cz
ml iRODS
```
now you can choose between Fuse client or iCommands
***Fuse***
```
console
$
ml iRODS
The following have been reloaded with a version change:
1) iRODS/0.7.3 =>
iRODS/0.7.6
iRODS configuration file has been created at /home/some_user/.config/iRODS/config.yml.
To mount your iRODS repository at ~/IRODS, run
irodsfs -config ~/.config/iRODS/config.yml ~/IRODS
To unmount it, run
fusermount -u ~/IRODS
$
irodsfs
-config
~/.config/iRODS/config.yml ~/IRODS
time="2022-08-01 12:44:22.980139" level=info msg="Logging to /tmp/irodsfs_cbjqt1ib1ls3g1gtnnog.log" function=processArguments package=main
Password:
time="2022-08-01 12:44:27.319063" level=info msg="Found FUSE Device. Starting iRODS FUSE Lite." function=parentMain package=main
time="2022-08-01 12:44:27.319319" level=info msg="Running the process in the background mode" function=parentRun package=main
time="2022-08-01 12:44:27.319721" level=info msg="Process id = 64406" function=parentRun package=main
time="2022-08-01 12:44:27.319752" level=info msg="Sending configuration data" function=parentRun package=main
time="2022-08-01 12:44:27.319909" level=info msg="Successfully sent configuration data to background process" function=parentRun package=main
time="2022-08-01 12:44:27.555090" level=info msg="Successfully started background process" function=parentRun package=main
```
you can work with fuse as an ordinary directory ( ls, cd, cp, mv etc )
***iCommands***
```
console
@@ -60,22 +92,13 @@ ils
-
upload
`iput`
, download
`iget`
-
for more help, type
`ihelp`
***Fuse***
```
console
./irodsfs -config ~/config.yml ~/IRODS
cd ~/IRODS
```
you can work with fuse as an ordinary directory
### ***Users Without IT4I Account (No Access to Cluster)***
-
we suppose, you will upload your data from your local pc/vm
#### You Need a Client to Connect to iRods Server
-
t
here are many iRods clients, but we recommend theese:
-
T
here are many iRods clients, but we recommend theese:
-
Cyberduck - for windows / mac, GUI . Password from aai.it4i.cz (keycloak) works
-
Fuse (irodsfs lite) - for linux, cli
-
iCommands - for linux, cli . Password from aai.it4i.cz (keycloak) works
@@ -92,6 +115,7 @@ you can work with fuse as an ordinary directory
-
work with your irods collection like ordinary directory
-
this is linux client only, basic knowledge of commandline is neccessary
-
PAM passwords is password, you set in aai.it4i.cz
```
console
cd ~
Loading