Skip to content
Snippets Groups Projects
Commit d0909e2f authored by Ondrej Dvorak's avatar Ondrej Dvorak Committed by Jan Siwiec
Browse files

Update dice.md

parent 51300580
No related branches found
No related tags found
1 merge request!386Update dice.md
...@@ -29,18 +29,50 @@ We have to be sure about your identity, this will be done throught this steps: ...@@ -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)*** ### ***IT4I User (You Have IT4I Account With Access to Cluster Already)***
- iRods clients are provided as a module - iRODS clients are provided as a module on our ***Karolina*** cluster ( Barbora is in progress )
- config file (for client) will be loaded with module too - 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*** ***How to mount your collection***
- load module iRODS
```console ```console
ssh some_user@login.karolina.it4i.cz ssh some_user@karolina.it4i.cz
ml iRODS ml iRODS
``` ```
now you can choose between Fuse client or iCommands 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*** ***iCommands***
```console ```console
...@@ -60,22 +92,13 @@ ils ...@@ -60,22 +92,13 @@ ils
- upload `iput` , download `iget` - upload `iput` , download `iget`
- for more help, type `ihelp` - 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)*** ### ***Users Without IT4I Account (No Access to Cluster)***
- we suppose, you will upload your data from your local pc/vm - we suppose, you will upload your data from your local pc/vm
#### You Need a Client to Connect to iRods Server #### You Need a Client to Connect to iRods Server
- there are many iRods clients, but we recommend theese: - There are many iRods clients, but we recommend theese:
- Cyberduck - for windows / mac, GUI . Password from aai.it4i.cz (keycloak) works - Cyberduck - for windows / mac, GUI . Password from aai.it4i.cz (keycloak) works
- Fuse (irodsfs lite) - for linux, cli - Fuse (irodsfs lite) - for linux, cli
- iCommands - for linux, cli . Password from aai.it4i.cz (keycloak) works - iCommands - for linux, cli . Password from aai.it4i.cz (keycloak) works
...@@ -92,6 +115,7 @@ you can work with fuse as an ordinary directory ...@@ -92,6 +115,7 @@ you can work with fuse as an ordinary directory
- work with your irods collection like ordinary directory - work with your irods collection like ordinary directory
- this is linux client only, basic knowledge of commandline is neccessary - this is linux client only, basic knowledge of commandline is neccessary
- PAM passwords is password, you set in aai.it4i.cz
```console ```console
cd ~ cd ~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment