Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rdms:access:linux:icommands [2024/02/23 10:17]
jelte Changed default host
rdms:access:linux:icommands [2024/05/06 11:51] (current)
jelte [Installation on Ubuntu and Debian] A little text adjustment
Line 38: Line 38:
     "irods_port": 1247,     "irods_port": 1247,
     "irods_ssl_verify_server": "cert",     "irods_ssl_verify_server": "cert",
-    "irods_user_name": "<username>@rug.nl",+    "irods_user_name": "<emailadress>",
     "irods_zone_name": "rug"     "irods_zone_name": "rug"
 } }
 </code></hidden>\\ </code></hidden>\\
 **Notes:**  **Notes:** 
-  * The iRODS username ''<username>@rug.nl'' should be replaced by your UG email address. +  * The iRODS username ''<emailadress>'' should be replaced by your UG email address. 
-  * Your username is case-sensitive, make sure to use all lower-case letters!+  * Your username is case-sensitive, make sure to use all lowercase letters!
  
 To see if everything was properly configures, you can now start the session by invoking the ''iinit'' command which will initialize your connection to the RDMS: To see if everything was properly configures, you can now start the session by invoking the ''iinit'' command which will initialize your connection to the RDMS:
Line 78: Line 78:
 </code> </code>
  
 +
 +**Additional Notes for Users of Ubuntu 20+ and Debian 11+**
 +
 +On Debian-based operating systems, the ''apt-key add'' feature was deprecated, and you might see the following message in the first step:
 +<code>
 +$ wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add -
 +Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
 +OK
 +</code>
 +
 +As of now, the warning can be still ignored and the steps can be performed as described, but in the longer term it is highly advisable to add the repository signing key in another manner as described, for example, [[https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html|here]]. As of now, iRODS has not yet decided on the best way to handle this in the case of the iRODS package repository, and this information will be updated accordingly in the future.  
  
 ==== Installation on EL-based Distributions  ==== ==== Installation on EL-based Distributions  ====
Line 736: Line 747:
  
 === iCommands for Group Management === === iCommands for Group Management ===
-To manage RDMS Groups, the ''igroupadmin'' command is used. This command can be used to list group members (''igroupadmin lg <groupname>''), add/remove users from groups (''igroupadmin <atg/rfg> <groupname> <username>''), or even to create a new group (''igroupadmin mkgroup <groupname>'').+To manage RDMS Groups, the ''igroupadmin'' command is used. This command can be used to list group members (''igroupadmin lg <groupname>''), add/remove users from groups (''igroupadmin <atg/rfg> <groupname> <emailadress>''), or even to create a new group (''igroupadmin mkgroup <groupname>'').
    
 <hidden> <hidden>