Differences

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

Link to this comparison view

Next revision
Previous revision
getting_started:new_member [2026/04/07 23:14] – created new member page avgetting_started:new_member [2026/05/07 14:46] (current) – external edit 127.0.0.1
Line 9: Line 9:
 | 2 | Request an account | 10 minutes with 1 business day response time | | 2 | Request an account | 10 minutes with 1 business day response time |
 | 3 | Connect via SSH | 5 minutes | | 3 | Connect via SSH | 5 minutes |
-| 4 | Explore the cluster | 15 minutes | +| 4 | Set your password | 2 minutes | 
-| Run your first job | 10 minutes |+| 5 | Explore the cluster | 15 minutes | 
 +| Run your first job | 10 minutes |
  
 ---- ----
- 
  
 ===== Step 1: Set Up SSH ===== ===== Step 1: Set Up SSH =====
Line 66: Line 66:
     * Your full name     * Your full name
     * Your email address (preferably @abi.am)     * Your email address (preferably @abi.am)
-    * Your SSH public key (see Step 2 if you don't have one yet)+    * Your SSH public key (from Step 1)
     * The project you are joining (e.g., cfDNA, microbiome, vine)     * The project you are joining (e.g., cfDNA, microbiome, vine)
  
Line 76: Line 76:
  
 ---- ----
- 
  
 ===== Step 3: Connect via SSH ===== ===== Step 3: Connect via SSH =====
Line 85: Line 84:
 ssh your_username@ssh.abi.am ssh your_username@ssh.abi.am
 </code> </code>
- 
  
 === First login === === First login ===
Line 116: Line 114:
 ---- ----
  
-===== Step 4: Explore the Cluster =====+===== Step 4: Set Your Password ===== 
 + 
 +After your first login, set your password. This password gives you access to ABI's web platforms. 
 + 
 +Run the following command: 
 + 
 +<code bash> 
 +setabipasswd 
 +</code> 
 + 
 +You will see output like: 
 + 
 +<code> 
 +setabipasswd 
 +LDAP Password Change Tool 
 +========================= 
 + 
 +Found DN: uid=your_username,ou=Users,dc=abi,dc=am 
 + 
 +New Password:  
 +</code> 
 + 
 +The first time you run this, it will not ask for your old password. Enter your desired new password and confirm it. 
 + 
 +**This password is used to log in to:** 
 + 
 +  * **Git:** [[https://git.abi.am]] 
 +  * **Ticketing system:** [[https://support.abi.am/]] 
 +  * **Wiki:** [[https://wiki.abi.am/]] 
 + 
 +---- 
 + 
 +===== Step 5: Explore the Cluster =====
  
 Once logged in, familiarize yourself with the environment. Once logged in, familiarize yourself with the environment.
Line 127: Line 157:
 | ''/mnt/nas<X>/proj/'' | Project directories (shared per project) | | ''/mnt/nas<X>/proj/'' | Project directories (shared per project) |
 | ''/mnt/nas1/db/'' | Shared databases and reference genomes | | ''/mnt/nas1/db/'' | Shared databases and reference genomes |
- 
  
 === Check your groups and projects === === Check your groups and projects ===
Line 139: Line 168:
 </code> </code>
  
-=== Load software ===+=== Software ===
  
 See the [[software:start|Software]] section for available tools, or [[software:conda|install your own with Conda]]. See the [[software:start|Software]] section for available tools, or [[software:conda|install your own with Conda]].
Line 147: Line 176:
 ---- ----
  
-===== Step 5: Run Your First Job =====+===== Step 6: Run Your First Job =====
  
 ABI uses **Slurm** to schedule compute jobs. Here is a minimal example: ABI uses **Slurm** to schedule compute jobs. Here is a minimal example:
Line 198: Line 227:
  
   * Contact IT at **[[mailto:it-support@abi.am|it-support@abi.am]]**   * Contact IT at **[[mailto:it-support@abi.am|it-support@abi.am]]**
-  * See the [[support|Support]] page for more options.+  * See the [[support:|Support]] page for more options.