Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
getting_started:new_member [2026/04/08 00:03] – improvements 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 |
  
 ---- ----
Line 113: 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 143: 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 194: 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.