Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| getting_started:new_member [2026/04/08 00:35] – [Need Help?] av | getting_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 | |
| - | | 5 | Run your first job | 10 minutes | | + | | 5 | Explore the cluster | 15 minutes | |
| + | | 6 | 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 | ||
| + | </ | ||
| + | |||
| + | You will see output like: | ||
| + | |||
| + | < | ||
| + | setabipasswd | ||
| + | LDAP Password Change Tool | ||
| + | ========================= | ||
| + | |||
| + | Found DN: uid=your_username, | ||
| + | |||
| + | New Password: | ||
| + | </ | ||
| + | |||
| + | 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:// | ||
| + | * **Ticketing system:** [[https:// | ||
| + | * **Wiki:** [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== 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: | ||
